Uses of Interface
io.annot8.api.components.Source
-
Packages that use Source Package Description io.annot8.api.components This package contains the api interface for components.io.annot8.api.pipelines -
-
Uses of Source in io.annot8.api.components
Classes in io.annot8.api.components with type parameters of type Source Modifier and Type Interface Description interfaceSourceDescriptor<T extends Source,S extends Settings>Helper interface for usingAnnot8ComponentDescriptorwithSourceinterfaces -
Uses of Source in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return types with arguments of type Source Modifier and Type Method Description Collection<Source>Pipeline. getSources()Methods in io.annot8.api.pipelines with parameters of type Source Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. withSource(Source source)
-