|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphReader | |
---|---|
helix.graph.io |
Uses of GraphReader in helix.graph.io |
---|
Classes in helix.graph.io that implement GraphReader | |
---|---|
class |
AbstractGraphReader
|
class |
DimacsExtendedReader
a Dimacs format reader with additional capabilities to read attributes attached to Graph, Vertices or Edges. Attributes are specified as :
key=value
with key = alpha+
value = any+ | "qany+"
alpha = [a-z] | [A-Z] | [0-9] | '_'
any = [^ |"]
qany = [^"]
note: Please note that the '-' (dash) character is not allowed in key and is only
allowed in values if it is quoted.note: You cannot backquote the '"' in values... |
class |
DimacsReader
Extended Dimacs format :
[c [comment]] : comment line : may appear anywhere |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |