|
Sparksee
6.0.2
|
Type data class. More...


Instance Methods | |
| (int) | - getId |
| Gets the Sparksee type identifier. More... | |
| (enum STSObjectType) | - getObjectType |
| Gets the object type. More... | |
| (NSString *) | - getName |
| Gets the unique type name. More... | |
| (long long) | - getNumObjects |
| Gets the number of objects belonging to the type. More... | |
| (BOOL) | - getIsDirected |
| Gets if this is a directed edge type. More... | |
| (BOOL) | - getIsRestricted |
| Gets if this is a restricted edge type. More... | |
| (BOOL) | - getAreNeighborsIndexed |
| Gets if this is an edge type with neighbors index. More... | |
| (int) | - getRestrictedFrom |
| Gets the tail or source type identifier for restricted edge types. More... | |
| (int) | - getRestrictedTo |
| Gets the head or target type identifier for restricted edge types. More... | |
Class Methods | |
| (int) | + getInvalidType |
| Invalid type identifier. | |
| (int) | + getGlobalType |
| Global type identifier. | |
| (int) | + getNodesType |
| Identifier for all nodeType attributes. | |
| (int) | + getEdgesType |
| Identifier for all edgeType attributes. | |
Type data class.
It contains information about a node or edge type.
| - (BOOL) getAreNeighborsIndexed |
Gets if this is an edge type with neighbors index.
| - (int) getId |
Gets the Sparksee type identifier.
| - (BOOL) getIsDirected |
Gets if this is a directed edge type.
| - (BOOL) getIsRestricted |
Gets if this is a restricted edge type.
| - (NSString*) getName |
Gets the unique type name.
| - (long long) getNumObjects |
Gets the number of objects belonging to the type.
| - (enum STSObjectType) getObjectType |
Gets the object type.
| - (int) getRestrictedFrom |
Gets the tail or source type identifier for restricted edge types.
| - (int) getRestrictedTo |
Gets the head or target type identifier for restricted edge types.