Uses of Class
edu.upc.dama.dex.core.Objects.Combine

Packages that use Objects.Combine
edu.upc.dama.dex.core Provides the main DEX classes with all the basic but complete funcionality for graph and data manipulation. 
 

Uses of Objects.Combine in edu.upc.dama.dex.core
 

Fields in edu.upc.dama.dex.core declared as Objects.Combine
static Objects.Combine Objects.Combine.DIFFERENCE
          Deprecated.  
static Objects.Combine Objects.Combine.INTERSECTION
          Deprecated.  
static Objects.Combine Objects.Combine.UNION
          Deprecated.  
 

Methods in edu.upc.dama.dex.core that return Objects.Combine
static Objects.Combine Objects.Combine.valueOf(java.lang.String name)
          Deprecated.  
static Objects.Combine[] Objects.Combine.values()
          Deprecated.  
 

Constructors in edu.upc.dama.dex.core with parameters of type Objects.Combine
Objects(Session sess, Objects objs1, Objects objs2, Objects.Combine c)
          Deprecated. As of release 1.2, replace by Objects.Objects(Session,Objects,Objects,short).