A B C D E F G H I J L M N O P R S T U V W Y

A

add(long) - Method in class edu.upc.dama.dex.core.Objects
Adds an object identifier to the collection.
add(Long) - Method in class edu.upc.dama.dex.core.Objects
Adds the specified element to this set if it is not already present (optional operation).
addAll(Collection) - Method in class edu.upc.dama.dex.core.Objects
Adds all of the elements in the specified collection to this set if they're not already present (optional operation).
addAllEdges() - Method in class edu.upc.dama.dex.algorithms.Connectivity
Adds all the edge types contained in the graph in order to restrict the set of edge types allowed while traversing the graph.
addAllEdges(short) - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathBFS
Adds all the edge types contained in the graph and their navigation in order to restrict the set of edge types allowed and their direction while traversing the graph to find the path.
addAllEdges(short) - Method in class edu.upc.dama.dex.algorithms.Traversal
Adds all the edge types contained in the graph and their navigation in order to restrict the set of edge types allowed and their direction while traversing the graph.
addAllNodes() - Method in class edu.upc.dama.dex.algorithms.Connectivity
Adds all the node types contained in the graph to restrict the set of allowed node types.
addAllNodes() - Method in class edu.upc.dama.dex.algorithms.Traversal
Adds all the node types contained in the graph to restrict the set of allowed node types.
addEdge(int) - Method in class edu.upc.dama.dex.algorithms.Connectivity
Adds an edge type in order to restrict the set of edge types allowed while traversing the graph.
addEdge(int, short) - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathBFS
Adds an edge type and its navigation in order to restrict the set of edge types allowed and their direction while traversing the graph to find the path.
addEdge(int, short) - Method in class edu.upc.dama.dex.algorithms.Traversal
Adds an edge type and its navigation in order to restrict the set of edge types allowed and their direction while traversing the graph.
addNode(int) - Method in class edu.upc.dama.dex.algorithms.Connectivity
Adds a node type in order to restrict the set of allowed node types while traversing the graph.
addNode(int) - Method in class edu.upc.dama.dex.algorithms.Traversal
Adds a node type in order to restrict the set of allowed node types while traversing the graph.
addWeightedEdge(int, short, long) - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathDijkstra
Adds an edge type, its navigation and its attribute containing the weight in order to restrict the set of edge types allowed and their direction while traversing the graph to find the path.
Algorithm - Interface in edu.upc.dama.dex.algorithms
Common interface for all the algorithm implementations.
ATTR_KIND_BASIC - Static variable in class edu.upc.dama.dex.core.Graph
Basic attribute kind.
ATTR_KIND_INDEXED - Static variable in class edu.upc.dama.dex.core.Graph
Indexed attribute kind.
ATTR_KIND_UNIQUE - Static variable in class edu.upc.dama.dex.core.Graph
Unique attribute kind.
Attribute - Class in edu.upc.dama.dex.core
Deprecated. As of release 1.2.
Attribute() - Constructor for class edu.upc.dama.dex.core.Attribute
Deprecated.  
availMem - Variable in class edu.upc.dama.dex.core.DEX.SystemStatistics
Free physical memory in KB.

A B C D E F G H I J L M N O P R S T U V W Y