Package repast.simphony.integration
Class DefaultExtProgRunner
java.lang.Object
repast.simphony.integration.DefaultExtProgRunner
- All Implemented Interfaces:
IAction,ExternalProgramRunner,Reader,Writer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSource(IntegrationSource source) voidexecute()Executes this IAction, typically by performing a method call on some object.voidread()booleanremoveSource(IntegrationSource source) voidsetExecutor(LegacyExecutor executor) voidsetWrittenObject(Queryable queryable) Performs a setWriteObject on all the integration sources.voidwrite()
-
Constructor Details
-
DefaultExtProgRunner
public DefaultExtProgRunner()
-
-
Method Details
-
write
-
execute
public void execute()Description copied from interface:IActionExecutes this IAction, typically by performing a method call on some object. -
read
-
addSource
- Specified by:
addSourcein interfaceExternalProgramRunner
-
removeSource
- Specified by:
removeSourcein interfaceExternalProgramRunner
-
getSources
- Specified by:
getSourcesin interfaceExternalProgramRunner
-
setWrittenObject
Performs a setWriteObject on all the integration sources.- Specified by:
setWrittenObjectin interfaceWriter
-
getExecutor
- Specified by:
getExecutorin interfaceExternalProgramRunner
-
setExecutor
- Specified by:
setExecutorin interfaceExternalProgramRunner
-