Package org.aksw.commons.util.triplet
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 Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetObject()EgetPredicate()VgetSubject()static <V,E>
Triplet<V,E>swap(Triplet<V,E> t)
-