Package repast.simphony.space.continuous
Interface PointTranslatorDecorator
- All Superinterfaces:
PointTranslator
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
(PointTranslator decorated) Sets the translator to decorate.Retrieves the translator being decorated.Methods inherited from interface repast.simphony.space.continuous.PointTranslator
init, isPeriodic, transform, transform, translate, translate
-
Method Details
-
getDecorated
PointTranslator getDecorated()Retrieves the translator being decorated.- Returns:
- the translator being decorated
-
decorate
Sets the translator to decorate.- Parameters:
decorated
- the translator to decorates
-