Skip navigation links
A B C D E F G H I K L M N O P R S T V 

A

accept(T) - Method in interface de.agentlab.ds.tree.Filter
 
add(Graph) - Method in class de.agentlab.ds.graph.Graph
 
add(Node) - Method in class de.agentlab.ds.graph.Graph
 
add(Edge) - Method in class de.agentlab.ds.graph.Graph
 
add(T) - Method in class de.agentlab.ds.tree.Tree
Adds the given element to the tree.
addChild(Checkpoint) - Method in class de.agentlab.ds.timer.Checkpoint
 
addChild(T, T) - Method in class de.agentlab.ds.tree.Tree
Adds the a new element as child of the parent element.
addChildAfter(T, T) - Method in class de.agentlab.ds.tree.Tree
Adds the given element to the parent of the sibling after the sibling.
addChildAt(T, int, T) - Method in class de.agentlab.ds.tree.Tree
Adds the given element to the parent at the specified position.
addChildBefore(T, T) - Method in class de.agentlab.ds.tree.Tree
Adds the given element to the parent of the sibling before the sibling.
addParent(T, T) - Method in class de.agentlab.ds.tree.Tree
Adds an element as parent of the given element.
addSubtree(Tree<T>) - Method in class de.agentlab.ds.tree.Tree
Adds the given tree as subtree starting at the root.
addSubtree(T, Tree<T>) - Method in class de.agentlab.ds.tree.Tree
Adds the given tree as subtree starting at the given parent node.
addTag(String, String) - Method in class de.agentlab.ds.graph.Node
 
addTag(String, String) - Method in class de.agentlab.ds.timer.Checkpoint
 
asDegeneratedTree(T...) - Static method in class de.agentlab.ds.tree.Tree
Helper method to build a degenerated tree (i.e. a tree with only a single path) from the given list of elements.
asList() - Method in class de.agentlab.ds.tree.Tree
Returns the elements of the tree as pre-ordered list.
asTree(T...) - Static method in class de.agentlab.ds.tree.Tree
Helper method to build a tree from the given list of elements.

B

buildGraph(InputStream, OutputStream) - Method in class de.agentlab.ds.graph.GraphReader
 
buildGraph(InputStream) - Method in class de.agentlab.ds.graph.GraphReader
 

C

Checkpoint - Class in de.agentlab.ds.timer
 
Checkpoint() - Constructor for class de.agentlab.ds.timer.Checkpoint
 
childIndexOf(T) - Method in class de.agentlab.ds.tree.Tree
Returns the index of the first occurrence of the specified element within the list of children of its parent node or -1 if this list does not contain the element.
clear() - Method in class de.agentlab.ds.table.Table
Remove all data from the table.
clear() - Static method in class de.agentlab.ds.timer.Timer
 
clear() - Method in class de.agentlab.ds.tree.Tree
Removes all elements from the tree.
clearTags() - Method in class de.agentlab.ds.graph.Node
 
closest(T, Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Returns either the element itself or the closest parent element that satisfies the filter condition.
ColKeyFormatter<T> - Interface in de.agentlab.ds.table
String formatter for the column key type.
ColorUtils - Class in de.agentlab.ds.common
 
ColorUtils() - Constructor for class de.agentlab.ds.common.ColorUtils
 
contains(Edge) - Method in class de.agentlab.ds.graph.Graph
 
contains(S, T) - Method in class de.agentlab.ds.table.Table
Checks, if an element exists at a given position.
contains(T) - Method in class de.agentlab.ds.tree.Tree
Checks if the tree contains a particular element.
containsRowKey(S) - Method in class de.agentlab.ds.table.Table
Checks, if a row with a given key exists.
copy(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Returns a copy of this tree that results from applying the Tree.filter(Filter) method after the copy is made.
copy() - Method in class de.agentlab.ds.tree.Tree
Returns a copy of this tree.
Counter - Class in de.agentlab.ds.common
 
Counter() - Constructor for class de.agentlab.ds.common.Counter
 
createArrowStyle(String, boolean) - Static method in class de.agentlab.ds.graph.GraphmlUtils
 
createNode(Node) - Static method in class de.agentlab.ds.graph.GexfUtils
 
createNode(String, String, String, Shape, Geometry, String[]) - Static method in class de.agentlab.ds.graph.GraphmlUtils
 
createNode(String, String, String, Shape, Geometry) - Static method in class de.agentlab.ds.graph.GraphmlUtils
 
CSVFormatter - Class in de.agentlab.ds.timer
 
CSVFormatter() - Constructor for class de.agentlab.ds.timer.CSVFormatter
 
CSVFormatter(int[]) - Constructor for class de.agentlab.ds.timer.CSVFormatter
 
CSVFormatter(PrintStream) - Constructor for class de.agentlab.ds.timer.CSVFormatter
 
CSVFormatter(PrintStream, int[]) - Constructor for class de.agentlab.ds.timer.CSVFormatter
 

D

de.agentlab.ds.common - package de.agentlab.ds.common
 
de.agentlab.ds.graph - package de.agentlab.ds.graph
 
de.agentlab.ds.table - package de.agentlab.ds.table
 
de.agentlab.ds.timer - package de.agentlab.ds.timer
 
de.agentlab.ds.tree - package de.agentlab.ds.tree
 

E

Edge - Class in de.agentlab.ds.graph
 
Edge(Node, Node) - Constructor for class de.agentlab.ds.graph.Edge
 
ElementFormatter<T> - Interface in de.agentlab.ds.tree
 
equals(Object) - Method in class de.agentlab.ds.graph.Node
 
equals(Object) - Method in class de.agentlab.ds.table.KeyPair
 

F

Filter<T> - Interface in de.agentlab.ds.tree
 
filter(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Retains all elements from the tree that are accepted by the Filter.
filter(Filter<T>, boolean) - Method in class de.agentlab.ds.tree.Tree
filterEager(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Retains all elements from the tree that are accepted by the Filter.
find(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Returns the first element that is accepted by the given Filter.
findAll(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Returns a list of elements that are accepted by the given Filter.
findNodeById(String) - Method in class de.agentlab.ds.graph.Graph
 
findNodesByGroupId(String) - Method in class de.agentlab.ds.graph.Graph
 
format(T) - Method in interface de.agentlab.ds.table.ColKeyFormatter
 
format(T) - Method in interface de.agentlab.ds.table.RowKeyFormatter
 
format(RowKeyFormatter<S>, ColKeyFormatter<T>, ValueFormatter<V>, Comparator<? super S>, Comparator<? super T>, String, String, String, boolean) - Method in class de.agentlab.ds.table.Table
 
format(V) - Method in interface de.agentlab.ds.table.ValueFormatter
 
format(T) - Method in interface de.agentlab.ds.tree.ElementFormatter
 

G

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
 

H

hasChildren(T) - Method in class de.agentlab.ds.tree.Tree
Tests if the given element has children.
hashCode() - Method in class de.agentlab.ds.graph.Node
 
hashCode() - Method in class de.agentlab.ds.table.KeyPair
 

I

IdentityMapper<S> - Class in de.agentlab.ds.tree
 
IdentityMapper() - Constructor for class de.agentlab.ds.tree.IdentityMapper
 
inc() - Method in class de.agentlab.ds.common.Counter
 
indexOf(T) - Method in class de.agentlab.ds.tree.Tree
Returns the index of the first occurrence of the specified element in this tree or -1 if this list does not contain the element.
isAncestor(T, T) - Method in class de.agentlab.ds.tree.Tree
Checks, if an element is an ancestor of another element.
isChild(T, T) - Method in class de.agentlab.ds.tree.Tree
Checks if an element is a child element of another element.
isDescendant(T, T) - Method in class de.agentlab.ds.tree.Tree
Checks if an element is a descendant of another element.
isDirected() - Method in class de.agentlab.ds.graph.Edge
 
isEmpty() - Method in class de.agentlab.ds.table.Table
Checks if the table is empty.
isFirstChild(T) - Method in class de.agentlab.ds.tree.Tree
Checks if a given element is the first child of its parent node.
isLastChild(T) - Method in class de.agentlab.ds.tree.Tree
Checks if a given element is the last child of its parent node.
isLeaf(T) - Method in class de.agentlab.ds.tree.Tree
 
isRoot(T) - Method in class de.agentlab.ds.tree.Tree
 
isVisible() - Method in class de.agentlab.ds.graph.Edge
 
isVisible() - Method in class de.agentlab.ds.graph.Graph
 
isVisible() - Method in class de.agentlab.ds.graph.Node
 
ItemWrapper<T> - Class in de.agentlab.ds.tree
 
ItemWrapper(T) - Constructor for class de.agentlab.ds.tree.ItemWrapper
 

K

KeyPair<S,T> - Class in de.agentlab.ds.table
Represents a specific position within a table.
KeyPair(S, T) - Constructor for class de.agentlab.ds.table.KeyPair
 

L

leastCommonSubsumer(T, T) - Method in class de.agentlab.ds.tree.Tree
Returns the least common subsumer for the given elements.
limit(int) - Method in class de.agentlab.ds.tree.Tree
Removes all but the first count elements of the tree

M

main(String[]) - Static method in class de.agentlab.ds.graph.GraphReader
 
map(S) - Method in class de.agentlab.ds.tree.IdentityMapper
 
map(T) - Method in interface de.agentlab.ds.tree.Mapper
 
map(Mapper<T, S>) - Method in class de.agentlab.ds.tree.Tree
Maps this tree of generic type T to a homomorphous tree of type S using the given Mapper.
map(T, Mapper<T, S>) - Method in class de.agentlab.ds.tree.Tree
Maps the subtree from a given element of generic type T to a homomorphous tree of type S using the given Mapper.
Mapper<T,S> - Interface in de.agentlab.ds.tree
 
merge(Table<S, T, V>) - Method in class de.agentlab.ds.table.Table
Merges the data of another table into this table.
move(T, T) - Method in class de.agentlab.ds.tree.Tree
Moves the element to a new parent, removing it from its current parent.
moveRow(S, S) - Method in class de.agentlab.ds.table.Table
Moves all data from a certain row key to another row key

N

Node - Class in de.agentlab.ds.graph
 
Node(String) - Constructor for class de.agentlab.ds.graph.Node
 

O

off() - Static method in class de.agentlab.ds.timer.Timer
 
on() - Static method in class de.agentlab.ds.timer.Timer
 

P

PrePostVisitor<T> - Interface in de.agentlab.ds.tree
 
print(List<Checkpoint>) - Method in class de.agentlab.ds.timer.CSVFormatter
 
print(Checkpoint, int) - Method in class de.agentlab.ds.timer.CSVFormatter
 
print(List<Checkpoint>) - Method in class de.agentlab.ds.timer.TextTableFormatter
 
print(Checkpoint, int) - Method in class de.agentlab.ds.timer.TextTableFormatter
 
prune(T) - Method in class de.agentlab.ds.tree.Tree
Prunes the tree to the given element.
pruneCopy(T) - Method in class de.agentlab.ds.tree.Tree
Copies the tree and prunes it to the given element.
pull(T) - Method in class de.agentlab.ds.tree.Tree
Pulls the given element from the tree, i.e. the node is removed from the tree and all children of the node (if any) are moved to the parent of the element.
push(T) - Method in class de.agentlab.ds.tree.Tree
Adds the given element to the tree.
put(S, T, V) - Method in class de.agentlab.ds.table.Table
Stores a data element at the given position.
put(S, T) - Method in class de.agentlab.ds.table.Table
Stores a null data element at the given position, effectively just adding to row and column key.
putRow(S, Map<T, V>) - Method in class de.agentlab.ds.table.Table
Add complete row of data for a certain row key.

R

remove(S, T) - Method in class de.agentlab.ds.table.Table
Removes an element a the given position.
remove(T) - Method in class de.agentlab.ds.tree.Tree
Removes the given element from the tree.
remove(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Removes all elements that are accepted by the given filter.
removeRow(S) - Method in class de.agentlab.ds.table.Table
Remove the row with the given key
removeTag(String) - Method in class de.agentlab.ds.graph.Node
 
replace(T, T) - Method in class de.agentlab.ds.tree.Tree
Replaces the given element with another element.
retain(T) - Method in interface de.agentlab.ds.tree.RetainingFilter
 
RetainingFilter<T> - Interface in de.agentlab.ds.tree
 
reverse() - Method in class de.agentlab.ds.tree.Tree
 
RowKeyFormatter<T> - Interface in de.agentlab.ds.table
String formatter for the row key type.

S

serialVersionUID - Static variable in class de.agentlab.ds.tree.Tree
 
setColor(String) - Method in class de.agentlab.ds.graph.Edge
 
setColor(String) - Method in class de.agentlab.ds.graph.Node
 
setData(Map<S, Map<T, V>>) - Method in class de.agentlab.ds.table.Table
Populates the table from nested maps.
setDirected(boolean) - Method in class de.agentlab.ds.graph.Edge
 
setFrom(Node) - Method in class de.agentlab.ds.graph.Edge
 
setGeometry(Geometry) - Method in class de.agentlab.ds.graph.Node
 
setGroupId(String) - Method in class de.agentlab.ds.graph.Node
 
setHeight(int) - Method in class de.agentlab.ds.graph.Geometry
 
setId(String) - Method in class de.agentlab.ds.graph.Node
 
setLabel(String) - Method in class de.agentlab.ds.graph.Node
 
setName(String) - Method in class de.agentlab.ds.graph.Graph
 
setShape(Shape) - Method in class de.agentlab.ds.graph.Node
 
setTextColor(String) - Method in class de.agentlab.ds.graph.Node
 
setTo(Node) - Method in class de.agentlab.ds.graph.Edge
 
setType(String) - Method in class de.agentlab.ds.graph.Node
 
setType(String) - Method in class de.agentlab.ds.graph.Shape
 
setVisible(boolean) - Method in class de.agentlab.ds.graph.Edge
 
setVisible(boolean) - Method in class de.agentlab.ds.graph.Graph
 
setVisible(boolean) - Method in class de.agentlab.ds.graph.Node
 
setWidth(int) - Method in class de.agentlab.ds.graph.Geometry
 
setX(int) - Method in class de.agentlab.ds.graph.Geometry
 
setY(int) - Method in class de.agentlab.ds.graph.Geometry
 
Shape - Class in de.agentlab.ds.graph
 
Shape(String) - Constructor for class de.agentlab.ds.graph.Shape
 
shrink(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Retains all elements from the tree that are accepted by the Filter.
shrinkSubtree(T, Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Retains all elements from the given subtree that are accepted by the Filter.
size() - Method in class de.agentlab.ds.table.Table
Provides the size of this table.
size() - Method in class de.agentlab.ds.tree.Tree
Returns the size of the tree (i.e. the number of elements in the tree).
sort(Comparator<T>) - Method in class de.agentlab.ds.tree.Tree
Sorts the tree with the given Comparator.
stabilize(Filter<T>) - Method in class de.agentlab.ds.tree.Tree
Applies the specified filter repeatedly to the tree until no more elements are removed by the filter.
start() - Method in class de.agentlab.ds.timer.Checkpoint
 
start(String) - Static method in class de.agentlab.ds.timer.Timer
 
stop() - Method in class de.agentlab.ds.timer.Checkpoint
 
stop(Checkpoint) - Static method in class de.agentlab.ds.timer.Timer
 
stream() - Method in class de.agentlab.ds.tree.Tree
Returns an unordered stream of the elements of the tree.

T

Table<S,T,V> - Class in de.agentlab.ds.table
Container class for row/column data
Table() - Constructor for class de.agentlab.ds.table.Table
 
Table(Table<S, T, V>) - Constructor for class de.agentlab.ds.table.Table
 
Table(Map<S, Map<T, V>>) - Constructor for class de.agentlab.ds.table.Table
 
TableEntry<S,T,V> - Class in de.agentlab.ds.table
Represents a table value together with its position.
TableEntry(S, T, V) - Constructor for class de.agentlab.ds.table.TableEntry
 
TextTableFormatter - Class in de.agentlab.ds.timer
 
TextTableFormatter() - Constructor for class de.agentlab.ds.timer.TextTableFormatter
 
TextTableFormatter(int[]) - Constructor for class de.agentlab.ds.timer.TextTableFormatter
 
TextTableFormatter(PrintStream) - Constructor for class de.agentlab.ds.timer.TextTableFormatter
 
TextTableFormatter(PrintStream, int[]) - Constructor for class de.agentlab.ds.timer.TextTableFormatter
 
Timer - Class in de.agentlab.ds.timer
 
Timer() - Constructor for class de.agentlab.ds.timer.Timer
 
toCsv() - Method in class de.agentlab.ds.table.Table
 
toCsv(RowKeyFormatter<S>, ColKeyFormatter<T>, ValueFormatter<V>, Comparator<? super S>, Comparator<? super T>) - Method in class de.agentlab.ds.table.Table
 
toDot(String) - Method in class de.agentlab.ds.graph.Edge
 
toDot() - Method in class de.agentlab.ds.graph.Graph
 
toDot(boolean) - Method in class de.agentlab.ds.graph.Graph
 
toDot(String) - Method in class de.agentlab.ds.graph.Node
 
toGexf(List<Node>) - Method in class de.agentlab.ds.graph.Edge
 
toGexf() - Method in class de.agentlab.ds.graph.Graph
 
toGexf(boolean, List<Node>) - Method in class de.agentlab.ds.graph.Graph
 
toGexf() - Method in class de.agentlab.ds.graph.Node
 
toGraphML(List<Node>) - Method in class de.agentlab.ds.graph.Edge
 
toGraphML() - Method in class de.agentlab.ds.graph.Geometry
 
toGraphML() - Method in class de.agentlab.ds.graph.Graph
 
toGraphML(boolean, List<Node>) - Method in class de.agentlab.ds.graph.Graph
 
toGraphML() - Method in class de.agentlab.ds.graph.Node
 
toGraphML() - Method in class de.agentlab.ds.graph.Shape
 
toPrettyTable() - Method in class de.agentlab.ds.table.Table
 
toPrettyTable(boolean) - Method in class de.agentlab.ds.table.Table
 
toPrettyTable(String, boolean) - Method in class de.agentlab.ds.table.Table
 
toRGB(String) - Static method in class de.agentlab.ds.common.ColorUtils
 
toString() - Method in class de.agentlab.ds.graph.Edge
 
toString() - Method in class de.agentlab.ds.graph.Graph
 
toString() - Method in class de.agentlab.ds.graph.Node
 
toString() - Method in class de.agentlab.ds.table.KeyPair
 
toString() - Method in class de.agentlab.ds.table.Table
 
toString() - Method in class de.agentlab.ds.timer.Checkpoint
 
toString() - Method in class de.agentlab.ds.tree.ItemWrapper
 
toString() - Method in class de.agentlab.ds.tree.Tree
 
toString(ElementFormatter<T>) - Method in class de.agentlab.ds.tree.Tree
 
Tree<T> - Class in de.agentlab.ds.tree
A collection container that arranges the elements in a tree-like structure.
Tree() - Constructor for class de.agentlab.ds.tree.Tree
 

V

ValueFormatter<V> - Interface in de.agentlab.ds.table
String formatter for the value type.
visit(Visitor<T>) - Method in class de.agentlab.ds.tree.Tree
Visits the elements of the tree in pre-order, starting at the root nodes.
visit(PrePostVisitor<T>) - Method in class de.agentlab.ds.tree.Tree
Visits the elements of the tree in pre-order, starting at the root nodes.
visit(T, Visitor<T>) - Method in class de.agentlab.ds.tree.Tree
Visits the elements of a subtree in pre-order.
visit(T) - Method in interface de.agentlab.ds.tree.Visitor
 
visitDescendants(T, Visitor<T>) - Method in class de.agentlab.ds.tree.Tree
Visits the descendants of an element in pre-order.
Visitor<T> - Interface in de.agentlab.ds.tree
 
visitPost(T) - Method in interface de.agentlab.ds.tree.PrePostVisitor
 
visitPre(T) - Method in interface de.agentlab.ds.tree.PrePostVisitor
 
visitSiblings(T, Visitor<T>) - Method in class de.agentlab.ds.tree.Tree
Visits the siblings of an element in pre-order.
A B C D E F G H I K L M N O P R S T V 
Skip navigation links