Uses of Class
microsim.space.IntSpace
-
Packages that use IntSpace Package Description microsim.data.db.space microsim.space -
-
Uses of IntSpace in microsim.data.db.space
Methods in microsim.data.db.space with parameters of type IntSpace Modifier and Type Method Description static void
SpaceEntityPersister. persistIntSpace(javax.persistence.EntityManager entityManager, IntSpace space, java.lang.Class<? extends IIntSpaceEntity> entityClass)
-
Uses of IntSpace in microsim.space
Methods in microsim.space with parameters of type IntSpace Modifier and Type Method Description void
IntSpace. copyGridTo(IntSpace dm)
Copies the given IntGrid content in this grid.Constructors in microsim.space with parameters of type IntSpace Constructor Description IntSpace(IntSpace grid)
Create a copy of the given grid.
-