|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
TripleParser.getTriples()
returns the TripleCollection of all of the triples in this document |
TripleCollection |
DataPackage.getTriples()
gets the triplesCollection created by this object |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |