Uses of Class
it.polito.elite.visualization.ontoviewer.enums.NodeTypesEnum

Packages that use NodeTypesEnum
it.polito.elite.ontology   
it.polito.elite.visualization.ontoviewer.enums   
 

Uses of NodeTypesEnum in it.polito.elite.ontology
 

Fields in it.polito.elite.ontology declared as NodeTypesEnum
protected  NodeTypesEnum NodeTypeAbstraction.type
           
 

Methods in it.polito.elite.ontology that return NodeTypesEnum
 NodeTypesEnum NodeTypeAbstraction.getType()
           
 

Methods in it.polito.elite.ontology with parameters of type NodeTypesEnum
 NodeTypeAbstraction OWLOntologyWrapper.createNodeTypeAbstraction(NodeTypesEnum t, java.lang.String expression)
           
abstract  NodeTypeAbstraction OntologyAbstraction.createNodeTypeAbstraction(NodeTypesEnum t, java.lang.String expression)
          It is sufficient that it handles NamedClasses and NamedInstances
static NodeTypeAbstraction NodeTypeOWL.parseExpression(NodeTypesEnum t, java.lang.String expression)
           
 

Uses of NodeTypesEnum in it.polito.elite.visualization.ontoviewer.enums
 

Methods in it.polito.elite.visualization.ontoviewer.enums that return NodeTypesEnum
static NodeTypesEnum NodeTypesEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NodeTypesEnum[] NodeTypesEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.