Uses of Interface
org.odmg.DSet
Packages that use DSet
-
Uses of DSet in org.odmg
Modifier and TypeMethodDescriptionDSet.difference(DSet otherSet) Create a newDSetobject that contains the elements of this collection minus the elements inotherSet,
not yet available in RasDaMan.DSet.intersection(DSet otherSet) Create a newDSetobject that is the set intersection of thisDSetobject and the set referenced byotherSet,
not yet available in RasDaMan.Implementation.newDSet()Create a newDSetobject.Create a newDSetobject that is the set union of thisDSetobject and the set referenced byotherSet,
not yet available in RasDaMan.Modifier and TypeMethodDescriptionDSet.difference(DSet otherSet) Create a newDSetobject that contains the elements of this collection minus the elements inotherSet,
not yet available in RasDaMan.DSet.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.booleanDetermine 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.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 -
Uses of DSet in rasj
-
Uses of DSet in rasj.odmg
Modifier and TypeMethodDescriptionRasSet.difference(DSet otherSet) Not implemented yet.RasSet.intersection(DSet otherSet) Not implemented yet.RasODMGImplementation.newDSet()Create a new DSet object.Not implemented yet.Modifier and TypeMethodDescriptionRasSet.difference(DSet otherSet) Not implemented yet.RasSet.intersection(DSet otherSet) Not implemented yet.booleanRasSet.properSubsetOf(DSet otherSet) Not implemented yet.booleanRasSet.properSupersetOf(DSet otherSet) Not implemented yet.booleanNot implemented yet.booleanRasSet.supersetOf(DSet otherSet) Not implemented yet.Not implemented yet.