protected static class SwarmActionFactory.ImpliesOtherAction extends SwarmAction
Constructor and Description |
---|
SwarmActionFactory.ImpliesOtherAction(String name,
SwarmActionFactory factory,
Class<? extends WaspAction>... otherActions)
the base action value
|
SwarmActionFactory.ImpliesOtherAction(String name,
SwarmActionFactory factory,
Class<? extends WaspAction> otherAction)
the base action value
|
actions, add, add, equals, getActionFactory, hashCode, implies, implies, remove, remove
getName
public SwarmActionFactory.ImpliesOtherAction(String name, SwarmActionFactory factory, Class<? extends WaspAction> otherAction)
name
- name of the new actionfactory
- factory where this class will be registeredotherAction
- a single action class to imply, not nullpublic SwarmActionFactory.ImpliesOtherAction(String name, SwarmActionFactory factory, Class<? extends WaspAction>... otherActions)
name
- name of the new actionfactory
- factory where this class will be registeredotherActions
- any number of action classes to implyCopyright © 2015. All rights reserved.