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
,PyroCall
,PyroInputConsumer
,PyroOutputProducer
,RemoteScriptingEngine
,SimpleFormat
,SimpleOutput
,SpreadSheetIndexedSplitsRunsGenerator
- All Known Implementing Classes:
AbstractArrayValueDefinition
,AbstractAsyncCapableExternalCommand
,AbstractAsyncCapableExternalCommandWithOptions
,AbstractBoofCVTransformer
,AbstractBufferedImageTransformer
,AbstractExternalCommand
,AbstractExternalCommandWithOptions
,AbstractFileSystemSearchlet
,AbstractFlowAwareCommand
,AbstractFlowAwareCommandWithResponse
,AbstractFtpDirectoryListerBasedSearchlet
,AbstractGOEValueDefinition
,AbstractImageTransformer
,AbstractIndexedSplitsRunsEvaluation
,AbstractIndexedSplitsRunsGenerator
,AbstractIndexedSplitsRunsPredictions
,AbstractInstancesIndexedSplitsRunsGenerator
,AbstractJAITransformer
,AbstractLocalDirectoryListerBasedSearchlet
,AbstractModelLoader
,AbstractNotification
,AbstractObjectFilter
,AbstractOpenCVTransformer
,AbstractPyroCall
,AbstractPyroSink
,AbstractPyroSource
,AbstractPyroStandalone
,AbstractPyroTransformer
,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
,ExampleGreeting
,FileBasedScriptingEngine
,FileOutput
,FileValueDefinition
,FixObjects
,Flip
,ForwardingScriptingEngine
,FtpDirectorySearch
,FtpDirectorySearchWithComparator
,FtpDirectorySearchWithCustomSort
,FtpFileSearch
,FtpFileSearchWithComparator
,FtpFileSearchWithCustomSort
,GaussianBlur
,GaussianBlur
,Generic
,Generic
,Generic
,Generic
,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
,Null
,Null
,Null
,Null
,NullEvaluation
,NullPredictions
,ObjectAnnotationsMask
,ObjectRetriever
,OffsetIndex
,PassThrough
,PassThrough
,PassThrough
,PassThrough
,RefreshCache
,RegExpConstrainedStringDefinition
,RemoteFlowExecution
,RemoveDuplicatePolygonPoints
,RemovePolygons
,RenameLabels
,ReplaceColors
,ReplacePredominantColor
,Resize
,Resize
,Resize
,Rotate
,Rotate
,RotatingFileOutput
,Scale
,Scripted
,Scripted
,Scripted
,Scripted
,SftpDirectorySearch
,SftpDirectorySearchWithComparator
,SftpDirectorySearchWithCustomSort
,SftpFileSearch
,SftpFileSearchWithComparator
,SftpFileSearchWithCustomSort
,Sharpen4
,Sharpen8
,SimpleSend
,SimpleSendWithQueue
,SmbDirectorySearch
,SmbDirectorySearchWithComparator
,SmbDirectorySearchWithCustomSort
,SmbFileSearch
,SmbFileSearchWithComparator
,SmbFileSearchWithCustomSort
,SplitChannels
,SplitChannels
,SplitChannelsHSV
,SplitChannelsYIQ
,SplitChannelsYUV
,SpreadSheetRandomSplitGenerator
,SubImages
,SuperPixels
,SuppliedImageMask
,Text
,Threshold
,ThresholdReplacement
,TimestampedFormat
,TransformMetaData
,Translate
,TrimapColorizer
,Uninstall
,UpdateBoundsFromPolygon
,WaveletDenoise
,WekaClassifierModelLoader
,WekaClustererModelLoader
,WekaCrossValidationExecution
,WekaCrossValidationJob
,WekaFilterModelLoader
,WekaGOEValueDefinition
,WhiteBalance
,XScreenMask
public interface FlowContextHandler
For 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 Actor
getFlowContext()
Returns the flow context, if any.void
setFlowContext(Actor value)
Sets the flow context.
-