Interface MemorySpace
- All Known Implementing Classes:
Cell,GlobalMemorySpace,LocalMemorySpace
public interface MemorySpace
-
Method Summary
Modifier and TypeMethodDescriptioncom.twineworks.collections.shapemap.ConstShapeMap<Cell>getCells()getScope()setEnclosingSpace(MemorySpace space)
-
Method Details
-
getCells
com.twineworks.collections.shapemap.ConstShapeMap<Cell> getCells() -
getEnclosingSpace
MemorySpace getEnclosingSpace() -
setEnclosingSpace
-
getScope
Scope getScope() -
getMemorySpaceType
MemorySpaceType getMemorySpaceType()
-