graf-python
latest
  • Introduction to graf-python
  • graf-python Classes
    • Annotation
    • AnnotationSpace
    • Edge
    • FeatureStructure
    • GrafRenderer
    • Graph
    • GraphParser
    • Link
    • Node
    • Region
    • StandoffHeader
    • FileDesc
    • ProfileDesc
    • DataDesc
graf-python
  • Docs »
  • graf-python Classes »
  • Link
  • Edit on GitHub

Link¶

class graf.Link(vals=())[source]¶

Link objects are used to associate nodes in the graph with the regions of the graph they annotate. Links are almost like edges except a link is a relation between a node and a region rather than a relation between two nodes. A node may be linked to more than one region.

__init__(vals=())[source]¶

x.__init__(…) initializes x; see help(type(x)) for signature

Next Previous

© Copyright 2013 Revision 03a78ede.

Built with Sphinx using a theme provided by Read the Docs.