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

G

GE - Static variable in class edu.upc.dama.dex.core.Operation
Deprecated. Greater or equal than.
generateParseException() - Method in class edu.upc.dama.dex.script.ScriptParser
 
generateParseException() - Method in class edu.upc.dama.dex.shell.Shell
 
get() - Method in class edu.upc.dama.dex.core.Value
Gets the value.
get(String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets a DEX configuration property.
getAlias() - Method in class edu.upc.dama.dex.core.GraphPool
Gets the alias name of the persistent graph database.
getAttribute(long, long) - Method in class edu.upc.dama.dex.core.Graph
Gets the value for an attribute for the given node or edge identifier.
getAttribute(long, String) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.getAttribute(long, long, edu.upc.dama.dex.core.Value).
getAttribute(long, long, Value) - Method in class edu.upc.dama.dex.core.Graph
Gets the value for an attribute for the given node or edge identifier.
getAttributeCount(long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.getAttributeData(long).
getAttributeData(long) - Method in class edu.upc.dama.dex.core.Graph
Gets information about an attribute.
getAttributeIntervalCount(long, Value, boolean, Value, boolean) - Method in class edu.upc.dama.dex.core.Graph
Retrieves how many objects have a value into the given range for the given attribute.
getAttributeName(long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.getAttributeData(long).
getAttributes(long) - Method in class edu.upc.dama.dex.core.Graph
Gets all the not-null attributes for the given node or edge identifier.
getAttributesFromType(int) - Method in class edu.upc.dama.dex.core.Graph
Gets all the attributes for the given node or edge type.
getAttributeSize(long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.getAttributeData(long).
getAttributeStats(long) - Method in class edu.upc.dama.dex.core.Graph
Calculates statistics for the given attribute.
getAttributeType(long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.getAttributeData(long).
getBool() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a Boolean.
getBoolean(String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets a DEX configuration property as a boolean.
getCacheMaxSize() - Method in class edu.upc.dama.dex.core.DEX.Config
Gets the maximum cache size.
getColor() - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Gets the edge color.
getColor() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node color.
getColorLabel() - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Gets the edge label color.
getColorLabel() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node label color.
getConfig() - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets the global DEXConfig instance.
getConnectedComponent(long) - Method in class edu.upc.dama.dex.algorithms.ConnectedComponents
Returns the connected component where the given node belongs to.
getConnectedComponents() - Method in class edu.upc.dama.dex.algorithms.Connectivity
Returns the results generated by the execution of the algorithm.
getCost() - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathBFS
Returns the cost, that is, the total hops done while achieving the destination node from the source node.
getCost() - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPathDijkstra
Returns the cost, that is, the sum of the weights of the edges which belong to the path.
getCount() - Method in class edu.upc.dama.dex.algorithms.ConnectedComponents
Returns the number of connected components found in the graph.
getCount() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the number of non-null values.
getCurrentDepth() - Method in class edu.upc.dama.dex.algorithms.TraversalBFS
Returns the depth of the current node, that is, the node returned in the last call to the method TraversalBFS.next() while traversing the graph.
getDatatype() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the data type.
getDbGraph() - Method in class edu.upc.dama.dex.core.Session
Gets the DbGraph instance.
getDEX() - Method in class edu.upc.dama.dex.core.GraphPool
Gets the parent DEX instance.
getDirection() - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Gets the edge direction.
getDouble() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a Double.
getDouble(String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets a DEX configuration property as a double.
getEdge(long) - Method in interface edu.upc.dama.dex.core.Export
Gets the edge export definition.
getEdge(long) - Method in class edu.upc.dama.dex.core.Graph
Gets the tail and head of the given edge.
getEdgePeer(long, long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replaced by Graph.getEdge(long).
getEdgeType(int) - Method in interface edu.upc.dama.dex.core.Export
Gets the edge export definition of the type.
Export#getEdge(long) has more priority than this function.
Only if Export#getEdge(int) return null the Export.EdgeExport of this function is used.
getEdgeTypes() - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.edgeTypes().
getFileImage() - Method in class edu.upc.dama.dex.core.GraphPool
Gets the file of the persistent graph database.
getFloat(String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets a DEX configuration property as a float.
getFontSize() - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Gets the edge label font size.
getFontSize() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node label font size.
getFrequency() - Method in class edu.upc.dama.dex.io.Exporter
Gets the frequency when Exporter.ExporterEvents are sent to their ExporterListener.
getFrequency() - Method in class edu.upc.dama.dex.io.Loader
Gets the frequency when Loader.LoaderEvents are sent to their LoaderListener.
getGraph() - Method in interface edu.upc.dama.dex.core.Export
Gets the graph export definition.
getGraphPool() - Method in class edu.upc.dama.dex.core.Graph
Gets the parent GraphPool instance.
getGraphPool() - Method in class edu.upc.dama.dex.core.Session
Gets the parent GraphPool instance.
getGraphPools() - Method in class edu.upc.dama.dex.core.DEX
Gets all GraphPools of the DEX instance.
getHead(long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replaced by Graph.getEdge(long).
getHeight() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node height.
getId() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the attribute identifier.
getId() - Method in class edu.upc.dama.dex.core.Graph.TypeData
Gets the type identifier.
getInt() - Method in class edu.upc.dama.dex.core.Value
Gets the value as an Integer.
getInt(String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets a DEX configuration property as an integer.
getKind() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the kind of the attribute.
getLabel() - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Gets the edge label.
getLabel() - Method in class edu.upc.dama.dex.core.Export.GraphExport
Gets the graph label.
getLabel() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node label.
getLicense() - Method in class edu.upc.dama.dex.core.DEX.Config
Gets the license code.
getLog() - Method in class edu.upc.dama.dex.core.DEX.Config
Gets the log trace configuration.
getLogFile() - Method in class edu.upc.dama.dex.io.Loader
Gets the File used to save the errors while loading.
getLong() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a Long.
getLong(String) - Static method in class edu.upc.dama.dex.utils.DEXConfig
Gets a DEX configuration property as a long.
getName() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the name of the attribute.
getName() - Method in class edu.upc.dama.dex.core.Graph.TypeData
Gets the name of the type.
getNamesOnTop() - Method in class edu.upc.dama.dex.io.Exporter
Gets the policy of print attributes information on the first line of the writer.
getNextToken() - Method in class edu.upc.dama.dex.script.ScriptParser
 
getNextToken() - Method in class edu.upc.dama.dex.shell.Shell
 
getNode(long) - Method in interface edu.upc.dama.dex.core.Export
Gets the node export definition.
getNodes(long) - Method in class edu.upc.dama.dex.algorithms.ConnectedComponents
Returns the collection of nodes contained in the given connected component.
getNodeType(int) - Method in interface edu.upc.dama.dex.core.Export
Gets the node export definition of the type.
Export#getNode(long) has more priority than this function.
Only if Export#getNode(long) return null the Export.NodeExport of this function is used.
getNodeTypes() - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.nodeTypes().
getObjectType(long) - Method in class edu.upc.dama.dex.core.Graph
Gets the node or edge type identifier for the given node or edge identifier.
getParent() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the parent for inherited attributes.
getPathAsEdges() - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPath
Returns the shortest path found as a set of ordered edges between the source node and the destination node.
getPathAsNodes() - Method in class edu.upc.dama.dex.algorithms.SinglePairShortestPath
Returns the shortest path found as a set of ordered nodes between the source node and the destination node.
getRestricted() - Method in class edu.upc.dama.dex.core.Graph.TypeData
Gets the tail and the head node type identifiers for restricted edge types.
getRow() - Method in class edu.upc.dama.dex.io.CSVReader
The row number for the current row.
getRow() - Method in class edu.upc.dama.dex.io.JDBCReader
The row number for the current row.
getRow() - Method in interface edu.upc.dama.dex.io.RowReader
The row number for the current row.
getSession() - Method in class edu.upc.dama.dex.core.Graph
Gets the parent Session instance.
getSession() - Method in class edu.upc.dama.dex.core.Objects
Gets the parent Session instance.
getShape() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node shape.
getSize(long) - Method in class edu.upc.dama.dex.algorithms.ConnectedComponents
Returns the number of nodes contained in the given connected component.
getSize() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the number of different values.
getStatistics() - Method in class edu.upc.dama.dex.core.GraphPool
Gets the current GraphPool.Statistics.
getString() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a String.
getSystemStatistics() - Static method in class edu.upc.dama.dex.core.DEX
Gets some statistics of the system DEX.SystemStatistics
getTail(long) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replaced by Graph.getEdge(long).
getTextStream() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a TextStream.
getTimestamp() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a Calendar.
getTimestampValue() - Method in class edu.upc.dama.dex.core.Value
Gets the value as a Timestamp.
getToken(int) - Method in class edu.upc.dama.dex.script.ScriptParser
 
getToken(int) - Method in class edu.upc.dama.dex.shell.Shell
 
getType() - Method in class edu.upc.dama.dex.core.Graph.AttributeData
Gets the type identifier owner of the attribute.
getType(long) - Method in class edu.upc.dama.dex.core.Graph
Gets the node or edge type identifier for the given node or edge identifier.
getType() - Method in class edu.upc.dama.dex.core.Value
Gets the data type.
getType(String) - Static method in class edu.upc.dama.dex.core.Value
Gets the short representation of a data type.
getTypeData(int) - Method in class edu.upc.dama.dex.core.Graph
Gets information about a type.
getTypeName(int) - Method in class edu.upc.dama.dex.core.Graph
Deprecated. As of release 1.2, replace by Graph.getTypeData(int).
getTypeName(short) - Static method in class edu.upc.dama.dex.core.Value
Gets a String representation of a data type.
getValues(long, short) - Method in class edu.upc.dama.dex.core.Graph
Gets a Value collection which contains all the different values of the given attribute.
getVersion() - Static method in class edu.upc.dama.dex.core.DEX
Gets the version of the DEX software library.
getWidth() - Method in class edu.upc.dama.dex.core.Export.EdgeExport
Gets the edge width.
getWidth() - Method in class edu.upc.dama.dex.core.Export.NodeExport
Gets the node width.
GLOBAL_TYPE - Static variable in interface edu.upc.dama.dex.core.Identifiers
Global type identifier.
Graph - Class in edu.upc.dama.dex.core
Graph representation.
graph - Variable in class edu.upc.dama.dex.io.Exporter.ExporterEvent
Graph.
graph - Variable in class edu.upc.dama.dex.io.Loader.LoaderEvent
Graph.
Graph.AttributeData - Class in edu.upc.dama.dex.core
Stores information about an attribute.
Graph.AttributeStats - Class in edu.upc.dama.dex.core
Attribute statistics.
Graph.AttributeStats() - Constructor for class edu.upc.dama.dex.core.Graph.AttributeStats
 
Graph.TypeData - Class in edu.upc.dama.dex.core
Stores information about a node or edge type.
GRAPHML - Static variable in class edu.upc.dama.dex.core.Export.Type
Export to GraphML format.
GraphPool - Class in edu.upc.dama.dex.core
Pool of graphs.
GraphPool.Statistics - Class in edu.upc.dama.dex.core
Statistics of a GraphPool.
GraphPool.Statistics() - Constructor for class edu.upc.dama.dex.core.GraphPool.Statistics
 
GRAPHVIZ - Static variable in class edu.upc.dama.dex.core.Export.Type
Export to Graphviz format.
GT - Static variable in class edu.upc.dama.dex.core.Operation
Deprecated. Greater than.

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