Uses of Class
edu.ucsb.nceas.morpho.datapackage.Triple

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(Triple t)
          Copy constructor.
 



Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.