Class OtherSpec

java.lang.Object
org.jcsp.net.settings.Spec
org.jcsp.net.settings.OtherSpec
All Implemented Interfaces:
XMLConfigConstants

public class OtherSpec extends Spec
Used internally within the JCSP network infrastructure to represent misellaneous specifications.
Author:
Quickstone Technologies Limited
  • Method Details

    • getType

      public Class getType()
    • getIntValue

      public int getIntValue()
    • getDoubleValue

      public double getDoubleValue()
    • getBooleanValue

      public boolean getBooleanValue()
    • getStringValue

      public String getStringValue()
      Specified by:
      getStringValue in class Spec
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Spec