| Package | Description |
|---|---|
| org.coode.oppl | |
| org.coode.oppl.bindingtree | |
| org.coode.oppl.function | |
| org.coode.oppl.function.inline | |
| org.coode.oppl.generated | |
| org.coode.oppl.log | |
| org.coode.oppl.variabletypes |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractConstraint |
interface |
InstantiatedOPPLScript
Interface representing an instantiated OPPL Script
|
interface |
OPPLQuery |
interface |
OPPLScript
Generic interface representing an OPPL Script
|
interface |
Variable<O extends org.semanticweb.owlapi.model.OWLObject>
Any variable not generated implements this interface; generated variables
implement Variable
|
interface |
VariableScope<O extends org.semanticweb.owlapi.model.OWLObject>
Represents a limitation in the range of values that can be assigned to a
GeneratedVariable instance |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractVariableScope<O extends org.semanticweb.owlapi.model.OWLObject> |
class |
ClassVariableScope
Represents a range limitations that could be added to a
GeneratedVariable instance with CLASS VariableType |
class |
InCollectionConstraint<P extends org.semanticweb.owlapi.model.OWLObject>
Constraint that verifies whether a variable values are contained in a
collection
|
class |
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 |
class |
InequalityConstraint |
class |
NAFConstraint |
class |
OPPLQueryImpl |
class |
OPPLScriptImpl |
class |
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 |
class |
RegExpConstraint
Constraint that verifies whether a variable values are contained in a
collection
|
class |
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 |
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 |
class |
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 |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
BindingNode |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Aggregandum<I> |
interface |
OPPLFunction<O>
A function
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOPPLFunction<O> |
class |
Aggregation<O,I> |
class |
Constant<O> |
class |
Create<I extends OPPLFunction<?>,O> |
class |
Expression<O extends org.semanticweb.owlapi.model.OWLObject> |
class |
GroupVariableAttribute<O extends org.semanticweb.owlapi.model.OWLObject> |
class |
IRIVariableAttribute |
class |
RenderingVariableAttribute |
class |
StringManipulationOPPLFunction |
class |
ToLowerCaseStringManipulationOPPLFunction |
class |
ToUpperCaseStringManipulationOPPLFunction |
class |
ValuesVariableAtttribute<O extends org.semanticweb.owlapi.model.OWLObject> |
class |
VariableAttribute<O> |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineSet<O extends org.semanticweb.owlapi.model.OWLObject> |
| 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 |
|---|---|
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 | Class and Description |
|---|---|
class |
InputVariable<O extends org.semanticweb.owlapi.model.OWLObject> |
Copyright © 2015 The University of Manchester. All Rights Reserved.