Package adams.flow.core
Interface FlowContextHandler
-
- All Known Subinterfaces:
AsyncCapableExternalCommand,ExternalCommand,ExternalCommandWithOptions,ExternalCommandWithProgrammaticArguments,FlowAwareRemoteCommand,ImageColorizer,ImageColorizerWithColorProvider,ImageTransformer<T>,IndexedSplitsRunsEvaluation<I,O>,IndexedSplitsRunsGenerator,IndexedSplitsRunsPredictions<T>,InstancesIndexedSplitsRunsGenerator,JobQueueHandler,MainScriptingEngine,ObjectFilter,RemoteScriptingEngine,ScriptedClassifier,SimpleFormat,SimpleOutput,SpreadSheetIndexedSplitsRunsGenerator
- All Known Implementing Classes:
AbstractArrayValueDefinition,AbstractAsyncCapableExternalCommand,AbstractAsyncCapableExternalCommandWithOptions,AbstractBoofCVTransformer,AbstractBufferedImageTransformer,AbstractExternalCommand,AbstractExternalCommandWithOptions,AbstractFileSystemSearchlet,AbstractFlowAwareCommand,AbstractFlowAwareCommandWithResponse,AbstractGOEValueDefinition,AbstractImageTransformer,AbstractIndexedSplitsRunsEvaluation,AbstractIndexedSplitsRunsGenerator,AbstractIndexedSplitsRunsPredictions,AbstractInstancesIndexedSplitsRunsGenerator,AbstractJAITransformer,AbstractLocalDirectoryListerBasedSearchlet,AbstractModelLoader,AbstractNotification,AbstractObjectFilter,AbstractOpenCVTransformer,AbstractScript,AbstractScript,AbstractScript,AbstractScript,AbstractScriptedTransformer,AbstractScriptedTransformer,AbstractScriptedTransformer,AbstractScriptedTransformer,AbstractScriptingEngine,AbstractScriptingEngineEnhancer,AbstractScriptingEngineWithJobQueue,AbstractSetupUpload,AbstractSftpDirectoryListerBasedSearchlet,AbstractSimpleFormat,AbstractSimpleOutput,AbstractSmbDirectoryListerBasedSearchlet,AbstractSpreadSheetIndexedSplitsRunsGenerator,AbstractValueDefinition,AbstractWekaPackageManagerAction,AbstractWekaPackageManagerAction,AbstractWekaPackageManagerAction,AddDefaultLabel,ArrayValueDefinition,AttachMetaData,AttachOverlappingMetaData,Binary,Binary,BinaryContours,BinaryMask,BlockingSearch,BlueChannelColorizer,Blur,Brightness,CannyEdgeDetection,ChangeCanvasSize,ChangeOrientation,ClipBoundingBoxes,Console,ConsoleOutput,ConvertType,Cropping,DefaultMainScriptingEngine,DefaultScriptingEngine,DefaultValueDefinition,DefaultWorkerScriptingEngine,Dilate,Dilate4,Dilate8,DirectoryValueDefinition,DownSample,EchoServer,Email,EnumValueDefinition,Erode,Erode4,Erode8,FileBasedScriptingEngine,FileOutput,FileValueDefinition,FixObjects,Flip,ForwardingScriptingEngine,GaussianBlur,GaussianBlur,GOEValueDefinition,Gray8,Gray8,GrayOrIndexedColorizer,Grayscale,ImageFilter,ImageType,ImageType,IndexedColors,InstallFromFile,InstallFromURL,InstallOfficial,InstallPackage,InstancesCrossValidationFoldGenerator,InstancesGroupedCrossValidationFoldGenerator,InstancesGroupedRandomSplitGenerator,InstancesIndexedSplitsRunsEvaluation,InstancesIndexedSplitsRunsPredictions,InstancesRandomSplitGenerator,Invert,Inverter,KeepEnclosed,LaplaceOfGaussian,LaplaceOperator,ListPackages,ListSelectionValueDefinition,LocalDirectorySearch,LocalDirectorySearchWithComparator,LocalDirectorySearchWithCustomSort,LocalDirectorySearchWithTimestampConstraints,LocalFileSearch,LocalFileSearchWithComparator,LocalFileSearchWithCustomSort,LocalFileSearchWithTimestampConstraints,LocalMedianFilter,LogFile,MakeSquare,ManualFeedScriptingEngine,ManualSplitGenerator,MaxRGB,MenuItem,MergeOverlaps,MessageBox,MinRGB,MinRGBOld,MultiNotification,MultiOutput,MultiRunGenerator,MultiScriptingEngine,MultiSearch,MultiTransformer,MultiTransformer,MultiTransformer,MySQL,NoFormat,Null,Null,NullEvaluation,NullPredictions,ObjectAnnotationPanel,ObjectAnnotationsMask,ObjectRetriever,OffsetIndex,PassThrough,PassThrough,PassThrough,PassThrough,PolygonVertexLengths,RefreshCache,RegExpConstrainedStringDefinition,RemoteFlowExecution,RemoveDuplicatePolygonPoints,RemovePolygons,RenameLabels,ReplaceColors,ReplacePredominantColor,Resize,Resize,Resize,Rotate,Rotate,Rotate,RotatingFileOutput,Scale,Scripted,Scripted,Scripted,Scripted,SegmentationPanel,SftpDirectorySearch,SftpDirectorySearchWithComparator,SftpDirectorySearchWithCustomSort,SftpFileSearch,SftpFileSearchWithComparator,SftpFileSearchWithCustomSort,Sharpen4,Sharpen8,SimpleSend,SimpleSendWithQueue,SimplifyPolygons,SmbDirectorySearch,SmbDirectorySearchWithComparator,SmbDirectorySearchWithCustomSort,SmbFileSearch,SmbFileSearchWithComparator,SmbFileSearchWithCustomSort,SplitChannels,SplitChannels,SplitChannelsHSV,SplitChannelsYIQ,SplitChannelsYUV,SpreadSheetRandomSplitGenerator,SubImages,SuperPixels,SuppliedImageMask,Text,ThreadSafeClassifierWrapper,Threshold,ThresholdReplacement,TimestampedFormat,TransformMetaData,Translate,TrimapColorizer,Uninstall,UpdateBoundsFromPolygon,WaveletDenoise,WekaClassifierModelLoader,WekaClustererModelLoader,WekaCrossValidationExecution,WekaCrossValidationJob,WekaFilterModelLoader,WekaGOEValueDefinition,WhiteBalance,XScreenMask
public interface FlowContextHandlerFor classes that need a flow context.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActorgetFlowContext()Returns the flow context, if any.voidsetFlowContext(Actor value)Sets the flow context.
-