Uses of Class
edu.internet2.middleware.grouper.app.graph.GraphNode
-
Uses of GraphNode in edu.internet2.middleware.grouper.app.graph
Modifier and TypeMethodDescriptionGraphEdge.getFromNode()
gets the origin node for the edgeRelationGraph.getNode
(GrouperObject object) retrieve a graph node based on its contained Grouper objectRelationGraph.getStartNode()
The initializing object for the object, wrapped in a nodeGraphEdge.getToNode()
gets the destination node for the edgeModifier and TypeMethodDescriptionGraphNode.getChildNodes()
Gets the child nodes linked to this node.RelationGraph.getLeafChildNodes()
returns all the bottom level child nodes (nodes with no children)RelationGraph.getLeafParentNodes()
returns all the top level parent nodes (nodes with no parents)RelationGraph.getNodes()
after building, returns the set of all nodesGraphNode.getParentNodes()
Gets the parent nodes linked to this node.Modifier and TypeMethodDescriptionvoid
GraphNode.addChildNode
(GraphNode childNode) Adds a child node to the collectionvoid
GraphNode.addParentNode
(GraphNode parentNode) adds a parent node to the collectionModifierConstructorDescriptionConstructor defining a directional edge, from one node to another.GraphEdge
(GraphNode fromNode, GraphNode toNode, StyleObjectType styleObjecType) Constructor defining a directional edge, when the type is already known.