Uses of Interface
microsim.space.ObjectSpace
-
Packages that use ObjectSpace Package Description microsim.data.db.space microsim.space microsim.space.turtle -
-
Uses of ObjectSpace in microsim.data.db.space
Methods in microsim.data.db.space with parameters of type ObjectSpace Modifier and Type Method Description static voidSpaceEntityPersister. persistObjectSpace(javax.persistence.EntityManager entityManager, ObjectSpace space, java.lang.Class<? extends IIntSpaceEntity> entityClass, java.lang.String idField) -
Uses of ObjectSpace in microsim.space
Classes in microsim.space that implement ObjectSpace Modifier and Type Class Description classDenseObjectSpaceA bidimensional grid containing one object per cell.classMultiObjectSpaceA bidimensional grid capable of containing many objects into each cell.classSparseObjectSpaceA sparse bidimensional grid containing one object per cell. -
Uses of ObjectSpace in microsim.space.turtle
Methods in microsim.space.turtle that return ObjectSpace Modifier and Type Method Description ObjectSpaceAbstractTurtle. getGrid()Methods in microsim.space.turtle with parameters of type ObjectSpace Modifier and Type Method Description voidAbstractTurtle. setGrid(ObjectSpace grid)Constructors in microsim.space.turtle with parameters of type ObjectSpace Constructor Description AbstractTurtle(ObjectSpace grid)Create a turtle with a given identifier on the given grid at position (0,0).AbstractTurtle(ObjectSpace grid, int x, int y)Create a turtle with a given identifier on the given grid at the given position.DigitalTurtle(ObjectSpace grid)Create a turtle with a given identifier on the given grid at position (0,0).DigitalTurtle(ObjectSpace grid, int x, int y)Create a turtle with a given identifier on the given grid at the given position.Turtle(ObjectSpace grid)Create a turtle with a given identifier on the given grid at position (0,0).Turtle(ObjectSpace grid, int x, int y)Create a turtle with a given identifier on the given grid at the given position.
-