public class VariableExtractor extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ConstraintSystem |
cs |
| Constructor and Description |
|---|
VariableExtractor(ConstraintSystem constraintSystem,
boolean includeGenerated) |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
extractVariables(OPPLFunction<?> opplFunction) |
Set<Variable<?>> |
extractVariables(org.semanticweb.owlapi.model.OWLObject owlObject) |
ConstraintSystem |
getConstraintSystem() |
boolean |
isIncludeGenerated() |
protected final ConstraintSystem cs
public VariableExtractor(ConstraintSystem constraintSystem, boolean includeGenerated)
constraintSystem - constraintSystemincludeGenerated - includeGeneratedpublic ConstraintSystem getConstraintSystem()
public boolean isIncludeGenerated()
public Set<Variable<?>> extractVariables(org.semanticweb.owlapi.model.OWLObject owlObject)
owlObject - owlObjectpublic Set<Variable<?>> extractVariables(OPPLFunction<?> opplFunction)
opplFunction - opplFunctionCopyright © 2015 The University of Manchester. All Rights Reserved.