| Constructor and Description |
|---|
AssertContains(Variable<?> variable,
Collection<? extends org.semanticweb.owlapi.model.OWLObject> values,
ConstraintSystem constraintSystem,
AbstractOPPLTestCaseFactory testCaseFactory,
RuntimeExceptionHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AssertionVisitor visitor) |
<O> O |
accept(AssertionVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
ConstraintSystem |
getConstraintSystem() |
RuntimeExceptionHandler |
getHandler() |
AbstractOPPLTestCaseFactory |
getTestCaseFactory() |
Set<org.semanticweb.owlapi.model.OWLObject> |
getValues() |
Variable<?> |
getVariable() |
int |
hashCode() |
boolean |
holds(Set<? extends BindingNode> bindings,
ConstraintSystem cs)
Determines whether this Assertion is valid for the input bindings.
|
String |
toString() |
public AssertContains(Variable<?> variable, Collection<? extends org.semanticweb.owlapi.model.OWLObject> values, ConstraintSystem constraintSystem, AbstractOPPLTestCaseFactory testCaseFactory, RuntimeExceptionHandler handler)
variable - variablevalues - valuesconstraintSystem - constraintSystemtestCaseFactory - testCaseFactoryhandler - handlerpublic Variable<?> getVariable()
public <O> O accept(AssertionVisitorEx<O> visitor)
public void accept(AssertionVisitor visitor)
public ConstraintSystem getConstraintSystem()
public AbstractOPPLTestCaseFactory getTestCaseFactory()
public boolean holds(Set<? extends BindingNode> bindings, ConstraintSystem cs)
Assertionpublic Set<org.semanticweb.owlapi.model.OWLObject> getValues()
public RuntimeExceptionHandler getHandler()
Copyright © 2014 The University of Manchester. All Rights Reserved.