Package repast.simphony.space.grid
Interface GridPointTranslatorDecorator
- All Superinterfaces:
GridPointTranslator
This represents a
PointTranslator
that performs an operation using its
methods, and then after it has finished doing its translations will pass its result to another
PointTranslator
.- Author:
- Jerry Vos
-
Method Summary
Modifier and TypeMethodDescriptionvoid
decorate
(GridPointTranslator decorated) Sets the translator to decorate.Retrieves the translator being decorated.Methods inherited from interface repast.simphony.space.grid.GridPointTranslator
init, isToroidal, transform, transform, translate
-
Method Details
-
getDecorated
GridPointTranslator getDecorated()Retrieves the translator being decorated.- Returns:
- the translator being decorated
-
decorate
Sets the translator to decorate.- Parameters:
decorated
- the translator to decorates
-