Uses of Class
edu.internet2.middleware.grouper.app.graph.GraphNode
Packages that use GraphNode
-
Uses of GraphNode in edu.internet2.middleware.grouper.app.graph
Methods in edu.internet2.middleware.grouper.app.graph that return GraphNodeModifier 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 edgeMethods in edu.internet2.middleware.grouper.app.graph that return types with arguments of type GraphNodeModifier 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.Methods in edu.internet2.middleware.grouper.app.graph with parameters of type GraphNodeModifier and TypeMethodDescriptionvoid
GraphNode.addChildNode
(GraphNode childNode) Adds a child node to the collectionvoid
GraphNode.addParentNode
(GraphNode parentNode) adds a parent node to the collectionConstructors in edu.internet2.middleware.grouper.app.graph with parameters of type GraphNodeModifierConstructorDescriptionConstructor 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.