| Modifier and Type | Method and Description |
|---|---|
Variable<?> |
RegExpConstraint.getVariable() |
Variable<?> |
InequalityConstraint.getVariable() |
Variable<P> |
InCollectionConstraint.getVariable() |
Variable<?> |
ConstraintSystem.getVariable(org.semanticweb.owlapi.model.IRI iri) |
Variable<?> |
ConstraintSystem.getVariable(String name) |
Variable<?> |
OPPLParser.parseOPPLFunction(String input,
Variable<?> variable,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
Variable<?> |
OPPLParser.parseRegExp(String input,
Variable<?> variable,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
ConstraintSystem.getAxiomVariables(org.semanticweb.owlapi.model.OWLAxiom axiom) |
List<Variable<?>> |
OPPLScriptImpl.getVariables() |
List<Variable<?>> |
OPPLScript.getVariables() |
Set<Variable<?>> |
ConstraintSystem.getVariables() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ConstraintSystem.addLeaf(Variable<?> variable,
org.semanticweb.owlapi.model.OWLObject object) |
void |
OPPLScriptImpl.addVariable(Variable<?> variable) |
void |
OPPLScript.addVariable(Variable<?> variable) |
static <T extends org.semanticweb.owlapi.model.OWLObject> |
InCollectionConstraint.getInCollectionConstraint(Variable<T> variable,
Collection<? extends T> collection,
ConstraintSystem constraintSystem) |
Set<org.semanticweb.owlapi.model.OWLObject> |
ConstraintSystem.getVariableBindings(Variable<?> v,
RuntimeExceptionHandler runtimeExceptionHandler) |
void |
ConstraintSystem.importVariable(Variable<?> v) |
void |
InstantiatedOPPLScript.instantiate(Variable<?> v,
org.semanticweb.owlapi.model.OWLObject o)
Adds the value o to the Variable v in this InstantiatedOPPLScript
|
boolean |
ConstraintSystem.isGenerated(Variable<?> v) |
Variable<?> |
OPPLParser.parseOPPLFunction(String input,
Variable<?> variable,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
Variable<?> |
OPPLParser.parseRegExp(String input,
Variable<?> variable,
OPPLSymbolTable symbolTable,
ConstraintSystem constraintSystem) |
void |
ConstraintSystem.removeVariable(Variable<?> variable) |
String |
ConstraintSystem.render(Variable<?> variable) |
void |
OPPLScriptVisitor.visit(Variable<?> v) |
P |
OPPLScriptVisitorEx.visit(Variable<?> v,
P p) |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
InCollectionConstraint(Variable<P> variable,
Collection<? extends P> collection,
ConstraintSystem constraintSystem) |
InequalityConstraint(Variable<?> variable,
org.semanticweb.owlapi.model.OWLObject expression,
ConstraintSystem constraintSystem) |
RegExpConstraint(Variable<?> variable,
OPPLFunction<Pattern> exp,
ConstraintSystem cs) |
| Constructor and Description |
|---|
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) |
OWLObjectAbstractor(Collection<? extends Variable<?>> variables,
ValueComputationParameters parameters) |
OWLObjectAbstractor(Collection<? extends Variable<?>> variables,
ValueComputationParameters parameters,
Collection<? extends BindingNode> bindingNodes) |
| Modifier and Type | Field and Description |
|---|---|
protected Set<Variable<?>> |
BindingNode.unassignedVariables |
| Modifier and Type | Method and Description |
|---|---|
Variable<?> |
Assignment.getAssignedVariable() |
| Modifier and Type | Method and Description |
|---|---|
Set<Map.Entry<Variable<?>,Set<org.semanticweb.owlapi.model.OWLObject>>> |
AssignmentMap.entrySet() |
Set<Variable<?>> |
BindingNode.getAssignedVariables() |
Map<Variable<?>,Set<org.semanticweb.owlapi.model.OWLObject>> |
LeafBrusher.getBindings() |
Set<Variable<?>> |
BindingNode.getUnassignedVariables() |
Set<Variable<?>> |
AssignmentMap.getVariables()
The set of Variables in this AssignementMap
|
Set<Variable<?>> |
AssignmentMap.keySet() |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingNode.addUnassignedVariable(Variable<?> v)
Adds a variable to the set of the unassigned ones
|
boolean |
BindingNode.containsAssignedVariable(Variable<?> v) |
org.semanticweb.owlapi.model.OWLObject |
BindingNode.getAssignmentValue(Variable<?> variable,
ValueComputationParameters parameters) |
Set<org.semanticweb.owlapi.model.OWLObject> |
AssignmentMap.put(Variable<?> key,
Set<org.semanticweb.owlapi.model.OWLObject> value) |
| Modifier and Type | Method and Description |
|---|---|
void |
AssignmentMap.putAll(Map<? extends Variable<?>,? extends Set<org.semanticweb.owlapi.model.OWLObject>> arg0) |
| Constructor and Description |
|---|
Assignment(Variable<?> assignedVariable,
org.semanticweb.owlapi.model.OWLObject assignment) |
| Constructor and Description |
|---|
BindingNode(Collection<? extends Variable<?>> unassignedVariables) |
BindingNode(Collection<Assignment> assignments,
Collection<? extends Variable<?>> unassignedVariables) |
LeafBrusher(Map<Variable<?>,Set<org.semanticweb.owlapi.model.OWLObject>> bindings) |
| Modifier and Type | Method and Description |
|---|---|
Variable<?> |
VariableAttribute.getVariable() |
| Modifier and Type | Method and Description |
|---|---|
static <P extends org.semanticweb.owlapi.model.OWLObject> |
ValuesVariableAtttribute.getValuesVariableAtttribute(Variable<P> v) |
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 |
|---|
IRIVariableAttribute(Variable<?> variable) |
RenderingVariableAttribute(Variable<?> variable) |
ValuesVariableAtttribute(Variable<O> variable) |
VariableAttribute(Variable<?> variable,
AttributeName attribute) |
| Modifier and Type | Class and Description |
|---|---|
class |
GeneratedVariable<O extends org.semanticweb.owlapi.model.OWLObject> |
class |
RegexpGeneratedVariable<O extends org.semanticweb.owlapi.model.OWLObject> |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
QueryItemVariableExtractor.visitAssertedAxiomPlannerItem(AssertedAxiomPlannerItem assertedAxiomPlannerItem) |
Set<Variable<?>> |
QueryItemVariableExtractor.visitConstraintQueryPlannerItem(ConstraintQueryPlannerItem constraintQueryPlannerItem) |
Set<Variable<?>> |
QueryItemVariableExtractor.visitInferredAxiomQueryPlannerItem(InferredAxiomQueryPlannerItem inferredAxiomQueryPlannerItem) |
| Modifier and Type | Method and Description |
|---|---|
Variable<?> |
SolvableSearchNode.getVariable() |
| Constructor and Description |
|---|
SolvableSearchNode(Variable<?> variable,
org.semanticweb.owlapi.model.OWLAxiom axiom,
BindingNode bindingNode,
Collection<? extends org.semanticweb.owlapi.model.OWLObject> values) |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
VariableExtractor.extractVariables(OPPLFunction<?> opplFunction) |
Set<Variable<?>> |
VariableExtractor.extractVariables(org.semanticweb.owlapi.model.OWLObject owlObject) |
static Set<Variable<?>> |
OPPLVariableMatcher.matches(String name,
ConstraintSystem constraintSystem,
boolean matchClasses,
boolean matchObjectProperties,
boolean matchDataProperties,
boolean matchIndividuals,
boolean matchConstants,
boolean matchAnnotationProperty) |
| Modifier and Type | Method and Description |
|---|---|
int |
PositionBasedVariableComparator.compare(Variable<?> aVariable,
Variable<?> anotherVariable) |
int |
PositionBasedVariableComparator.compare(Variable<?> aVariable,
Variable<?> anotherVariable) |
int |
NameBasedVariableComparator.compare(Variable<?> aVariable,
Variable<?> anotherVariable) |
int |
NameBasedVariableComparator.compare(Variable<?> aVariable,
Variable<?> anotherVariable) |
protected <P extends org.semanticweb.owlapi.model.OWLObject> |
AbstractVariableVisitorExAdapter.getDefaultValue(Variable<P> v) |
boolean |
VariableRecogniser.recognise(Variable<?> v) |
| Constructor and Description |
|---|
NamedVariableDetector(Variable<?> variable,
ConstraintSystem constraintSystem) |
| Modifier and Type | Class and Description |
|---|---|
class |
InputVariable<O extends org.semanticweb.owlapi.model.OWLObject> |
| Modifier and Type | Method and Description |
|---|---|
static Variable<org.semanticweb.owlapi.model.OWLClassExpression> |
VariableFactory.getCLASSVariable(String name,
VariableScope<?> variableScope) |
static Variable<org.semanticweb.owlapi.model.OWLLiteral> |
VariableFactory.getCONSTANTVariable(String name,
VariableScope<?> variableScope) |
static Variable<org.semanticweb.owlapi.model.OWLDataPropertyExpression> |
VariableFactory.getDATAPROPERTYVariable(String name,
VariableScope<?> variableScope) |
static Variable<org.semanticweb.owlapi.model.OWLIndividual> |
VariableFactory.getINDIVIDUALVariable(String name,
VariableScope<?> variableScope) |
static Variable<org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
VariableFactory.getOBJECTPROPERTYVariable(String name,
VariableScope<?> variableScope) |
| Modifier and Type | Field and Description |
|---|---|
Variable<?> |
OPPLTypesParts.regexp_return.variable |
Variable<?> |
OPPLTypesParts.opplFunction_return.variable |
Variable<?> |
OPPLTypes.variableDefinition_return.variable |
| Modifier and Type | Field and Description |
|---|---|
List<Variable<?>> |
OPPLTypes.variableDefinitions_return.variables |
| Modifier and Type | Method and Description |
|---|---|
Variable<?> |
OPPLTypesParts.getVariable() |
Variable<?> |
OPPLSymbolTable.getVariable(OPPLSyntaxTree identifier,
ConstraintSystem constraintSystem) |
| Modifier and Type | Method and Description |
|---|---|
void |
OPPLTypesParts.setVariable(Variable<?> variable) |
| Constructor and Description |
|---|
VariableIRI(Variable<?> variable) |
| Modifier and Type | Method and Description |
|---|---|
static StringVariableAttributeSymbol |
StringVariableAttributeSymbol.getRendering(Variable<?> v) |
Copyright © 2015 The University of Manchester. All Rights Reserved.