Uses of Interface
edu.cmu.cs.crystal.util.Copyable

Packages that use Copyable
edu.cmu.cs.crystal.bridge DEPRECATED PACKAGE! Do not use anything in this package; it only exists for the Plural analysis. 
edu.cmu.cs.crystal.util Several utilities that other analysis writers have found useful. 
 

Uses of Copyable in edu.cmu.cs.crystal.bridge
 

Subinterfaces of Copyable in edu.cmu.cs.crystal.bridge
 interface LatticeElement<LE extends LatticeElement<LE>>
          This class is not to be used in new Crystal analyses and is kept for older projects only.
 

Uses of Copyable in edu.cmu.cs.crystal.util
 

Classes in edu.cmu.cs.crystal.util with type parameters of type Copyable
 interface Copyable<C extends Copyable<C>>