Uses of Class
vs.fabula.ui.FabulaVertex.FabulaKind

Packages that use FabulaVertex.FabulaKind
vs.fabula.ui Classes for showing fabula knowledge as a graph in the GUI. 
 

Uses of FabulaVertex.FabulaKind in vs.fabula.ui
 

Methods in vs.fabula.ui that return FabulaVertex.FabulaKind
 FabulaVertex.FabulaKind FabulaVertex.getKind()
           
static FabulaVertex.FabulaKind FabulaVertex.FabulaKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FabulaVertex.FabulaKind[] FabulaVertex.FabulaKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in vs.fabula.ui with parameters of type FabulaVertex.FabulaKind
static FabulaVertex FabulaVertex.getVertex(com.hp.hpl.jena.ontology.Individual individual, java.lang.String rdf_type, FabulaVertex.FabulaKind kind)