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

Packages that use TripleCollection
edu.ucsb.nceas.morpho.datapackage   
 

Uses of TripleCollection in edu.ucsb.nceas.morpho.datapackage
 

Methods in edu.ucsb.nceas.morpho.datapackage that return TripleCollection
 TripleCollection DataPackage.getTriples()
          gets the triplesCollection created by this object
 TripleCollection TripleParser.getTriples()
          returns the TripleCollection of all of the triples in this document
 

Methods in edu.ucsb.nceas.morpho.datapackage with parameters of type TripleCollection
static java.lang.String PackageUtil.addTriplesToTriplesFile(TripleCollection triples, DataPackage dataPackage, Morpho morpho)
          method to add a collection of triples to a triples file.
static java.lang.String PackageUtil.addTriplesToTriplesString(TripleCollection triples, java.lang.String dataPackageString, Morpho morpho)
          method to add a collection of triples to a triples string.
 

Constructors in edu.ucsb.nceas.morpho.datapackage with parameters of type TripleCollection
TripleCollection(TripleCollection tc)
          Copy constructor.
 



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