Uses of Class
adams.flow.core.CallableActorReference
-
-
Uses of CallableActorReference in adams.core.command.stderr
Fields in adams.core.command.stderr declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
CallableActorSink. m_CallableName
the callable name.Methods in adams.core.command.stderr that return CallableActorReference Modifier and Type Method Description CallableActorReference
CallableActorSink. getCallableName()
Returns the name of the callable actor in use.Methods in adams.core.command.stderr with parameters of type CallableActorReference Modifier and Type Method Description void
CallableActorSink. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use. -
Uses of CallableActorReference in adams.core.command.stdout
Fields in adams.core.command.stdout declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
CallableActorSink. m_CallableName
the callable name.Methods in adams.core.command.stdout that return CallableActorReference Modifier and Type Method Description CallableActorReference
CallableActorSink. getCallableName()
Returns the name of the callable actor in use.Methods in adams.core.command.stdout with parameters of type CallableActorReference Modifier and Type Method Description void
CallableActorSink. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use. -
Uses of CallableActorReference in adams.core.option
Methods in adams.core.option with parameters of type CallableActorReference Modifier and Type Method Description protected String
MaterializedArrayProducer. materialize(CallableActorReference ref)
Returns the setup represented by the callable actor. -
Uses of CallableActorReference in adams.data.objectfilter
Fields in adams.data.objectfilter declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
TransformMetaData. m_Transformer
the callable transformer to apply to the cells.Methods in adams.data.objectfilter that return CallableActorReference Modifier and Type Method Description CallableActorReference
TransformMetaData. getTransformer()
Returns the reference to the callable transformer.Methods in adams.data.objectfilter with parameters of type CallableActorReference Modifier and Type Method Description void
TransformMetaData. setTransformer(CallableActorReference value)
Sets the reference to the callable transformer. -
Uses of CallableActorReference in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
WekaClassification. m_ModelActor
the callable actor to get the model from.Methods in adams.flow.condition.bool that return CallableActorReference Modifier and Type Method Description CallableActorReference
WekaClassification. getModelActor()
Returns the callable actor to obtain the model from if model file is pointing to a directory.Methods in adams.flow.condition.bool with parameters of type CallableActorReference Modifier and Type Method Description void
WekaClassification. setModelActor(CallableActorReference value)
Sets the callable actor to obtain the model from if model file is pointing to a directory. -
Uses of CallableActorReference in adams.flow.control
Fields in adams.flow.control declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
SetContainerValue. m_CallableActor
the callable actor to retrieve the data from.protected CallableActorReference
CallableActorScreenshot. m_CallableName
the callable name.protected CallableActorReference
TimedSubProcess. m_CallableName
the callable name.protected CallableActorReference
TimedTee. m_CallableName
the callable name.protected CallableActorReference
TimedTrigger. m_CallableName
the callable name.protected CallableActorReference
UpdateCallableDisplay. m_CallableName
the callable name.protected CallableActorReference
InputOutputListener. m_InputDestination
the callable actor to send the input tokens to.protected CallableActorReference
InputOutputListener. m_OutputDestination
the callable actor to send the output tokens to.Methods in adams.flow.control that return CallableActorReference Modifier and Type Method Description CallableActorReference
SetContainerValue. getCallableActor()
Returns the name of the callable actors to get the data form.CallableActorReference
CallableActorScreenshot. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
TimedSubProcess. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
TimedTee. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
TimedTrigger. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
UpdateCallableDisplay. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
InputOutputListener. getInputDestination()
Returns the callable actor to send the input tokens to.CallableActorReference
InputOutputListener. getOutputDestination()
Returns the callable actor to send the output tokens to.Methods in adams.flow.control with parameters of type CallableActorReference Modifier and Type Method Description protected Object
SetContainerValue. getValue(CallableActorReference name)
Returns the value obtained from the callable actor.void
SetContainerValue. setCallableActor(CallableActorReference value)
Sets the name of the callable actors to obtain the data from.void
CallableActorScreenshot. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
TimedSubProcess. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
TimedTee. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
TimedTrigger. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
UpdateCallableDisplay. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
InputOutputListener. setInputDestination(CallableActorReference value)
Sets the callable actor to send the input tokens to.void
InputOutputListener. setOutputDestination(CallableActorReference value)
Sets the callable actor to send the output tokens to.Constructors in adams.flow.control with parameters of type CallableActorReference Constructor Description ClearCallableDisplay(CallableActorReference name)
Allows setting the callable name.CloseCallableDisplay(CallableActorReference name)
Allows setting the callable name. -
Uses of CallableActorReference in adams.flow.control.errorpostprocessor
Fields in adams.flow.control.errorpostprocessor declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
OutOfMemory. m_Log
the callable name.Methods in adams.flow.control.errorpostprocessor that return CallableActorReference Modifier and Type Method Description CallableActorReference
OutOfMemory. getLog()
Returns the name of the callable log actor in use.Methods in adams.flow.control.errorpostprocessor with parameters of type CallableActorReference Modifier and Type Method Description void
OutOfMemory. setLog(CallableActorReference value)
Sets the name of the callable log actor to use. -
Uses of CallableActorReference in adams.flow.core
Fields in adams.flow.core declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
AbstractCallableActorPropertyUpdater. m_ActorName
the name of the global actor.protected CallableActorReference
AbstractCallableActor. m_CallableName
the callable name.protected CallableActorReference
AbstractCopyCallableActor. m_CallableName
the callable name.protected CallableActorReference
AbstractModelLoader. m_ModelActor
the model actor.protected CallableActorReference
ObjectRetriever. m_ObjectActor
the object actor.Methods in adams.flow.core that return CallableActorReference Modifier and Type Method Description CallableActorReference
AbstractCallableActorPropertyUpdater. getActorName()
Returns the name of the actor to update.CallableActorReference
AbstractCallableActor. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
AbstractCopyCallableActor. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
TimedActor. getCallableName()
Returns the name of the callable actor in use.CallableActorReference
AbstractModelLoader. getModelActor()
Returns the callable actor to obtain the model from.CallableActorReference
ModelLoaderSupporter. getModelActor()
Returns the callable actor to obtain the model from.CallableActorReference
ObjectRetriever. getObjectActor()
Returns the callable actor to retrieve the object from.CallableActorReference
InteractiveActorWithCustomParentComponent. getParentComponentActor()
Returns the (optional) callable actor to use as parent component instead of the flow panel.Methods in adams.flow.core with parameters of type CallableActorReference Modifier and Type Method Description Actor
CallableActorHelper. findCallableActor(ActorHandler handler, CallableActorReference name)
Checks a control actor's children whether they contain the callable actor that we're looking for.Actor
CallableActorHelper. findCallableActor(Actor root, CallableActorReference name)
Tries to find the callable actor referenced by its name.Actor
CallableActorHelper. findCallableActor(ActorReferenceHandler handler, CallableActorReference name)
Checks a reference handler's children whether they contain the callable actor that we're looking for.Actor
CallableActorHelper. findCallableActorRecursive(Actor actor, CallableActorReference name)
Tries to find the referenced callable actor.Actor
CallableActorHelper. findMultiView(ActorHandler handler, CallableActorReference name)
Checks a control actor's children whether they contain the multi-view actor that we're looking for.Actor
CallableActorHelper. findMultiViewRecursive(Actor actor, CallableActorReference name)
Tries to find the referenced multi-view actor.static Object
CallableActorHelper. getSetup(Class cls, CallableActorReference name, Actor start, MessageCollection errors)
Returns the setup obtained from the callable actor, source or transformer.protected static Object
CallableActorHelper. getSetup(Class cls, CallableActorReference name, Actor start, AbstractCallableActor callable, MessageCollection errors)
Returns the setup obtained from the callable actor, source or transformer.static Object
CallableActorHelper. getSetupFromSource(Class cls, CallableActorReference name, Actor start, MessageCollection errors)
Returns the setup obtained from the callable source.static Object
CallableActorHelper. getSetupFromTransformer(Class cls, CallableActorReference name, Actor start, MessageCollection errors)
Returns the setup obtained from the callable transformer.void
AbstractCallableActorPropertyUpdater. setActorName(CallableActorReference value)
Sets the name of the actor to update.void
AbstractCallableActor. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
AbstractCopyCallableActor. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
TimedActor. setCallableName(CallableActorReference value)
Sets the name of the callable actor to use.void
AbstractModelLoader. setModelActor(CallableActorReference value)
Sets the callable actor to obtain the model from.void
ModelLoaderSupporter. setModelActor(CallableActorReference value)
Sets the callable actor to obtain the model from.void
ObjectRetriever. setObjectActor(CallableActorReference value)
Sets the callable actor to retrieve the object from.void
InteractiveActorWithCustomParentComponent. setParentComponentActor(CallableActorReference value)
Sets the (optional) callable actor to use as parent component instead of the flow panel. -
Uses of CallableActorReference in adams.flow.processor
Methods in adams.flow.processor that return CallableActorReference Modifier and Type Method Description protected CallableActorReference
UpdateCallableActorName. getReplacement(CallableActorReference old, String newName)
Returns the replacement object.Methods in adams.flow.processor with parameters of type CallableActorReference Modifier and Type Method Description protected CallableActorReference
UpdateCallableActorName. getReplacement(CallableActorReference old, String newName)
Returns the replacement object.protected boolean
UpdateCallableActorName. isNameMatch(CallableActorReference old, String oldName)
Checks whether the located object matches the old name that requires replacement. -
Uses of CallableActorReference in adams.flow.sink
Constructors in adams.flow.sink with parameters of type CallableActorReference Constructor Description CallableSink(CallableActorReference name)
Allows setting the callable name. -
Uses of CallableActorReference in adams.flow.source
Fields in adams.flow.source declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference[]
MakeContainer. m_CallableActors
the callable actors to retrieve the data from.protected CallableActorReference
WekaForecasting. m_ModelActor
the callable actor to get the model from.protected CallableActorReference
AbstractInteractiveSource. m_ParentComponentActor
the (optional) parent component to use.protected CallableActorReference
SelectFile. m_ParentComponentActor
the (optional) parent component to use.protected CallableActorReference
WekaSelectDataset. m_ParentComponentActor
the (optional) parent component to use.Methods in adams.flow.source that return CallableActorReference Modifier and Type Method Description CallableActorReference[]
MakeContainer. getCallableActors()
Returns the names of the callable actors to get the data form.CallableActorReference
WekaForecasting. getModelActor()
Returns the callable actor to obtain the model from if model file is pointing to a directory.CallableActorReference
AbstractInteractiveSource. getParentComponentActor()
Returns the (optional) callable actor to use as parent component instead of the flow panel.CallableActorReference
SelectFile. getParentComponentActor()
Returns the (optional) callable actor to use as parent component instead of the flow panel.CallableActorReference
WekaSelectDataset. getParentComponentActor()
Returns the (optional) callable actor to use as parent component instead of the flow panel.Methods in adams.flow.source with parameters of type CallableActorReference Modifier and Type Method Description protected Object
MakeContainer. getValue(CallableActorReference name)
Returns the value obtained from the callable actor.void
MakeContainer. setCallableActors(CallableActorReference[] value)
Sets the names of the callable actors to obtain the data from.void
WekaForecasting. setModelActor(CallableActorReference value)
Sets the callable actor to obtain the model from if model file is pointing to a directory.void
AbstractInteractiveSource. setParentComponentActor(CallableActorReference value)
Sets the (optional) callable actor to use as parent component instead of the flow panel.void
SelectFile. setParentComponentActor(CallableActorReference value)
Sets the (optional) callable actor to use as parent component instead of the flow panel.void
WekaSelectDataset. setParentComponentActor(CallableActorReference value)
Sets the (optional) callable actor to use as parent component instead of the flow panel.Constructors in adams.flow.source with parameters of type CallableActorReference Constructor Description CallableSource(CallableActorReference name)
Allows setting the callable name. -
Uses of CallableActorReference in adams.flow.standalone
Fields in adams.flow.standalone declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
QueueInit. m_Log
the callable name for the log.protected CallableActorReference
QueueInit. m_Monitor
the callable name for the monitor.Methods in adams.flow.standalone that return CallableActorReference Modifier and Type Method Description CallableActorReference
QueueInit. getLog()
Returns the name of the callable actor in use for logging errors.CallableActorReference
QueueInit. getMonitor()
Returns the name of the callable actor in use for monitoring.Methods in adams.flow.standalone with parameters of type CallableActorReference Modifier and Type Method Description protected Actor
QueueInit. findCallableActor(CallableActorReference name)
Tries to find the callable actor referenced by its callable name.void
QueueInit. setLog(CallableActorReference value)
Sets the name of the callable actor to use for logging errors.void
QueueInit. setMonitor(CallableActorReference value)
Sets the name of the callable actor to use for monitoring.Constructors in adams.flow.standalone with parameters of type CallableActorReference Constructor Description CallableDatabaseConnection(CallableActorReference name)
Allows setting the callable name. -
Uses of CallableActorReference in adams.flow.transformer
Fields in adams.flow.transformer declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
WekaTrainAssociator. m_Associator
the name of the callable weka associator.protected CallableActorReference
WekaGeneticAlgorithm. m_CallableName
the callable name.protected CallableActorReference
AbstractCallableWekaClassifierEvaluator. m_Classifier
the name of the callable weka classifier.protected CallableActorReference
WekaTrainClassifier. m_Classifier
the name of the callable weka classifier.protected CallableActorReference
AbstractCallableWekaClustererEvaluator. m_Clusterer
the name of the callable weka clusterer.protected CallableActorReference
WekaTrainClusterer. m_Clusterer
the name of the callable weka clusterer.protected CallableActorReference
WekaPrimeForecaster. m_Forecaster
the name of the callable weka forecaster.protected CallableActorReference
WekaTrainForecaster. m_Forecaster
the name of the callable weka forecaster.protected CallableActorReference
WekaInstanceEvaluator. m_InstancesActor
the callable actor to get the Instances from in case of AbstractDatasetInstanceEvaluator.protected CallableActorReference
AbstractInteractiveTransformer. m_ParentComponentActor
the (optional) parent component to use.protected CallableActorReference
WekaReorderAttributesToReference. m_ReferenceActor
the callable actor to get the reference data from.protected CallableActorReference
SetReportFromSource. m_Report
the callable source to obtain the report from.protected CallableActorReference
IndexedSplitsRunsEvaluation. m_Source
the source actor.protected CallableActorReference
IndexedSplitsRunsPredictions. m_Source
the source actor.protected CallableActorReference
MergeReport. m_Source
the source actor.protected CallableActorReference
SetJsonValue. m_Source
the callable source to obtain the source from.protected CallableActorReference
SetMapValue. m_Source
the callable source to obtain the source from.protected CallableActorReference
WekaClassifierRanker. m_Test
the callable actor to obtain the test dataset for train/test evaluation from.protected CallableActorReference
WekaTestSetClustererEvaluator. m_Testset
the name of the callable trainset provider.protected CallableActorReference
WekaTestSetEvaluator. m_Testset
the name of the callable trainset provider.protected CallableActorReference
WekaClassifierRanker. m_Train
the callable actor to obtain the training dataset from.protected CallableActorReference
SpreadSheetTransformCells. m_Transformer
the callable transformer to apply to the cells.protected CallableActorReference
SpreadSheetTransformHeaderCells. m_Transformer
the callable transformer to apply to the cells.Methods in adams.flow.transformer that return CallableActorReference Modifier and Type Method Description CallableActorReference
WekaTrainAssociator. getAssociator()
Returns the name of the callable associator in use.CallableActorReference
WekaGeneticAlgorithm. getCallableName()
Returns the name of the callable sink in use.CallableActorReference
AbstractCallableWekaClassifierEvaluator. getClassifier()
Returns the name of the callable classifier in use.CallableActorReference
WekaTrainClassifier. getClassifier()
Returns the name of the callable classifier in use.CallableActorReference
AbstractCallableWekaClustererEvaluator. getClusterer()
Returns the name of the callable clusterer in use.CallableActorReference
WekaTrainClusterer. getClusterer()
Returns the clusterer in use.CallableActorReference
WekaPrimeForecaster. getForecaster()
Returns the name of the callable forecaster in use.CallableActorReference
WekaTrainForecaster. getForecaster()
Returns the name of the callable forecaster in use.CallableActorReference
WekaInstanceEvaluator. getInstancesActor()
Returns the callable actor from which to retrieve Instances in case of AbstractDatasetInstanceEvaluator-derived evaluators.CallableActorReference
AbstractProcessWekaInstanceWithModel. getModelActor()
Returns the filter source actor.CallableActorReference
WekaFilter. getModelActor()
Returns the filter source actor.CallableActorReference
CollectionInsert. getObjectActor()
Returns the callable actor to retrieve the object from.CallableActorReference
Mat5FileAddArray. getObjectActor()
Returns the callable actor to retrieve the object from.CallableActorReference
Mat5FileAddMap. getObjectActor()
Returns the callable actor to retrieve the object from.CallableActorReference
Mat5SetStructField. getObjectActor()
Returns the callable actor to retrieve the object from.CallableActorReference
AbstractInteractiveTransformer. getParentComponentActor()
Returns the (optional) callable actor to use as parent component instead of the flow panel.CallableActorReference
WekaReorderAttributesToReference. getReferenceActor()
Returns the callable actor to obtain the reference dataset from if reference file is pointing to a directory.CallableActorReference
SetReportFromSource. getReport()
Returns the callable source to obtain the report from.CallableActorReference
IndexedSplitsRunsEvaluation. getSource()
Returns the report source actor.CallableActorReference
IndexedSplitsRunsPredictions. getSource()
Returns the report source actor.CallableActorReference
MergeReport. getSource()
Returns the report source actor.CallableActorReference
SetJsonValue. getSource()
Returns the callable source to obtain the value from.CallableActorReference
SetMapValue. getSource()
Returns the callable source to obtain the value from.CallableActorReference
WekaClassifierRanker. getTest()
Returns the name of the callable actor to obtain the test set.CallableActorReference
WekaTestSetClustererEvaluator. getTestset()
Returns the name of the callable clusterer in use.CallableActorReference
WekaTestSetEvaluator. getTestset()
Returns the name of the callable classifier in use.CallableActorReference
WekaClassifierRanker. getTrain()
Returns the name of the callable actor to obtain the training set.CallableActorReference
SpreadSheetTransformCells. getTransformer()
Returns the reference to the callable transformer.CallableActorReference
SpreadSheetTransformHeaderCells. getTransformer()
Returns the reference to the callable transformer.Methods in adams.flow.transformer with parameters of type CallableActorReference Modifier and Type Method Description void
WekaTrainAssociator. setAssociator(CallableActorReference value)
Sets the name of the callable associator to use.void
WekaGeneticAlgorithm. setCallableName(CallableActorReference value)
Sets the name of the callable sink to use.void
AbstractCallableWekaClassifierEvaluator. setClassifier(CallableActorReference value)
Sets the name of the callable classifier to use.void
WekaTrainClassifier. setClassifier(CallableActorReference value)
Sets the name of the callable classifier to use.void
AbstractCallableWekaClustererEvaluator. setClusterer(CallableActorReference value)
Sets the name of the callable clusterer to use.void
WekaTrainClusterer. setClusterer(CallableActorReference value)
Sets the clusterer to use.void
WekaPrimeForecaster. setForecaster(CallableActorReference value)
Sets the name of the callable forecaster to use.void
WekaTrainForecaster. setForecaster(CallableActorReference value)
Sets the name of the callable forecaster to use.void
WekaInstanceEvaluator. setInstancesActor(CallableActorReference value)
Sets the callable actor from which to retrieve Instances in case of AbstractDatasetInstanceEvaluator-derived evaluators.void
AbstractProcessWekaInstanceWithModel. setModelActor(CallableActorReference value)
Sets the filter source actor.void
WekaFilter. setModelActor(CallableActorReference value)
Sets the filter source actor.void
CollectionInsert. setObjectActor(CallableActorReference value)
Sets the callable actor to retrieve the object from.void
Mat5FileAddArray. setObjectActor(CallableActorReference value)
Sets the callable actor to retrieve the object from.void
Mat5FileAddMap. setObjectActor(CallableActorReference value)
Sets the callable actor to retrieve the object from.void
Mat5SetStructField. setObjectActor(CallableActorReference value)
Sets the callable actor to retrieve the object from.void
AbstractInteractiveTransformer. setParentComponentActor(CallableActorReference value)
Sets the (optional) callable actor to use as parent component instead of the flow panel.void
WekaReorderAttributesToReference. setReferenceActor(CallableActorReference value)
Sets the callable actor to obtain the reference dataset from if reference file is pointing to a directory.void
SetReportFromSource. setReport(CallableActorReference value)
Sets the callable source to obtain the report from.void
IndexedSplitsRunsEvaluation. setSource(CallableActorReference value)
Sets the report source actor.void
IndexedSplitsRunsPredictions. setSource(CallableActorReference value)
Sets the report source actor.void
MergeReport. setSource(CallableActorReference value)
Sets the report source actor.void
SetJsonValue. setSource(CallableActorReference value)
Sets the callable source to obtain the value from.void
SetMapValue. setSource(CallableActorReference value)
Sets the callable source to obtain the value from.void
WekaClassifierRanker. setTest(CallableActorReference value)
Sets the name of the callable actor to obtain the test set.void
WekaTestSetClustererEvaluator. setTestset(CallableActorReference value)
Sets the name of the callable clusterer to use.void
WekaTestSetEvaluator. setTestset(CallableActorReference value)
Sets the name of the callable classifier to use.void
WekaClassifierRanker. setTrain(CallableActorReference value)
Sets the name of the callable actor to obtain the training set.void
SpreadSheetTransformCells. setTransformer(CallableActorReference value)
Sets the reference to the callable transformer.void
SpreadSheetTransformHeaderCells. setTransformer(CallableActorReference value)
Sets the reference to the callable transformer.Constructors in adams.flow.transformer with parameters of type CallableActorReference Constructor Description CallableTransformer(CallableActorReference name)
Allows setting the callable name. -
Uses of CallableActorReference in adams.flow.transformer.draw
Fields in adams.flow.transformer.draw declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
Image. m_ImageActor
the callable actor to get the image from.Methods in adams.flow.transformer.draw that return CallableActorReference Modifier and Type Method Description CallableActorReference
Image. getImageActor()
Returns the callable actor to obtain the image from.Methods in adams.flow.transformer.draw with parameters of type CallableActorReference Modifier and Type Method Description void
Image. setImageActor(CallableActorReference value)
Sets the callable actor to obtain the image from. -
Uses of CallableActorReference in adams.flow.transformer.indexedsplitsrunsevaluation
Fields in adams.flow.transformer.indexedsplitsrunsevaluation declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
InstancesIndexedSplitsRunsEvaluation. m_Classifier
the name of the callable weka classifier.Methods in adams.flow.transformer.indexedsplitsrunsevaluation that return CallableActorReference Modifier and Type Method Description CallableActorReference
InstancesIndexedSplitsRunsEvaluation. getClassifier()
Returns the name of the callable classifier in use.Methods in adams.flow.transformer.indexedsplitsrunsevaluation with parameters of type CallableActorReference Modifier and Type Method Description void
InstancesIndexedSplitsRunsEvaluation. setClassifier(CallableActorReference value)
Sets the name of the callable classifier to use. -
Uses of CallableActorReference in adams.flow.transformer.indexedsplitsrunspredictions
Fields in adams.flow.transformer.indexedsplitsrunspredictions declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
InstancesIndexedSplitsRunsPredictions. m_Classifier
the name of the callable weka classifier.Methods in adams.flow.transformer.indexedsplitsrunspredictions that return CallableActorReference Modifier and Type Method Description CallableActorReference
InstancesIndexedSplitsRunsPredictions. getClassifier()
Returns the name of the callable classifier in use.Methods in adams.flow.transformer.indexedsplitsrunspredictions with parameters of type CallableActorReference Modifier and Type Method Description void
InstancesIndexedSplitsRunsPredictions. setClassifier(CallableActorReference value)
Sets the name of the callable classifier to use. -
Uses of CallableActorReference in adams.gui.flow.tree.quickaction
Methods in adams.gui.flow.tree.quickaction that return CallableActorReference Modifier and Type Method Description protected CallableActorReference
ChangeCallableActor. selectCallableActor(CallableActorReference refOld)
Prompts the user to select callable actor.Methods in adams.gui.flow.tree.quickaction with parameters of type CallableActorReference Modifier and Type Method Description protected CallableActorReference
ChangeCallableActor. selectCallableActor(CallableActorReference refOld)
Prompts the user to select callable actor. -
Uses of CallableActorReference in adams.gui.goe
Methods in adams.gui.goe that return CallableActorReference Modifier and Type Method Description protected CallableActorReference
CallableActorReferenceEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of CallableActorReference in adams.scripting.requesthandler
Fields in adams.scripting.requesthandler declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
CallableActorsHandler. m_CallableName
the callable name.Methods in adams.scripting.requesthandler that return CallableActorReference Modifier and Type Method Description CallableActorReference
CallableActorsHandler. getCallableName()
Returns the name of the callable transformer in use.Methods in adams.scripting.requesthandler with parameters of type CallableActorReference Modifier and Type Method Description void
CallableActorsHandler. setCallableName(CallableActorReference value)
Sets the name of the callable transformer to use. -
Uses of CallableActorReference in adams.scripting.responsehandler
Fields in adams.scripting.responsehandler declared as CallableActorReference Modifier and Type Field Description protected CallableActorReference
CallableActorsHandler. m_CallableName
the callable name.Methods in adams.scripting.responsehandler that return CallableActorReference Modifier and Type Method Description CallableActorReference
CallableActorsHandler. getCallableName()
Returns the name of the callable transformer in use.Methods in adams.scripting.responsehandler with parameters of type CallableActorReference Modifier and Type Method Description void
CallableActorsHandler. setCallableName(CallableActorReference value)
Sets the name of the callable transformer to use.
-