Uses of Interface
org.odmg.DSet

Packages that use DSet
Package
Description
 
 
 
 
  • Uses of DSet in org.odmg

    Methods in org.odmg that return DSet
    Modifier and Type
    Method
    Description
    DSet.difference(DSet otherSet)
    Create a new DSet object that contains the elements of this collection minus the elements in otherSet,
    not yet available in RasDaMan.
    DSet.intersection(DSet otherSet)
    Create a new DSet object that is the set intersection of this DSet object and the set referenced by otherSet,
    not yet available in RasDaMan.
    Implementation.newDSet()
    Create a new DSet object.
    DSet.union(DSet otherSet)
    Create a new DSet object that is the set union of this DSet object and the set referenced by otherSet,
    not yet available in RasDaMan.
    Methods in org.odmg with parameters of type DSet
    Modifier and Type
    Method
    Description
    DSet.difference(DSet otherSet)
    Create a new DSet object that contains the elements of this collection minus the elements in otherSet,
    not yet available in RasDaMan.
    DSet.intersection(DSet otherSet)
    Create a new DSet object that is the set intersection of this DSet object and the set referenced by otherSet,
    not yet available in RasDaMan.
    boolean
    DSet.properSubsetOf(DSet otherSet)
    Determine whether this set is a proper subset of the set referenced by otherSet,
    not yet available in RasDaMan.
    boolean
    DSet.properSupersetOf(DSet otherSet)
    Determine whether this set is a proper superset of the set referenced by otherSet,
    not yet available in RasDaMan.
    boolean
    DSet.subsetOf(DSet otherSet)
    Determine whether this set is a subset of the set referenced by otherSet,
    not yet available in RasDaMan.
    boolean
    DSet.supersetOf(DSet otherSet)
    Determine whether this set is a superset of the set referenced by otherSet,
    not yet available in RasDaMan.
    DSet.union(DSet otherSet)
    Create a new DSet object that is the set union of this DSet object and the set referenced by otherSet,
    not yet available in RasDaMan.
  • Uses of DSet in org.rasdaman.rasnet.communication

    Modifier and Type
    Method
    Description
    RasRasnetImplementation.newDSet()
     
  • Uses of DSet in rasj

    Methods in rasj that return DSet
    Modifier and Type
    Method
    Description
    RasImplementation.newDSet()
    Create a new DSet object.
    RasImplementationInterface.newDSet()
     
  • Uses of DSet in rasj.odmg

    Classes in rasj.odmg that implement DSet
    Modifier and Type
    Class
    Description
    class 
    This class implements the ODMG DSet interface.
    Methods in rasj.odmg that return DSet
    Modifier and Type
    Method
    Description
    RasSet.difference(DSet otherSet)
    Not implemented yet.
    RasSet.intersection(DSet otherSet)
    Not implemented yet.
    RasODMGImplementation.newDSet()
    Create a new DSet object.
    RasSet.union(DSet otherSet)
    Not implemented yet.
    Methods in rasj.odmg with parameters of type DSet
    Modifier and Type
    Method
    Description
    RasSet.difference(DSet otherSet)
    Not implemented yet.
    RasSet.intersection(DSet otherSet)
    Not implemented yet.
    boolean
    RasSet.properSubsetOf(DSet otherSet)
    Not implemented yet.
    boolean
    RasSet.properSupersetOf(DSet otherSet)
    Not implemented yet.
    boolean
    RasSet.subsetOf(DSet otherSet)
    Not implemented yet.
    boolean
    RasSet.supersetOf(DSet otherSet)
    Not implemented yet.
    RasSet.union(DSet otherSet)
    Not implemented yet.