Interface Triplet<V,​E>

  • All Known Implementing Classes:
    TripletImpl

    public interface Triplet<V,​E>
    A generalization of a triple; an edge in a graph with node type V and edge attribute type E
    • Method Detail

      • getSubject

        V getSubject()
      • getPredicate

        E getPredicate()
      • getObject

        V getObject()