Node of a Graph.
More...
Inherited by cogitant.jni.GraphObject.
◆ conjunctiveType()
| Collection<SupportObject> cogitant.base.GraphObject.conjunctiveType |
( |
| ) |
|
◆ graph()
| Graph cogitant.base.GraphObject.graph |
( |
| ) |
|
◆ hasConjunctiveType()
| boolean cogitant.base.GraphObject.hasConjunctiveType |
( |
| ) |
|
◆ identifier()
| String cogitant.base.GraphObject.identifier |
( |
| ) |
|
◆ individual()
Individual of the individual concept node.
- Precondition
- (referentType() == INDIVIDUAL)
◆ label()
| String cogitant.base.GraphObject.label |
( |
| ) |
|
◆ neighbourhood()
| Collection<GraphEdge> cogitant.base.GraphObject.neighbourhood |
( |
| ) |
|
Neighbourhood: set of edges linked to this node.
◆ objectType()
| Type cogitant.base.GraphObject.objectType |
( |
| ) |
|
◆ referentAsString()
| String cogitant.base.GraphObject.referentAsString |
( |
| ) |
|
Referent of the concept node.
- Precondition
- (objectType() == CONCEPT)
◆ referentType()
Referent type of a concept node.
- Precondition
- (objectType() == CONCEPT)
◆ type()
◆ typeAsString()
| String cogitant.base.GraphObject.typeAsString |
( |
| ) |
|