| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
OPPLFactory.createConstraintSystem() |
ConstraintSystem |
OPPLAbstractFactory.createConstraintSystem()
Creates a fresh instance of ConstraintSystem
|
ConstraintSystem |
RegExpConstraint.getConstraintSystem() |
ConstraintSystem |
OPPLScriptImpl.getConstraintSystem() |
ConstraintSystem |
OPPLScript.getConstraintSystem() |
ConstraintSystem |
OPPLQueryImpl.getConstraintSystem() |
ConstraintSystem |
OPPLQuery.getConstraintSystem() |
ConstraintSystem |
NAFConstraint.getConstraintSystem() |
ConstraintSystem |
InequalityConstraint.getConstraintSystem() |
ConstraintSystem |
InCollectionConstraint.getConstraintSystem() |
| Modifier and Type | Method and Description |
|---|---|
OPPLQuery |
OPPLFactory.buildNewQuery(ConstraintSystem constraintSystem1) |
OPPLQuery |
OPPLAbstractFactory.buildNewQuery(ConstraintSystem constraintSystem) |
OPPLScript |
OPPLFactory.buildOPPLScript(ConstraintSystem constraintSystem1,
List<Variable<?>> variables,
OPPLQuery opplQuery,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions) |
OPPLScript |
OPPLAbstractFactory.buildOPPLScript(ConstraintSystem constraintSystem,
List<Variable<?>> variables,
OPPLQuery opplQuery,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions) |
static List<org.semanticweb.owlapi.model.OWLAxiomChange> |
ActionFactory.createChanges(ActionType actionType,
org.semanticweb.owlapi.model.OWLAxiom axiom,
ConstraintSystem cs,
org.semanticweb.owlapi.model.OWLOntology ontology,
RuntimeExceptionHandler runtimeExcpetionHandler) |
static List<org.semanticweb.owlapi.model.OWLAxiomChange> |
ActionFactory.createChanges(ActionType actionType,
org.semanticweb.owlapi.model.OWLAxiom axiom,
ConstraintSystem cs,
Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
RuntimeExceptionHandler runtimeExceptionHandler) |
static <T extends org.semanticweb.owlapi.model.OWLObject> |
InCollectionConstraint.getInCollectionConstraint(Variable<T> variable,
Collection<? extends T> collection,
ConstraintSystem constraintSystem) |
ManchesterSyntaxRenderer |
OPPLFactory.getManchesterSyntaxRenderer(ConstraintSystem cs) |
ManchesterSyntaxRenderer |
OPPLAbstractFactory.getManchesterSyntaxRenderer(ConstraintSystem cs) |
OWLEntityRenderer |
OPPLFactory.getOWLEntityRenderer(ConstraintSystem cs) |
OWLEntityRenderer |
OPPLAbstractFactory.getOWLEntityRenderer(ConstraintSystem cs) |
AbstractConstraint |
OPPLParser.parseConstraint(String input,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
Variable<?> |
OPPLParser.parseOPPLFunction(String input,
Variable<?> variable,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
Variable<?> |
OPPLParser.parseRegExp(String input,
Variable<?> variable,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
String |
Renderable.render(ConstraintSystem constraintSystem) |
String |
RegExpConstraint.render(ConstraintSystem cs) |
String |
PropertyVariableScope.render(ConstraintSystem constraintSystem) |
String |
OPPLScriptImpl.render(ConstraintSystem cs) |
String |
OPPLQueryImpl.render(ConstraintSystem cs) |
String |
NAFConstraint.render(ConstraintSystem cs) |
String |
InequalityConstraint.render(ConstraintSystem cs) |
String |
IndividualVariableScope.render(ConstraintSystem constraintSystem) |
String |
InCollectionConstraint.render(ConstraintSystem cs) |
String |
ClassVariableScope.render(ConstraintSystem constraintSystem) |
| Constructor and Description |
|---|
InCollectionConstraint(Variable<P> variable,
Collection<? extends P> collection,
ConstraintSystem constraintSystem) |
InequalityConstraint(Variable<?> variable,
org.semanticweb.owlapi.model.OWLObject expression,
ConstraintSystem constraintSystem) |
NAFConstraint(org.semanticweb.owlapi.model.OWLAxiom axiom,
ConstraintSystem constraintSystem) |
OPPLQueryImpl(ConstraintSystem constraintSystem,
OPPLAbstractFactory factory) |
OPPLScriptImpl(ConstraintSystem constraintSystem,
List<Variable<?>> variables,
OPPLQuery query,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
OPPLAbstractFactory factory) |
OPPLScriptImpl(ConstraintSystem constraintSystem,
List<Variable<?>> variables,
OPPLQuery query,
List<org.semanticweb.owlapi.model.OWLAxiomChange> actions,
OPPLAbstractFactory factory,
boolean resetExecution) |
RegExpConstraint(Variable<?> variable,
OPPLFunction<Pattern> exp,
ConstraintSystem cs) |
| Modifier and Type | Method and Description |
|---|---|
String |
BindingNode.render(ConstraintSystem cs) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
ValueComputationParameters.getConstraintSystem() |
ConstraintSystem |
SimpleValueComputationParameters.getConstraintSystem() |
| Modifier and Type | Method and Description |
|---|---|
String |
VariableAttribute.render(ConstraintSystem constraintSystem) |
String |
ToUpperCaseStringManipulationOPPLFunction.render(ConstraintSystem constraintSystem) |
String |
ToLowerCaseStringManipulationOPPLFunction.render(ConstraintSystem constraintSystem) |
String |
GroupVariableAttribute.render(ConstraintSystem constraintSystem) |
String |
Expression.render(ConstraintSystem constraintSystem) |
String |
Create.render(ConstraintSystem constraintSystem) |
String |
Constant.render(ConstraintSystem constraintSystem) |
protected static <I> String |
Adapter.renderAggregandum(Aggregandum<I> aggregandum,
ConstraintSystem constraintSystem) |
protected String |
Aggregation.renderAggregation(ConstraintSystem constraintSystem,
String prefix,
String openDelimiter,
String separator,
String closedDelimiter) |
OPPLFunction<org.semanticweb.owlapi.model.IRI> |
IRIVariableAttribute.replace(Variable<?> v,
org.semanticweb.owlapi.model.OWLObject owlObject,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler handler) |
OPPLFunction<String> |
GroupVariableAttribute.replace(Variable<?> v,
org.semanticweb.owlapi.model.OWLObject owlObject,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler handler) |
| Constructor and Description |
|---|
SimpleValueComputationParameters(ConstraintSystem constraintSystem,
BindingNode bindingNode,
RuntimeExceptionHandler runtimeExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends org.semanticweb.owlapi.model.OWLObject> |
InlineSet.buildInlineSet(org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
ConstraintSystem constraintSystem,
VariableType<P> variableType,
Collection<? extends InlineSet<P>> components,
P... objects) |
String |
InlineSet.render(ConstraintSystem constraintSystem) |
| Constructor and Description |
|---|
InlineSet(VariableType<? extends O> variableType,
Collection<? extends Aggregandum<Collection<? extends O>>> aggregandums,
org.semanticweb.owlapi.model.OWLDataFactory dataFactory,
ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
String |
RegexpGeneratedVariable.render(ConstraintSystem constraintSystem) |
String |
GeneratedVariable.render(ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
Logger.info(Renderable c,
ConstraintSystem cv) |
void |
Logger.info(String message,
Renderable c,
ConstraintSystem cv,
Object o) |
void |
Logger.log(String message,
Renderable c,
ConstraintSystem cv,
Object o) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
InferredTreeSearchAxiomQuery.getConstraintSystem() |
ConstraintSystem |
InferredSolvabilityBasedTreeSearchAxiomQuery.getConstraintSystem() |
ConstraintSystem |
AssertedTreeSearchSingleAxiomQuery.getConstraintSystem() |
ConstraintSystem |
AssertedTreeSearchAxiomQuery.getConstraintSystem() |
ConstraintSystem |
AssertedSolvabilityBasedAxiomQuery.getConstraintSystem() |
| Constructor and Description |
|---|
AssertedSolvabilityBasedAxiomQuery(org.semanticweb.owlapi.model.OWLOntologyManager m,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
AssertedTreeSearchAxiomQuery(Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
AssertedTreeSearchSingleAxiomQuery(Set<org.semanticweb.owlapi.model.OWLOntology> ontologies,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
InferredSolvabilityBasedTreeSearchAxiomQuery(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
InferredTreeSearchAxiomQuery(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
ComplexityEstimate.getConstraintSystem() |
ConstraintSystem |
AbstractQueryPlannerItem.getConstraintSystem() |
| Constructor and Description |
|---|
AbstractQueryPlannerItem(ConstraintSystem constraintSystem) |
AssertedAxiomPlannerItem(ConstraintSystem constraintSystem,
org.semanticweb.owlapi.model.OWLAxiom axiom) |
ComplexityEstimate(ConstraintSystem contraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
ConstraintQueryPlannerItem(ConstraintSystem constraintSystem,
AbstractConstraint constraint) |
InferredAxiomQueryPlannerItem(ConstraintSystem constraintSystem,
org.semanticweb.owlapi.model.OWLAxiom axiom) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
VariableOWLEntityRenderer.getConstraintSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
VariableOWLEntityRenderer.setConstraintSystem(ConstraintSystem constraintSystem) |
| Constructor and Description |
|---|
VariableOWLEntityRenderer(ConstraintSystem constraintSystem,
OWLEntityRenderer delegate)
Builds a VariableOWLEntityRenderer from a generic one and a
ConstraintSystem instance.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConstraintSystem |
OPPLAssertedSingleOWLAxiomSearchTree.constraintSystem |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
OPPLAssertedSingleOWLAxiomSearchTree.getConstraintSystem() |
ConstraintSystem |
AbstractOPPLAxiomSearchTree.getConstraintSystem() |
| Constructor and Description |
|---|
AbstractOPPLAxiomSearchTree(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
OPPLAssertedOWLAxiomSearchTree(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
OPPLAssertedSingleOWLAxiomSearchTree(org.semanticweb.owlapi.model.OWLAxiom targetAxiom,
ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
OPPLInferredOWLAxiomSearchTree(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
AbstractSolvabilityOPPLOWLAxiomSearchTree.getConstraintSystem() |
ConstraintSystem |
AbstractAxiomSolvability.getConstraintSystem() |
| Constructor and Description |
|---|
AbstractAxiomSolvability(ConstraintSystem constraintSystem) |
AbstractSolvabilityOPPLOWLAxiomSearchTree(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
AssertedSolvabilitySearchTree(ConstraintSystem constraintSystem,
org.semanticweb.owlapi.model.OWLOntologyManager ontologyManager,
RuntimeExceptionHandler runtimeExceptionHandler) |
InferredSolvabilitySearchTree(ConstraintSystem constraintSystem,
RuntimeExceptionHandler runtimeExceptionHandler) |
NoResultsAxiomSolvability(ConstraintSystem constraintSystem,
QuerySolver querySolver) |
OWLClassSubClassOfAxiomSolvability(ConstraintSystem constraintSystem,
QuerySolver querySolver) |
OWLObjectPropertyFillersAxiomSolvability(ConstraintSystem constraintSystem,
QuerySolver querySolver) |
QuerySolverBasedAbstractAxiomSolvability(ConstraintSystem constraintSystem,
QuerySolver querySolver) |
| Modifier and Type | Field and Description |
|---|---|
protected ConstraintSystem |
AbstractVariableDetector.constraintSystem |
protected ConstraintSystem |
VariableExtractor.cs |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
VariableExtractor.getConstraintSystem() |
| Modifier and Type | Method and Description |
|---|---|
static Set<Variable<?>> |
OPPLVariableMatcher.matches(String name,
ConstraintSystem constraintSystem,
boolean matchClasses,
boolean matchObjectProperties,
boolean matchDataProperties,
boolean matchIndividuals,
boolean matchConstants,
boolean matchAnnotationProperty) |
| Constructor and Description |
|---|
AbstractVariableDetector(ConstraintSystem constraintSystem) |
NamedVariableDetector(Variable<?> variable,
ConstraintSystem constraintSystem) |
VariableDetector(ConstraintSystem constraintSystem) |
VariableExtractor(ConstraintSystem constraintSystem,
boolean includeGenerated) |
| Modifier and Type | Method and Description |
|---|---|
String |
InputVariable.render(ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
ConstraintSystem |
OPPLTypesParts.getConstraintSystem() |
ConstraintSystem |
OPPLTypes.getConstraintSystem() |
ConstraintSystem |
OPPLDefine.getConstraintSystem() |
| Modifier and Type | Method and Description |
|---|---|
OPPLFunction<String> |
OPPLSymbolTable.defineGroupAttributeReferenceSymbol(OPPLSyntaxTree variableSyntaxTree,
ManchesterOWLSyntaxTree indexNode,
ConstraintSystem constraintSystem) |
VariableAttribute<String> |
OPPLSymbolTable.defineRenderingAttributeReferenceSymbol(OPPLSyntaxTree variableSyntaxTree,
ConstraintSystem constraintSystem) |
VariableAttribute<?> |
OPPLSymbolTable.defineValuesAttributeReferenceSymbol(OPPLSyntaxTree variableSyntaxTree,
ConstraintSystem constraintSystem) |
void |
OPPLSymbolTable.defineVariable(ManchesterOWLSyntaxTree identifier,
ManchesterOWLSyntaxTree variableType,
ConstraintSystem constraintSystem) |
void |
OPPLSymbolTable.defineVariableIRI(OPPLSyntaxTree iriTree,
OPPLSyntaxTree variableNameTree,
ConstraintSystem constraintSystem) |
org.semanticweb.owlapi.model.OWLAxiom |
OPPLSymbolTable.getDifferentIndividualsAxiom(OPPLSyntaxTree opplSyntaxTree,
List<Aggregandum<?>> list,
List<OPPLSyntaxTree> tokenList,
ConstraintSystem constraintSystem) |
org.semanticweb.owlapi.model.OWLAxiom |
OPPLSymbolTable.getDisjointAxiom(OPPLSyntaxTree expression,
Collection<? extends Aggregandum<?>> aggregandums,
List<OPPLSyntaxTree> aggregdandumTrees,
ConstraintSystem constraintSystem) |
InequalityConstraint |
OPPLSymbolTable.getInequalityConstraint(OPPLSyntaxTree parentExpression,
OPPLSyntaxTree variableIdentifier,
OPPLSyntaxTree expression,
ConstraintSystem constraintSystem) |
InCollectionConstraint<org.semanticweb.owlapi.model.OWLObject> |
OPPLSymbolTable.getInSetConstraint(OPPLSyntaxTree parentExpression,
OPPLSyntaxTree v,
ConstraintSystem constraintSystem,
OPPLSyntaxTree... elements) |
org.semanticweb.owlapi.model.OWLAxiom |
OPPLSymbolTable.getSameIndividualAxiom(OPPLSyntaxTree opplSyntaxTree,
List<Aggregandum<?>> list,
List<OPPLSyntaxTree> tokenList,
ConstraintSystem constraintSystem) |
Variable<?> |
OPPLSymbolTable.getVariable(OPPLSyntaxTree identifier,
ConstraintSystem constraintSystem) |
void |
OPPLSymbolTable.importConstraintSystem(ConstraintSystem constraintSystem)
Import all the variables in the input ConstraintSystem into this
OPPLSymbolTable.
|
| Constructor and Description |
|---|
OPPLDefine(org.antlr.runtime.tree.TreeNodeStream input,
OPPLSymbolTable symtab,
ErrorListener errorListener,
ConstraintSystem constraintSystem) |
OPPLTypes(org.antlr.runtime.tree.TreeNodeStream input,
OPPLSymbolTable symtab,
ErrorListener errorListener,
ConstraintSystem constraintSystem,
OPPLAbstractFactory opplFactory) |
OPPLTypesParts(org.antlr.runtime.tree.TreeNodeStream input,
OPPLSymbolTable symtab,
ErrorListener errorListener,
ConstraintSystem constraintSystem,
OPPLAbstractFactory opplFactory) |
Copyright © 2015 The University of Manchester. All Rights Reserved.