libgexf
0.1.3
|
▼Clibgexf::AbstractIter | Iterator Interface |
Clibgexf::AttributeIter | Iterator on attributes |
Clibgexf::AttValueIter | Iterator on attribute values |
Clibgexf::EdgeIter | Iterator on edges |
Clibgexf::NodeIter | Iterator on nodes |
▼Clibgexf::AbstractParser | Parser Interface |
Clibgexf::GexfParser | Parse a GEXF file |
Clibgexf::Conv | Utility static class for transforming data |
Clibgexf::Data | Associated data and attributes on nodes and edges |
Clibgexf::DynamicGraph | |
▼Cexception | |
Clibgexf::FileReaderException | Exception occuring when reading a file |
Clibgexf::FileWriterException | Exception occuring when writing a file |
Clibgexf::ReadLockException | Exception occuring on a read-lock |
Clibgexf::WriteLockException | Exception occuring on a write-lock |
Clibgexf::FileReader | Read a GEXF file |
Clibgexf::FileWriter | Write a GEXF 1.1 file (Gephi 0.7+) |
Clibgexf::GEXF | GEXF class, just a container |
▼Clibgexf::Graph | Topology structure of the graph |
Clibgexf::DirectedGraph | Interpretation of the topology structure as a directed graph |
Clibgexf::UndirectedGraph | Interpretation of the topology structure as a undirected graph |
Clibgexf::MemoryValidator | Static class to check data correctness |
Clibgexf::MetaData | Associated meta data and attributes on the graph |
Clibgexf::RngValidator | RelaxNG validator |
Clibgexf::SchemaValidator | XML Schema validator |