| Package | Description |
|---|---|
| org.coode.oppl | |
| org.coode.oppl.generated | |
| org.coode.oppl.search | |
| org.coode.oppl.utils | |
| org.coode.oppl.variabletypes |
| Modifier and Type | Method and Description |
|---|---|
<O extends org.semanticweb.owlapi.model.OWLObject> |
ConstraintSystem.createExpressionGeneratedVariable(String name,
O expression) |
GeneratedVariable<org.semanticweb.owlapi.model.OWLClassExpression> |
ConstraintSystem.createIntersectionGeneratedVariable(String name,
VariableType<?> type,
Collection<? extends Aggregandum<Collection<? extends org.semanticweb.owlapi.model.OWLClassExpression>>> operands) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
ConstraintSystem.createStringGeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<String> value) |
GeneratedVariable<org.semanticweb.owlapi.model.OWLClassExpression> |
ConstraintSystem.createUnionGeneratedVariable(String name,
VariableType<?> type,
Collection<? extends Aggregandum<Collection<? extends org.semanticweb.owlapi.model.OWLClassExpression>>> operands) |
| Modifier and Type | Method and Description |
|---|---|
Set<GeneratedVariable<?>> |
ConstraintSystem.getGeneratedVariables() |
| Modifier and Type | Method and Description |
|---|---|
<P extends org.semanticweb.owlapi.model.OWLObject> |
VariableVisitorEx.visit(GeneratedVariable<P> v) |
<P extends org.semanticweb.owlapi.model.OWLObject> |
VariableVisitorAdapter.visit(GeneratedVariable<P> v) |
<P extends org.semanticweb.owlapi.model.OWLObject> |
VariableVisitor.visit(GeneratedVariable<P> v) |
| Modifier and Type | Method and Description |
|---|---|
static <P extends org.semanticweb.owlapi.model.OWLObject> |
GeneratedVariable.getGeneratedVariable(String name,
VariableType<P> type,
OPPLFunction<? extends P> opplFunction) |
| Modifier and Type | Method and Description |
|---|---|
<O extends org.semanticweb.owlapi.model.OWLObject> |
AssignableValueExtractor.visit(GeneratedVariable<O> v) |
| Modifier and Type | Method and Description |
|---|---|
<P extends org.semanticweb.owlapi.model.OWLObject> |
AbstractVariableVisitorExAdapter.visit(GeneratedVariable<P> v) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedVariable<O> |
VariableType.getGeneratedVariable(String name,
OPPLFunction<? extends O> opplFunction) |
static <O extends org.semanticweb.owlapi.model.OWLObject> |
VariableFactory.getGeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<? extends O> opplFunction) |
Copyright © 2015 The University of Manchester. All Rights Reserved.