- get(Key) - Method in class com.puresoltechnologies.graphs.trees.BinarySearchTree
-
Returns the value associated with the given key.
- getChildren() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getChildren() - Method in interface com.puresoltechnologies.graphs.trees.TreeNode
-
This method returns the children which are contained in the node.
- getChildren() - Method in class com.puresoltechnologies.graphs.trees.TreeNodeImpl
-
- getColor() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getCurrentNode() - Method in class com.puresoltechnologies.graphs.trees.TreeIterator
-
This method returns the current node where the iterator is at the very
moment.
- getEdges() - Method in interface com.puresoltechnologies.graphs.graph.Vertex
-
This method returns the edges which are bound to the vertex.
- getEdges() - Method in interface com.puresoltechnologies.graphs.statemodel.State
-
- getEdges() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getEdges() - Method in class com.puresoltechnologies.graphs.trees.TreeNodeImpl
-
- getEndStates() - Method in interface com.puresoltechnologies.graphs.statemodel.StateModel
-
This method returns the possible end states of the model which show, that the
model is finished and cannot be changed anymore.
- getFirst() - Method in class com.puresoltechnologies.graphs.graph.Pair
-
- getKey() - Method in interface com.puresoltechnologies.graphs.trees.BinaryTreeNode
-
This method returns the key of the node which is used to compare and sort the
nodes within the tree.
- getKey() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getLabels() - Method in interface com.puresoltechnologies.graphs.trees.LabeledTreeNode
-
This method returns a
Set
of labels which were added to this
TreeNode
.
- getLeft() - Method in interface com.puresoltechnologies.graphs.trees.BinaryTreeNode
-
Returns the left node of the binary tree node.
- getLeft() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getName() - Method in interface com.puresoltechnologies.graphs.statemodel.State
-
This method returns the localized name of the state which is needed to be
presented in a UI.
- getName() - Method in interface com.puresoltechnologies.graphs.statemodel.Transition
-
This method returns the localized name of the transition which is needed to
be presented in a UI.
- getName() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getName() - Method in interface com.puresoltechnologies.graphs.trees.TreeNode
-
This method returns the node identifier.
- getName() - Method in class com.puresoltechnologies.graphs.trees.TreeNodeImpl
-
- getParent() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getParent() - Method in interface com.puresoltechnologies.graphs.trees.TreeNode
-
This method returns the parent node.
- getParent() - Method in class com.puresoltechnologies.graphs.trees.TreeNodeImpl
-
- getProperties() - Method in interface com.puresoltechnologies.graphs.trees.PropertyTreeNode
-
This method returns a
Map
of properties which were added to this
TreeNode
.
- getRight() - Method in interface com.puresoltechnologies.graphs.trees.BinaryTreeNode
-
Returns the right node of the binary tree node.
- getRight() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getRootNode() - Method in class com.puresoltechnologies.graphs.trees.BinarySearchTree
-
- getRootNode() - Method in interface com.puresoltechnologies.graphs.trees.Tree
-
This method returns the root node of the tree.
- getSearchResult() - Method in class com.puresoltechnologies.graphs.trees.SearchVisitor
-
This method returns the list of results found during tree walk.
- getSecond() - Method in class com.puresoltechnologies.graphs.graph.Pair
-
- getSize() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getStartState() - Method in interface com.puresoltechnologies.graphs.statemodel.StateModel
-
This method returns the start state which is not valid, yet, but the starting
point of the first transition to be made.
- getState() - Method in class com.puresoltechnologies.graphs.statemodel.AbstractStateModel
-
- getState() - Method in interface com.puresoltechnologies.graphs.statemodel.StateModel
-
This method returns the current
State
of the model.
- getTargetState() - Method in interface com.puresoltechnologies.graphs.statemodel.Transition
-
This is the final state of the transition.
- getTransitions() - Method in interface com.puresoltechnologies.graphs.statemodel.State
-
This method returns the valid, applicable transitions of the state.
- getTree() - Method in class com.puresoltechnologies.graphs.trees.TreeWalker
-
- getValue() - Method in interface com.puresoltechnologies.graphs.trees.BinaryTreeNode
-
This method returns the value of the node.
- getValue() - Method in class com.puresoltechnologies.graphs.trees.RedBlackTreeNode
-
- getVertices() - Method in interface com.puresoltechnologies.graphs.graph.Edge
-
This method returns the vertices which are connected by this edge.
- getVertices() - Method in interface com.puresoltechnologies.graphs.graph.Graph
-
This method returns all vertices of the graph.
- getVertices() - Method in class com.puresoltechnologies.graphs.trees.BinarySearchTree
-
- getVertices() - Method in class com.puresoltechnologies.graphs.trees.TreeLink
-
- goBackward() - Method in class com.puresoltechnologies.graphs.trees.TreeIterator
-
This method walks backward one node.
- goForward() - Method in class com.puresoltechnologies.graphs.trees.TreeIterator
-
This method walks forward one node.
- goTo(S) - Method in class com.puresoltechnologies.graphs.statemodel.AbstractStateModel
-
- goTo(S) - Method in interface com.puresoltechnologies.graphs.statemodel.StateModel
-
This method checks the available transitions and looks for a transition to go
the defined state.
- gotoEnd() - Method in class com.puresoltechnologies.graphs.trees.TreeIterator
-
This method sets the iterator onto the last tree element.
- gotoStart() - Method in class com.puresoltechnologies.graphs.trees.TreeIterator
-
This method resets the iterator and put the current node to the
beginning.
- Graph<V extends Vertex<V,E>,E extends Edge<V,E>> - Interface in com.puresoltechnologies.graphs.graph
-
This interface represents a whole graph.