Package org.obolibrary.macro
Class AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx
java.lang.Object
org.obolibrary.macro.AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx
- All Implemented Interfaces:
OWLClassExpressionVisitorEx<OWLClassExpression>
,OWLClassVisitorExBase<OWLClassExpression>
,OWLVisitorExBase<OWLClassExpression>
- Enclosing class:
AbstractMacroExpansionVisitor
public abstract class AbstractMacroExpansionVisitor.AbstractClassExpressionVisitorEx
extends Object
implements OWLClassExpressionVisitorEx<OWLClassExpression>
class expression visitor
-
Method Summary
Modifier and TypeMethodDescriptionvisit OWLClass typevisit OWLDataAllValuesFrom typevisit OWLDataExactCardinality typevisit
(OWLDataHasValue ce) visit OWLDataHasValue typevisit OWLDataMaxCardinality typevisit OWLDataMinCardinality typevisit OWLDataSomeValuesFrom typevisit OWLObjectAllValuesFrom typevisit OWLObjectComplementOf typevisit OWLObjectExactCardinality typevisit OWLObjectHasSelf typevisit OWLObjectHasValue typevisit OWLObjectIntersectionOf typevisit OWLObjectMaxCardinality typevisit OWLObjectMinCardinality typevisit
(OWLObjectOneOf ce) visit OWLObjectOneOf typevisit OWLObjectSomeValuesFrom typevisit OWLObjectUnionOf typeMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.semanticweb.owlapi.model.OWLVisitorExBase
doDefault
-
Method Details
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectIntersectionOf type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectUnionOf type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectComplementOf type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectSomeValuesFrom type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectHasValue type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectAllValuesFrom type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectMinCardinality type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectExactCardinality type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectMaxCardinality type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLDataSomeValuesFrom type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLDataAllValuesFrom type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLDataHasValue type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLDataExactCardinality type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLDataMaxCardinality type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLDataMinCardinality type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassVisitorExBase
visit OWLClass type- Specified by:
visit
in interfaceOWLClassVisitorExBase<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectHasSelf type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-
visit
Description copied from interface:OWLClassExpressionVisitorEx
visit OWLObjectOneOf type- Specified by:
visit
in interfaceOWLClassExpressionVisitorEx<OWLClassExpression>
- Parameters:
ce
- ce to visit- Returns:
- visitor value
-