Class RelationEdge

  • All Implemented Interfaces:
    Serializable

    public class RelationEdge
    extends Edge<Annotation>
    A specialized annotation graph edge that stores relation type and value.
    Author:
    David B. Bracewell
    See Also:
    Serialized Form
    • Constructor Detail

      • RelationEdge

        public RelationEdge​(@NonNull
                            @NonNull Annotation source,
                            @NonNull
                            @NonNull Annotation target)
        Instantiates a new Relation edge.
        Parameters:
        source - the source vertex
        target - the target vertex