Package org.jcsp.net
Class Specification
java.lang.Object
org.jcsp.net.Specification
- All Implemented Interfaces:
Serializable
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpecification
(String name, boolean booValue) Specification
(String name, double dblValue) Specification
(String name, int intValue) Specification
(String name, String strValue) -
Method Summary
-
Field Details
-
type
-
name
-
intValue
final int intValue -
strValue
-
dblValue
final double dblValue -
booValue
final boolean booValue
-
-
Constructor Details
-
Method Details