Module: GEXF

Defined in:
lib/gexf.rb,
lib/gexf/version.rb

Defined Under Namespace

Classes: Attribute, Document, Edge, EdgeSet, Graph, Node, NodeSet, SetOfSets, XmlSerializer

Constant Summary collapse

GRAPH_TYPES =
(GEXF::Attribute::TYPES   +
GEXF::Edge::TYPES        +
GEXF::Graph::IDTYPES     +
GEXF::Graph::MODES).uniq
VERSION =
'0.0.5'