package graphar
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
AdjList extends AnyRef
AdjList is a class to store the adj list information of edge.
-
class
EdgeInfo extends AnyRef
Edge info is a class to store the edge meta information.
-
class
GeneralParams extends AnyRef
General constant parameters for graphar.
-
class
GraphInfo extends AnyRef
GraphInfo is a class to store the graph meta information.
-
class
Property extends AnyRef
The property information of vertex or edge.
-
class
PropertyGroup extends AnyRef
PropertyGroup is a class to store the property group information.
-
class
VertexInfo extends AnyRef
VertexInfo is a class to store the vertex meta information.
Value Members
-
object
AdjListType extends Enumeration
Adj list type enumeration for adjacency list of graph.
-
object
EdgeInfo
Helper object to load edge info files
-
object
FileType extends Enumeration
Type of file format.
-
object
GarType extends Enumeration
Main data type in gar enumeration
-
object
GraphInfo
Helper object to load graph info files
-
object
VertexInfo
Helper object to load vertex info files