Uses of Class
gzz.diff.Delta

Packages that use Delta
gzz.diff   
gzz.impl   
 

Uses of Delta in gzz.diff
 

Methods in gzz.diff that return Delta
 Delta DeltaSpace.checkpointDelta()
          Get the set of changes.
 Delta DeltaSpace.getDeltaFromZero()
          Get the set of changes needed to take a space from zero to the current state of this space.
 Delta Delta.inverse()
          Get the inverse of this change.
 

Methods in gzz.diff with parameters of type Delta
 void DeltaSpace.applyDelta(Delta m)
          Apply a delta to this space.
 

Uses of Delta in gzz.impl
 

Methods in gzz.impl that return Delta
 Delta ModularDeltaSpace.checkpointDelta()
           
 Delta ModularDeltaSpace.getDeltaFromZero()
           
 

Methods in gzz.impl with parameters of type Delta
 void ModularDeltaSpace.applyDelta(Delta delta)