Class MinMemory

java.lang.Object
org.jcsp.net.settings.Spec
org.jcsp.net.settings.MinMemory
All Implemented Interfaces:
Req, XMLConfigConstants

public class MinMemory extends Spec implements Req, XMLConfigConstants
Used internally within the JCSP network infrastructure to represent a minimum memory setting.
  • Field Details

    • minMemory

      private int minMemory
  • Constructor Details

    • MinMemory

      MinMemory(int minMemory)
  • Method Details