Package com.syncleus.ferma.annotations

  • Enum Summary 
    Enum Description
    Adjacency.Operation  
    Incidence.Operation  
    Property.Operation  
  • Annotation Types Summary 
    Annotation Type Description
    Adjacency
    Adjacencies annotate getters and adders to represent a Vertex adjacent to a Vertex.
    GraphElement
    Annotation which is used to identify classes which represent graph elements.
    Incidence
    Incidences annotate getters and adders to represent a Vertex incident to an Edge.
    InVertex
    Marks the in vertex (head) of a framed edge.
    OutVertex
    Marks the out vertex (tail) of a framed edge.
    Property
    Property annotations are for getter and setters to manipulate the property value of an Element.