public interface StatelessActionToParticleGroupsMapper<T extends Action>
Modifier and Type | Method and Description |
---|---|
java.util.List<ParticleGroup> |
mapToParticleGroups(T action)
Creates new spun particles to be added to an atom given a high level
action.
|
java.util.List<ParticleGroup> mapToParticleGroups(T action)
action
- the action to map