Package repast.simphony.plugin
Class ControllerActionExtensions
java.lang.Object
repast.simphony.plugin.ControllerActionExtensions
- Author:
- Nick Collier
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addParentControllerActions
(Object contextID, ControllerRegistry registry) boolean
parentsContains
(String name)
-
Constructor Details
-
ControllerActionExtensions
public ControllerActionExtensions()
-
-
Method Details
-
addCompositeActionCreator
-
addParentControllerActions
-
parentActionCreators
-
parentsContains
- Parameters:
name
- the class name- Returns:
- true if the parents contains a class with the specified name.
-