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

G

GATTR - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
GATTRS - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
GE - Static variable in class edu.upc.dama.dex.core.Operation
Deprecated. Greater or equal than.
GE - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
GEDGEPEER - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
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 - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
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).
getBeginColumn() - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
getBeginColumn() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
getBeginLine() - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
getBeginLine() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
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.
getColumn() - Method in class edu.upc.dama.dex.script.SimpleCharStream
Deprecated.  
getColumn() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
Deprecated.  
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().
getEndColumn() - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
getEndColumn() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
getEndLine() - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
getEndLine() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
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.
GetImage() - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
GetImage() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
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.
getLine() - Method in class edu.upc.dama.dex.script.SimpleCharStream
Deprecated.  
getLine() - Method in class edu.upc.dama.dex.shell.SimpleCharStream
Deprecated.  
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.
getMessage() - Method in exception edu.upc.dama.dex.script.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error edu.upc.dama.dex.script.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception edu.upc.dama.dex.shell.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error edu.upc.dama.dex.shell.TokenMgrError
You can also modify the body of this method to customize your error messages.
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.script.ScriptParserTokenManager
 
getNextToken() - Method in class edu.upc.dama.dex.shell.Shell
 
getNextToken() - Method in class edu.upc.dama.dex.shell.ShellTokenManager
 
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.
getParent(long) - Method in class edu.upc.dama.dex.core.RGraph
Gets the parent Graph node identifier of the given RGraph node identifier.
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.
getRankEdgeAttribute(long, long, int) - Method in class edu.upc.dama.dex.core.Graph
 
getRestricted() - Method in class edu.upc.dama.dex.core.Graph.TypeData
Gets the tail and the head node type identifiers for restricted edge types.
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.
GetSuffix(int) - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
GetSuffix(int) - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
getSystemStatistics() - Static method in class edu.upc.dama.dex.core.DEX
Gets some statistics of the system DEX.SystemStatistics
getTabSize(int) - Method in class edu.upc.dama.dex.script.SimpleCharStream
 
getTabSize(int) - Method in class edu.upc.dama.dex.shell.SimpleCharStream
 
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.
getVirtual() - Method in class edu.upc.dama.dex.core.Graph.TypeData
Gets the tail and the head attribute identifiers for virtual edge types.
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.
GLOBALS - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 
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.RankData - Class in edu.upc.dama.dex.core
 
Graph.RankData(Value, long) - Constructor for class edu.upc.dama.dex.core.Graph.RankData
 
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
 
graphs - Variable in class edu.upc.dama.dex.core.GraphPool.Statistics
Number of active RGraphs.
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.
GT - Static variable in interface edu.upc.dama.dex.shell.ShellConstants
 

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