gzz.slices
Interface SliceSpace

All Superinterfaces:
Space
All Known Implementing Classes:
AbstractSpace

public interface SliceSpace
extends Space

A Space with a slicer. Doesn't necessarily support more than one slice; the important thing is that it can be serialized in the default way.


Field Summary
static java.lang.String rcsid
           
 
Method Summary
 Slicer getSlicer()
           
 
Methods inherited from interface gzz.Space
delete, exists, getCell, getCellTexter, getCloneDim, getDim, getDim, getDims, getHomeCell, getIdentity, getIdentity, getJavaObjector, getMediaserver, getMSBlockCell, getObsTrigger, N, N, N, N, zzclone
 

Field Detail

rcsid

public static final java.lang.String rcsid
See Also:
Constant Field Values
Method Detail

getSlicer

public Slicer getSlicer()