public interface OPPLFunctionVisitor extends StringManipulationOPPLFunctionVisitor
| Modifier and Type | Method and Description |
|---|---|
<O,I> void |
visitAggregation(Aggregation<O,I> aggregation) |
<O> void |
visitConstant(Constant<O> constant) |
<O,I extends OPPLFunction<?>> |
visitCreate(Create<I,O> create) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
visitExpression(Expression<O> expression) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
visitGenericOPPLFunction(OPPLFunction<O> opplFunction) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
visitGroupVariableAttribute(GroupVariableAttribute<O> groupVariableAttribute) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
visitInlineSet(InlineSet<O> inlineSet) |
void |
visitIRIVariableAttribute(IRIVariableAttribute iriVariableAttribute) |
void |
visitRenderingVariableAttribute(RenderingVariableAttribute renderingVariableAttribute) |
<O extends org.semanticweb.owlapi.model.OWLObject> |
visitValuesVariableAtttribute(ValuesVariableAtttribute<O> valuesVariableAtttribute) |
visitToLowerCaseStringManipulationOPPLFunction, visitToUpperCaseStringManipulationOPPLFunction<O,I> void visitAggregation(Aggregation<O,I> aggregation)
O - aggregation fuction typeI - aggregation typeaggregation - aggregation<O extends org.semanticweb.owlapi.model.OWLObject> void visitInlineSet(InlineSet<O> inlineSet)
O - set typeinlineSet - inlineSet<O> void visitConstant(Constant<O> constant)
O - constant typeconstant - constant<O extends org.semanticweb.owlapi.model.OWLObject> void visitValuesVariableAtttribute(ValuesVariableAtttribute<O> valuesVariableAtttribute)
O - variable typevaluesVariableAtttribute - valuesVariableAtttributevoid visitRenderingVariableAttribute(RenderingVariableAttribute renderingVariableAttribute)
renderingVariableAttribute - renderingVariableAttribute<O extends org.semanticweb.owlapi.model.OWLObject> void visitGroupVariableAttribute(GroupVariableAttribute<O> groupVariableAttribute)
O - variable typegroupVariableAttribute - groupVariableAttribute<O extends org.semanticweb.owlapi.model.OWLObject> void visitExpression(Expression<O> expression)
O - expression typeexpression - expression<O,I extends OPPLFunction<?>> void visitCreate(Create<I,O> create)
O - create return typeI - create typecreate - createvoid visitIRIVariableAttribute(IRIVariableAttribute iriVariableAttribute)
iriVariableAttribute - iriVariableAttribute<O extends org.semanticweb.owlapi.model.OWLObject> void visitGenericOPPLFunction(OPPLFunction<O> opplFunction)
O - function typeopplFunction - opplFunctionCopyright © 2015 The University of Manchester. All Rights Reserved.