Package adams.flow.core
Interface ControlActor
-
- All Superinterfaces:
Actor
,AdditionalInformationHandler
,CleanUpHandler
,Comparable
,Destroyable
,ErrorHandler
,LoggingLevelHandler
,LoggingSupporter
,OptionHandler
,QuickInfoSupporter
,Serializable
,ShallowCopySupporter<Actor>
,Stoppable
,StoppableWithFeedback
,VariableChangeListener
,VariablesInspectionHandler
- All Known Implementing Classes:
AbstractConnectedControlActor
,AbstractContainerUpdater
,AbstractControlActor
,AbstractDataContainerFileChecker
,AbstractDirectedControlActor
,AbstractMutableStandaloneGroupItem
,AbstractTee
,ArrayGenerate
,ArrayProcess
,AutogeneratedSink
,AutogeneratedSource
,AutogeneratedStandalone
,AutogeneratedTransformer
,Block
,Branch
,Breakpoint
,CallableActors
,CallableActorScreenshot
,Cast
,ClearCallableDisplay
,CloseCallableDisplay
,CollectionProcess
,ConditionalSequence
,ConditionalStandalones
,ConditionalSubProcess
,ConditionalTee
,ConditionalTrigger
,ContainerValuePicker
,Count
,DesktopScreenshot
,Events
,FileProcessor
,Flow
,FreeMemory
,GC
,HeapDump
,IfStorageValue
,IfThenElse
,InactiveSink
,InactiveSource
,InactiveStandalone
,InactiveTransformer
,Injector
,InputOutputListener
,JavaExec
,JMap
,LaunchTee
,LaunchTrigger
,LoadBalancer
,LocalScopeSubProcess
,LocalScopeTee
,LocalScopeTransformer
,LocalScopeTrigger
,MissionControl
,MutableConnectedControlActor
,MutableControlActor
,Once
,PlotContainerUpdater
,RaiseError
,Rejector
,RemoteExecutionTrigger
,Sequence
,SequenceSource
,SetContainerValue
,SinkReset
,Sleep
,SourceReset
,Standalones
,Stop
,StorageValueSequence
,SubProcess
,Switch
,Tee
,TimedSubProcess
,TimedTee
,TimedTrigger
,TransformerReset
,Trigger
,TriggerEvent
,TriggerOnce
,TryCatch
,UpdateCallableDisplay
,UpdateContainerValue
,UpdateProperties
,WhileLoop
public interface ControlActor extends Actor
Indicator interface for control actors.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Field Summary
-
Fields inherited from interface adams.flow.core.Actor
FILE_EXTENSION, FILE_EXTENSION_GZ
-
-
Method Summary
-
Methods inherited from interface adams.flow.core.Actor
cleanUp, compareTo, destroy, equals, execute, findVariables, getAnnotations, getDefaultName, getDetectedVariables, getErrorHandler, getFlowExecutionListeningSupporter, getFullName, getName, getNextSibling, getParent, getParentComponent, getPreviousSibling, getQuickInfo, getRoot, getScopeHandler, getSilent, getSkip, getStopFlowOnError, getStopMessage, getStorageHandler, getVariables, handleError, hasErrorHandler, hasStopMessage, index, isExecuted, isFinished, isHeadless, isStopped, setAnnotations, setErrorHandler, setName, setParent, setSilent, setSkip, setStopFlowOnError, setUp, setVariables, shallowCopy, shallowCopy, sizeOf, stopExecution, stopExecution, toCommandLine, variableChanged, wrapUp
-
Methods inherited from interface adams.core.AdditionalInformationHandler
getAdditionalInformation
-
Methods inherited from interface adams.core.logging.LoggingLevelHandler
getLoggingLevel, setLoggingLevel
-
Methods inherited from interface adams.core.logging.LoggingSupporter
getLogger, isLoggingEnabled
-
Methods inherited from interface adams.core.option.OptionHandler
cleanUpOptions, defineOptions, getOptionManager
-
Methods inherited from interface adams.core.VariablesInspectionHandler
canInspectOptions
-
-