Package org.jcsp.net
Class PingRequirement
- java.lang.Object
-
- org.jcsp.net.Requirement
-
- org.jcsp.net.PingRequirement
-
class PingRequirement extends Requirement
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
acceptableDifference
-
Fields inherited from class org.jcsp.net.Requirement
booValue, comparator, dblValue, intValue, name, specName, strValue, type
-
-
Constructor Summary
Constructors Constructor Description PingRequirement(int intValue, int acceptableDifference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(Specification spec)
-
-
-
Method Detail
-
matches
public boolean matches(Specification spec)
- Overrides:
matches
in classRequirement
-
-