| Package | Description |
|---|---|
| org.coode.oppl | |
| org.coode.oppl.function | |
| org.coode.oppl.function.inline | |
| org.coode.oppl.generated | |
| org.coode.oppl.utils | |
| org.coode.oppl.variabletypes | |
| org.coode.parsers.oppl |
| Modifier and Type | Method and Description |
|---|---|
OPPLFunction<Pattern> |
RegExpConstraint.getExpression() |
| Modifier and Type | Method and Description |
|---|---|
<O extends org.semanticweb.owlapi.model.OWLObject> |
ConstraintSystem.createRegexpGeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
ConstraintSystem.createStringGeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<String> value) |
| Constructor and Description |
|---|
RegExpConstraint(Variable<?> variable,
OPPLFunction<Pattern> exp,
ConstraintSystem cs) |
| Modifier and Type | Class and Description |
|---|---|
class |
Create<I extends OPPLFunction<?>,O> |
| 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 | Method and Description |
|---|---|
static <T extends OPPLFunction<? extends String>> |
Create.createOWLAnnotationProperty(T t) |
static <T extends OPPLFunction<? extends String>> |
Create.createOWLClass(T t) |
static <T extends OPPLFunction<? extends String>> |
Create.createOWLDataProperty(T t) |
static <T extends OPPLFunction<? extends String>> |
Create.createOWLNamedIndividual(T t) |
static <T extends OPPLFunction<? extends String>> |
Create.createOWLObjectProperty(T t) |
<O,I extends OPPLFunction<?>> |
OPPLFunctionVisitorEx.visitCreate(Create<I,O> create) |
<O,I extends OPPLFunction<?>> |
OPPLFunctionVisitor.visitCreate(Create<I,O> create) |
| Modifier and Type | Method and Description |
|---|---|
static <O> OPPLFunction<O> |
Adapter.buildObjectAdater(O value) |
static OPPLFunction<Pattern> |
Adapter.buildRegexpPatternAdapter(OPPLFunction<String> stringOPPLFunction) |
static OPPLFunction<org.semanticweb.owlapi.model.OWLLiteral> |
Create.createOWLLiteral(OPPLFunction<String> value) |
OPPLFunction<String> |
StringManipulationOPPLFunction.getArgument() |
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) |
| Modifier and Type | Method and Description |
|---|---|
Set<OPPLFunction<I>> |
Aggregandum.getOPPLFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static OPPLFunction<Pattern> |
Adapter.buildRegexpPatternAdapter(OPPLFunction<String> stringOPPLFunction) |
static <I> Aggregandum<I> |
Adapter.buildSingletonAggregandum(OPPLFunction<I> singleton) |
O |
ValueComputation.compute(OPPLFunction<? extends O> opplFunction) |
static OPPLFunction<org.semanticweb.owlapi.model.OWLLiteral> |
Create.createOWLLiteral(OPPLFunction<String> value) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
OPPLFunctionVisitor.visitGenericOPPLFunction(OPPLFunction<O> opplFunction) |
<P extends org.semanticweb.owlapi.model.OWLObject> |
OPPLFunctionVisitorEx.visitGenericOPPLFunction(OPPLFunction<P> opplFunction) |
| Modifier and Type | Method and Description |
|---|---|
static <I> Aggregandum<I> |
Adapter.buildAggregandumCollection(Collection<? extends OPPLFunction<I>> collection) |
| Constructor and Description |
|---|
StringManipulationOPPLFunction(OPPLFunction<String> argument) |
ToLowerCaseStringManipulationOPPLFunction(OPPLFunction<String> arg) |
ToUpperCaseStringManipulationOPPLFunction(OPPLFunction<String> argument) |
| Modifier and Type | Class and Description |
|---|---|
class |
InlineSet<O extends org.semanticweb.owlapi.model.OWLObject> |
| Modifier and Type | Method and Description |
|---|---|
OPPLFunction<? extends O> |
GeneratedVariable.getOPPLFunction() |
OPPLFunction<Pattern> |
RegexpGeneratedVariable.getPatternGeneratingOPPLFunction() |
| 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) |
| Constructor and Description |
|---|
GeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<? extends O> opplFunction) |
RegexpGeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
| Modifier and Type | Method and Description |
|---|---|
Set<Variable<?>> |
VariableExtractor.extractVariables(OPPLFunction<?> opplFunction) |
| 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) |
RegexpGeneratedVariable<? extends O> |
VariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
RegexpGeneratedVariable<? extends org.semanticweb.owlapi.model.OWLObjectPropertyExpression> |
OBJECTPROPERTYVariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
RegexpGeneratedVariable<? extends org.semanticweb.owlapi.model.OWLIndividual> |
INDIVIDUALVariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
RegexpGeneratedVariable<? extends org.semanticweb.owlapi.model.OWLDataPropertyExpression> |
DATAPROPERTYVariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
RegexpGeneratedVariable<? extends org.semanticweb.owlapi.model.OWLLiteral> |
CONSTANTVariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
RegexpGeneratedVariable<org.semanticweb.owlapi.model.OWLClassExpression> |
CLASSVariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
RegexpGeneratedVariable<? extends org.semanticweb.owlapi.model.OWLAnnotationProperty> |
ANNOTATIONPROPERTYVariableType.getRegexpGeneratedVariable(String name,
OPPLFunction<Pattern> patternGeneratingOPPLFunction) |
static <O extends org.semanticweb.owlapi.model.OWLObject> |
VariableFactory.getRegexpGeneratedVariable(String name,
VariableType<O> type,
OPPLFunction<Pattern> opplFunction) |
| Modifier and Type | Method and Description |
|---|---|
OPPLFunction<String> |
OPPLSymbolTable.defineGroupAttributeReferenceSymbol(OPPLSyntaxTree variableSyntaxTree,
ManchesterOWLSyntaxTree indexNode,
ConstraintSystem constraintSystem) |
OPPLFunction<String> |
OPPLTypesParts.stringExpression() |
OPPLFunction<String> |
OPPLTypes.stringExpression() |
OPPLFunction<String> |
OPPLTypesParts.stringOperation() |
OPPLFunction<String> |
OPPLTypes.stringOperation() |
Copyright © 2015 The University of Manchester. All Rights Reserved.