| Interface | Description |
|---|---|
| AbstractConstraint | |
| AbstractOPPLParser | |
| ConstraintVisitor | |
| ConstraintVisitorEx<O> | |
| ExecutionMonitor | |
| InstantiatedOPPLScript |
Interface representing an instantiated OPPL Script
|
| ManchesterVariableSyntax | |
| OPPLAbstractFactory | |
| OPPLParser.AbstractParserFactory |
Abstract factory for creating parsers
|
| OPPLQuery | |
| OPPLScript |
Generic interface representing an OPPL Script
|
| OPPLScriptVisitor | |
| OPPLScriptVisitorEx<P> | |
| Renderable |
Functional interface for anything which can be rendered with a
ConstraintSystem
|
| Variable<O extends org.semanticweb.owlapi.model.OWLObject> |
Any variable not generated implements this interface; generated variables
implement Variable
|
| VariableScope<O extends org.semanticweb.owlapi.model.OWLObject> |
Represents a limitation in the range of values that can be assigned to a
GeneratedVariable instance |
| VariableVisitor | |
| VariableVisitorEx<O> |
| Class | Description |
|---|---|
| AbstractVariableScope<O extends org.semanticweb.owlapi.model.OWLObject> | |
| ActionFactory |
Adapts actions to appropriate changes
|
| AnnotationBasedSymbolTableFactory |
SimbleTable factory that builds symbol tables based on the short form
provided by annotations rather than IRI fragments.
|
| ChangeExtractor |
Returns the changes that will occur if the visited OPPL construct is executed
|
| ClassVariableScope |
Represents a range limitations that could be added to a
GeneratedVariable instance with CLASS VariableType |
| ConstraintSystem | |
| EntityFactory | |
| InCollectionConstraint<P extends org.semanticweb.owlapi.model.OWLObject> |
Constraint that verifies whether a variable values are contained in a
collection
|
| IndividualVariableScope |
Represents a range limitations that could be added to a
GeneratedVariable instance with INDIVIDUAL VariableType, in
particular this restricts the possible values to the set of individuals that
are instances of a given OWLClassExpression |
| InequalityConstraint | |
| NAFConstraint | |
| OPPLFactory | |
| OPPLParser | |
| OPPLQueryImpl | |
| OPPLScriptImpl | |
| OPPLShortFormProvider | |
| OWLObjectAbstractor |
Visitor that abstracts OWLObjects into variables.
|
| OWLObjectInstantiator | |
| ParserFactory | |
| PartialOWLObjectInstantiator | |
| PropertyVariableScope<P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> |
Represents a range limitations that could be added to a
GeneratedVariable instance with OBJECTPROpERTY or DATAPROPERTY
VariableType |
| RegExpConstraint |
Constraint that verifies whether a variable values are contained in a
collection
|
| SubClassVariableScope |
Represents a range limitations that could be added to a
GeneratedVariable instance with CLASS VariableType, in
particular this restricts the possible values to the set of primitive classes
that are sub-classes of a given class |
| SubPropertyVariableScope<P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> |
Represents a range limitations that could be added to a
GeneratedVariable instance with OBJECTPROERTY or DATAPROPERTY
VariableType, in particular this restricts the possible values to the
set of primitive object properties or data properties that are sub-properties
of a given property |
| SuperClassVariableScope |
Represents a range limitations that could be added to a
GeneratedVariable instance with CLASS VariableType, in
particular this restricts the possible values to the set of primitive classes
that are super-classes of a given class |
| SuperPropertyVariableScope<P extends org.semanticweb.owlapi.model.OWLPropertyExpression<?,?>> |
Represents a range limitations that could be added to a
GeneratedVariable instance with OBJECTPROERTY or DATAPRPERTY
VariableType, in particular this restricts the possible values to the
set of primitive object properties or data properties that are
super-properties of a given property |
| VariableScopeChecker |
Visitor that checks whether a value is within the scope of the visited
VariableScope or not
|
| VariableScopes |
This class consists exclusively of static methods that operate on or return
VariableScope instances |
| VariableVisitorAdapter |
| Enum | Description |
|---|---|
| ActionType | |
| VariableScopes.Direction |
Copyright © 2015 The University of Manchester. All Rights Reserved.