Package | Description |
---|---|
com.thinkaurelius.titan.core |
Modifier and Type | Field and Description |
---|---|
static TypeGroup |
TypeGroup.DEFAULT_GROUP
The default type group when no group is specified during type construction.
|
Modifier and Type | Method and Description |
---|---|
static TypeGroup |
TypeGroup.getDefaultGroup()
Returns the default type group.
|
TypeGroup |
TitanType.getGroup()
Returns the type group of this type.
|
static TypeGroup |
TypeGroup.of(int id,
String name)
Creates and returns a new type group with the specified id and name
|
Modifier and Type | Method and Description |
---|---|
TypeMaker |
TypeMaker.group(TypeGroup group)
Assigns the type to the specified
TypeGroup . |
TitanVertexQuery |
TitanVertexQuery.group(TypeGroup group)
Query for only those relations having a type included in the given
TypeGroup . |
Copyright © 2012-2013. All Rights Reserved.