public interface IHasTriplets
Triplets.| Modifier and Type | Method and Description |
|---|---|
void |
addTriplet(Triplet triplet)
|
java.util.List<Triplet> |
getTriplets()
Returns the list of
Triplets. |
void |
removeTriplet(Triplet triplet)
|
void |
setTriplets(java.util.List<Triplet> triplets)
Sets the list of
Triplets. |