Uses of Class
ch.hsr.bieridee.config.RelType

Packages that use RelType
ch.hsr.bieridee.config   
ch.hsr.bieridee.utils   
 

Uses of RelType in ch.hsr.bieridee.config
 

Methods in ch.hsr.bieridee.config that return RelType
static RelType RelType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RelType[] RelType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RelType in ch.hsr.bieridee.utils
 

Methods in ch.hsr.bieridee.utils with parameters of type RelType
static void DBUtil.deleteRelationship(org.neo4j.graphdb.Node startNode, RelType hasBeertype, org.neo4j.graphdb.Node endNode, org.neo4j.graphdb.Direction direction)