Type data class.
More...
Type data class.
It contains information about a node or edge type.
- Author
- Sparsity Technologies http://www.sparsity-technologies.com
bool_t Type::GetAreNeighborsIndexed |
( |
| ) |
const |
|
inline |
Gets if this is an edge type with neighbors index.
- Returns
- TRUE for edges types with neighbors index, FALSE otherwise.
bool_t Type::GetIsDirected |
( |
| ) |
const |
|
inline |
Gets if this is a directed edge type.
- Returns
- TRUE for directed edge types, FALSE otherwise.
bool_t Type::GetIsRestricted |
( |
| ) |
const |
|
inline |
Gets if this is a restricted edge type.
- Returns
- TRUE for restricted edge types, FALSE otherwise.
const std::wstring& Type::GetName |
( |
| ) |
const |
|
inline |
Gets the unique type name.
- Returns
- The unique type name.
int64_t Type::GetNumObjects |
( |
| ) |
const |
|
inline |
Gets the number of objects belonging to the type.
- Returns
- The number of objects belonging to the type.
Gets the object type.
- Returns
- The object type.
type_t Type::GetRestrictedFrom |
( |
| ) |
const |
|
inline |
Gets the tail or source type identifier for restricted edge types.
- Returns
- For restricted edge types, the tail or source type identifier, the Type InvalidType otherwise.
type_t Type::GetRestrictedTo |
( |
| ) |
const |
|
inline |
Gets the head or target type identifier for restricted edge types.
- Returns
- For restricted edge types, the head or target type identifier, the Type InvalidType otherwise.
The documentation for this class was generated from the following file: