Class Spec

java.lang.Object
org.jcsp.net.settings.Spec
All Implemented Interfaces:
XMLConfigConstants
Direct Known Subclasses:
ConnectionOriented, MaxPing, MaxSpeed, Memory, MinMemory, MinSpeed, OtherSpec, Reliable, ReqProtocol, Wireless

public abstract class Spec extends Object implements XMLConfigConstants
Used internally within the JCSP network infrastructure to represent a set of system specifications.
  • Field Details

    • name

      private String name
    • isReq

      private boolean isReq
  • Constructor Details

    • Spec

      Spec(String name, boolean builtin)
    • Spec

      Spec(String name, boolean builtin, boolean req)
  • Method Details