public interface Graph extends OsidCatalog
A Graph
represents a collection of nodes and edges.
Modifier and Type | Method and Description |
---|---|
GraphRecord |
getGraphRecord(Type graphRecordType)
Gets the graph record corresponding to the given
Graph
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
GraphRecord getGraphRecord(Type graphRecordType) throws OperationFailedException
Graph
record Type.
This method is used to retrieve an object
implementing the requested record. The graphRecordType
may be the Type
returned in getRecordTypes()
or any of its parents in a Type
hierarchy where
hasRecordType(graphRecordType)
is true
.graphRecordType
- the type of graph record to retrieveNullArgumentException
- graphRecordType
is null
OperationFailedException
- unable to complete requestUnsupportedException
-
hasRecordType(graphRecordType)
is false
mandatory
- This method must be implemented.