|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Triple | |
edu.ucsb.nceas.morpho.datapackage |
Uses of Triple in edu.ucsb.nceas.morpho.datapackage |
Methods in edu.ucsb.nceas.morpho.datapackage that return Triple | |
Triple |
TripleCollection.removeTriple(Triple triple)
removes the specified triple from the collection and returns it. |
Methods in edu.ucsb.nceas.morpho.datapackage with parameters of type Triple | |
void |
TripleCollection.addTriple(Triple triple)
Add a single triple to this collection |
boolean |
TripleCollection.containsTriple(Triple triple)
returns true if the collection contains triple, false otherwise |
Triple |
TripleCollection.removeTriple(Triple triple)
removes the specified triple from the collection and returns it. |
Constructors in edu.ucsb.nceas.morpho.datapackage with parameters of type Triple | |
Triple(Triple t)
Copy constructor. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |