Uses of Package
edu.upc.dama.dex.core

Packages that use edu.upc.dama.dex.core
edu.upc.dama.dex.algorithms Provides classes in order to run algorithms among graphs. 
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
edu.upc.dama.dex.io Provides funcionality to load DEX node or edge types from relational databases or CSV files as data sources as well as utilities to dump data. 
edu.upc.dama.dex.script Provides classes and tools used to help to create schemas and load data. 
edu.upc.dama.dex.shell Provides a useful command-line tool to query the content of a DbGraph (a DEX graph database). 
 

Classes in edu.upc.dama.dex.core used by edu.upc.dama.dex.algorithms
Graph
          Graph representation.
Objects
          Object identifier collection.
 

Classes in edu.upc.dama.dex.core used by edu.upc.dama.dex.core
Attribute
          Deprecated. As of release 1.2.
DbGraph
          Persistent Graph database.
DEX
          Initial class of the DEX library.
DEX.Config
          DEX core configuration parameters.
DEX.SystemStatistics
          Statistics of the system.
Export
          Export to external formats.
Export.EdgeExport
          Stores edge exporting values.
Export.EdgeExport.Direction
          Edge direction.
Export.GraphExport
          Stores the graph exporting values.
Export.NodeExport
          Stores the node exporting values.
Export.NodeExport.Shape
          Node shape.
Export.Type
          Export type.
Graph
          Graph representation.
Graph.AttributeData
          Stores information about an attribute.
Graph.AttributeStats
          Attribute statistics.
Graph.TypeData
          Stores information about a node or edge type.
GraphPool
          Pool of graphs.
GraphPool.Statistics
          Statistics of a GraphPool.
Identifiers
          Common identifiers.
Objects
          Object identifier collection.
Objects.Combine
          Deprecated. As of release 1.2, replace by Objects.COMBINE_UNION, Objects.COMBINE_DIFFERENCE and Objects.COMBINE_INTERSECTION.
Objects.Iterator
          Iterator to traverse the object identifier in a collection.
Operation
          Deprecated. As of release 1.2, replace by Graph.OPERATION_LT, Graph.OPERATION_LE, Graph.OPERATION_EQ, Graph.OPERATION_GE, Graph.OPERATION_GT, Graph.OPERATION_NE, Graph.OPERATION_LIKE, and Graph.OPERATION_ILIKE.
Session
          A Session is a stateful period of activity of a user with the database engine.
TextStream
          Stream to read or write Value.TEXT attributes.
Value
          Typed value representation.
Values
          Value collection iterator.
 

Classes in edu.upc.dama.dex.core used by edu.upc.dama.dex.io
Graph
          Graph representation.
 

Classes in edu.upc.dama.dex.core used by edu.upc.dama.dex.script
DEX
          Initial class of the DEX library.
 

Classes in edu.upc.dama.dex.core used by edu.upc.dama.dex.shell
DbGraph
          Persistent Graph database.