Uses of Interface
org.odmg.DSet
-
Packages that use DSet Package Description org.odmg org.rasdaman.rasnet.communication rasj rasj.odmg -
-
Uses of DSet in org.odmg
Methods in org.odmg that return DSet Modifier and Type Method Description DSetDSet. difference(DSet otherSet)Create a newDSetobject that contains the elements of this collection minus the elements inotherSet,
not yet available in RasDaMan.DSetDSet. intersection(DSet otherSet)Create a newDSetobject that is the set intersection of thisDSetobject and the set referenced byotherSet,
not yet available in RasDaMan.DSetImplementation. newDSet()Create a newDSetobject.DSetDSet. union(DSet otherSet)Create a newDSetobject that is the set union of thisDSetobject and the set referenced byotherSet,
not yet available in RasDaMan.Methods in org.odmg with parameters of type DSet Modifier and Type Method Description DSetDSet. difference(DSet otherSet)Create a newDSetobject that contains the elements of this collection minus the elements inotherSet,
not yet available in RasDaMan.DSetDSet. intersection(DSet otherSet)Create a newDSetobject that is the set intersection of thisDSetobject and the set referenced byotherSet,
not yet available in RasDaMan.booleanDSet. properSubsetOf(DSet otherSet)Determine whether this set is a proper subset of the set referenced byotherSet,
not yet available in RasDaMan.booleanDSet. properSupersetOf(DSet otherSet)Determine whether this set is a proper superset of the set referenced byotherSet,
not yet available in RasDaMan.booleanDSet. subsetOf(DSet otherSet)Determine whether this set is a subset of the set referenced byotherSet,
not yet available in RasDaMan.booleanDSet. supersetOf(DSet otherSet)Determine whether this set is a superset of the set referenced byotherSet,
not yet available in RasDaMan.DSetDSet. union(DSet otherSet)Create a newDSetobject that is the set union of thisDSetobject and the set referenced byotherSet,
not yet available in RasDaMan. -
Uses of DSet in org.rasdaman.rasnet.communication
Methods in org.rasdaman.rasnet.communication that return DSet Modifier and Type Method Description DSetRasRasnetImplementation. newDSet() -
Uses of DSet in rasj
Methods in rasj that return DSet Modifier and Type Method Description DSetRasImplementation. newDSet()Create a new DSet object.DSetRasImplementationInterface. newDSet() -
Uses of DSet in rasj.odmg
Classes in rasj.odmg that implement DSet Modifier and Type Class Description classRasSetThis class implements the ODMG DSet interface.Methods in rasj.odmg that return DSet Modifier and Type Method Description DSetRasSet. difference(DSet otherSet)Not implemented yet.DSetRasSet. intersection(DSet otherSet)Not implemented yet.DSetRasODMGImplementation. newDSet()Create a new DSet object.DSetRasSet. union(DSet otherSet)Not implemented yet.Methods in rasj.odmg with parameters of type DSet Modifier and Type Method Description DSetRasSet. difference(DSet otherSet)Not implemented yet.DSetRasSet. intersection(DSet otherSet)Not implemented yet.booleanRasSet. properSubsetOf(DSet otherSet)Not implemented yet.booleanRasSet. properSupersetOf(DSet otherSet)Not implemented yet.booleanRasSet. subsetOf(DSet otherSet)Not implemented yet.booleanRasSet. supersetOf(DSet otherSet)Not implemented yet.DSetRasSet. union(DSet otherSet)Not implemented yet.
-