O - typepublic abstract class DefaultTypeVistorEx<O> extends Object implements TypeVisitorEx<O>
| Constructor and Description |
|---|
DefaultTypeVistorEx() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract O |
doDefault(Type type) |
O |
visitNonOWLType(Type type) |
O |
visitOWLAxiomType(OWLAxiomType owlAxiomType) |
O |
visitOWLType(OWLType owlType) |
public O visitNonOWLType(Type type)
visitNonOWLType in interface TypeVisitorEx<O>type - typepublic O visitOWLAxiomType(OWLAxiomType owlAxiomType)
visitOWLAxiomType in interface TypeVisitorEx<O>owlAxiomType - owlAxiomTypepublic O visitOWLType(OWLType owlType)
visitOWLType in interface TypeVisitorEx<O>owlType - owlTypeCopyright © 2015 The University of Manchester. All Rights Reserved.