Uses of Class
gzz.slices.SliceVersion

Packages that use SliceVersion
gzz.impl   
gzz.slices   
 

Uses of SliceVersion in gzz.impl
 

Methods in gzz.impl that return SliceVersion
 SliceVersion SingleSlicer.export(java.lang.String slice)
           
protected  SliceVersion SingleSlicer.export()
           
 

Constructors in gzz.impl with parameters of type SliceVersion
ModularSpace(SliceVersion version, ModularCellTexter cellTexter, CellManager cellManager, DimManager dimManager, IdentityManager identityManager, Slicer slicer, ObsTrigger obsTrigger)
          Create a new ModularSpace and initialize it from a SliceVersion.
 

Uses of SliceVersion in gzz.slices
 

Fields in gzz.slices declared as SliceVersion
static SliceVersion SliceVersion.EMPTY_VERSION
           
 

Methods in gzz.slices that return SliceVersion
 SliceVersion SliceVersionReader.readVersion()
           
 SliceVersion Slicer.export(java.lang.String sliceId)
          Create a SliceVersion for a given slice.
 

Constructors in gzz.slices with parameters of type SliceVersion
SliceVersion.Diff(SliceVersion old, SliceVersion nu)
          Create a new Diff by comparing an 'old' against a 'new' SliceVersion.
SliceVersion.Diff(SliceVersion old, SliceVersion nu)
          Create a new Diff by comparing an 'old' against a 'new' SliceVersion.