Package org.jcsp.net
Class Specification
- java.lang.Object
-
- org.jcsp.net.Specification
-
- All Implemented Interfaces:
java.io.Serializable
class Specification extends java.lang.Object implements java.io.Serializable
-
-
Constructor Summary
Constructors Constructor Description Specification(java.lang.String name, boolean booValue)
Specification(java.lang.String name, double dblValue)
Specification(java.lang.String name, int intValue)
Specification(java.lang.String name, java.lang.String strValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Constructor Detail
-
Specification
Specification(java.lang.String name, int intValue)
-
Specification
Specification(java.lang.String name, java.lang.String strValue)
-
Specification
Specification(java.lang.String name, double dblValue)
-
Specification
Specification(java.lang.String name, boolean booValue)
-
-