Uses of Class
de.hpi.fgis.voidgen.hadoop.parsing.DanchelNode.NodeType

Packages that use DanchelNode.NodeType
de.hpi.fgis.voidgen.hadoop.parsing Contains the classes for parsing and filtering RDF quadruples. 
 

Uses of DanchelNode.NodeType in de.hpi.fgis.voidgen.hadoop.parsing
 

Methods in de.hpi.fgis.voidgen.hadoop.parsing that return DanchelNode.NodeType
 DanchelNode.NodeType DanchelNode.getType()
           
static DanchelNode.NodeType DanchelNode.NodeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DanchelNode.NodeType[] DanchelNode.NodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in de.hpi.fgis.voidgen.hadoop.parsing with parameters of type DanchelNode.NodeType
DanchelNode(java.lang.String val, DanchelNode.NodeType t)