org.gcube.contentmanagement.contentmanager.stubs.model.predicates
Class Bool
java.lang.Object
org.gcube.contentmanagement.contentmanager.stubs.model.predicates.LeafPredicate<java.lang.Boolean,Constraint<? super java.lang.Boolean>>
org.gcube.contentmanagement.contentmanager.stubs.model.predicates.Bool
- All Implemented Interfaces:
- java.io.Serializable, Predicate
public class Bool
- extends LeafPredicate<java.lang.Boolean,Constraint<? super java.lang.Boolean>>
Asserts that a leaf as a boolean value that satisfies a given constraint.
- Author:
- Fabio Simeoni (University of Strathclyde)
- See Also:
- Serialized Form
Constructor Summary |
Bool(Constraint<? super java.lang.Boolean> vp)
Creates an instance with a given constraint. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Bool
public Bool(Constraint<? super java.lang.Boolean> vp)
- Creates an instance with a given constraint.
- Parameters:
c
- the constraint.