Package org.jcsp.net
Class Requirement
java.lang.Object
org.jcsp.net.Requirement
- Direct Known Subclasses:
PingRequirement
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescription(package private) final boolean
(package private) final String
private static final String
private static final String
private static final String
(package private) final double
(package private) final int
(package private) final String
(package private) final String
(package private) final String
(package private) final Class
-
Constructor Summary
ConstructorsConstructorDescriptionRequirement
(String name, String specName, String comparator, boolean booValue) Requirement
(String name, String specName, String comparator, double dblValue) Requirement
(String name, String specName, String comparator, int intValue) Requirement
(String name, String specName, String comparator, String strValue) -
Method Summary
-
Field Details
-
type
-
name
-
specName
-
comparator
-
intValue
final int intValue -
strValue
-
dblValue
final double dblValue -
booValue
final boolean booValue -
COMPARATOR_EQUALS
- See Also:
-
COMPARATOR_LESS_THAN
- See Also:
-
COMPARATOR_GREATER_THAN
- See Also:
-
-
Constructor Details
-
Requirement
-
Requirement
-
Requirement
-
Requirement
-
-
Method Details
-
matches
-