- Geometry - Class in de.agentlab.ds.graph
-
- Geometry(int, int) - Constructor for class de.agentlab.ds.graph.Geometry
-
- get() - Method in class de.agentlab.ds.common.Counter
-
- get(S, T) - Method in class de.agentlab.ds.table.Table
-
Provides the element at a given position.
- getAll() - Method in class de.agentlab.ds.tree.Tree
-
Returns a set of all elements of the tree.
- getBranches() - Method in class de.agentlab.ds.tree.Tree
-
Return a list of all branches of the tree.
- getBranchesIterator() - Method in class de.agentlab.ds.tree.Tree
-
- getBreadthFirstList() - Method in class de.agentlab.ds.tree.Tree
-
Returns the elements of the tree as list using a breath first traversal.
- getChild(String, Object) - Method in class de.agentlab.ds.timer.Checkpoint
-
- getChildren() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getChildren(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the list of children of the given element.
- getCol(T) - Method in class de.agentlab.ds.table.Table
-
Provides the column data for a given column key as list.
- getColKey() - Method in class de.agentlab.ds.table.KeyPair
-
- getColKey() - Method in class de.agentlab.ds.table.TableEntry
-
- getColKeys() - Method in class de.agentlab.ds.table.Table
-
- getColKeys(Comparator<T>) - Method in class de.agentlab.ds.table.Table
-
- getColor() - Method in class de.agentlab.ds.graph.Edge
-
- getColor() - Method in class de.agentlab.ds.graph.Node
-
- getData() - Method in class de.agentlab.ds.table.Table
-
Provides nested maps of the table data.
- getData() - Static method in class de.agentlab.ds.timer.Timer
-
- getDepth(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the depth of the element.
- getDepth() - Method in class de.agentlab.ds.tree.Tree
-
Returns the depth of the tree.
- getDescendants(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns a list of descendants for a given node
- getEdges() - Method in class de.agentlab.ds.graph.Graph
-
- getElapsedChildren() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getElapsedSelf() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getElapsedTotal() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getEntries() - Method in class de.agentlab.ds.table.Table
-
- getFrom() - Method in class de.agentlab.ds.graph.Edge
-
- getFromId() - Method in class de.agentlab.ds.graph.Edge
-
- getGeometry() - Method in class de.agentlab.ds.graph.Node
-
- getGroupId() - Method in class de.agentlab.ds.graph.Node
-
- getGroupIdList() - Method in class de.agentlab.ds.graph.Graph
-
- getHeight() - Method in class de.agentlab.ds.graph.Geometry
-
- getHitcount() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getId() - Method in class de.agentlab.ds.graph.Node
-
- getItem() - Method in class de.agentlab.ds.tree.ItemWrapper
-
- getKeyPairs() - Method in class de.agentlab.ds.table.Table
-
- getLabel() - Method in class de.agentlab.ds.graph.Node
-
- getLeafs() - Method in class de.agentlab.ds.tree.Tree
-
Returns all leaf elements of the tree.
- getLevel(int) - Method in class de.agentlab.ds.tree.Tree
-
Returns a list of all nodes on the given level.
- getMatchSet(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
-
Returns the elements of the tree accepted by the given filter as set.
- getName() - Method in class de.agentlab.ds.graph.Graph
-
- getNodes() - Method in class de.agentlab.ds.graph.Graph
-
- getOrd() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getParent(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the parent element for the given element.
- getPath(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the path (including the element itself) to the given element as list.
- getPathTree(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the path (including the element itself) to the given element as (degenerated) tree.
- getPreorderList() - Method in class de.agentlab.ds.tree.Tree
-
Returns the elements of the tree as pre-ordered list.
- getPreorderList(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
-
Returns the elements of the tree accepted by the given filter as pre-ordered list.
- getPreorderList(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the elements of the subtree rooted at the given element as pre-ordered list.
- getRoots() - Method in class de.agentlab.ds.tree.Tree
-
Returns all root elements of the tree.
- getRow(S) - Method in class de.agentlab.ds.table.Table
-
Provides the row data for a given row key as list.
- getRowKey() - Method in class de.agentlab.ds.table.KeyPair
-
- getRowKey() - Method in class de.agentlab.ds.table.TableEntry
-
- getRowKeys() - Method in class de.agentlab.ds.table.Table
-
- getRowKeys(Comparator<S>) - Method in class de.agentlab.ds.table.Table
-
- getRowMap(S) - Method in class de.agentlab.ds.table.Table
-
Provides the row data for a given row key as map.
- getShape() - Method in class de.agentlab.ds.graph.Node
-
- getSiblings(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the list of siblings of the given element.
- getSiblings(T, boolean) - Method in class de.agentlab.ds.tree.Tree
-
Returns the list of siblings of the given element.
- getSubgraphs() - Method in class de.agentlab.ds.graph.Graph
-
- getSubtree(T) - Method in class de.agentlab.ds.tree.Tree
-
Returns the subtree underneath the given element.
- getTagCount() - Method in class de.agentlab.ds.graph.Node
-
- getTagNames() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getTags() - Method in class de.agentlab.ds.graph.Node
-
- getTags() - Method in class de.agentlab.ds.timer.Checkpoint
-
- getTagValue(String) - Method in class de.agentlab.ds.graph.Node
-
- getTagValue(String) - Method in class de.agentlab.ds.timer.Checkpoint
-
- getTextColor() - Method in class de.agentlab.ds.graph.Node
-
- getTo() - Method in class de.agentlab.ds.graph.Edge
-
- getToId() - Method in class de.agentlab.ds.graph.Edge
-
- getType() - Method in class de.agentlab.ds.graph.Node
-
- getType() - Method in class de.agentlab.ds.graph.Shape
-
- getValue() - Method in class de.agentlab.ds.table.TableEntry
-
- getVersion() - Method in class de.agentlab.ds.tree.Tree
-
A tree instance carries a version information which can be used to track changes of the tree.
- getWidth() - Method in class de.agentlab.ds.graph.Geometry
-
- getX() - Method in class de.agentlab.ds.graph.Geometry
-
- getY() - Method in class de.agentlab.ds.graph.Geometry
-
- GexfUtils - Class in de.agentlab.ds.graph
-
- GexfUtils() - Constructor for class de.agentlab.ds.graph.GexfUtils
-
- Graph - Class in de.agentlab.ds.graph
-
- Graph(String) - Constructor for class de.agentlab.ds.graph.Graph
-
- GraphmlUtils - Class in de.agentlab.ds.graph
-
- GraphmlUtils() - Constructor for class de.agentlab.ds.graph.GraphmlUtils
-
- GraphReader - Class in de.agentlab.ds.graph
-
- GraphReader() - Constructor for class de.agentlab.ds.graph.GraphReader
-