Uses of Interface
org.anchoranalysis.mpp.io.input.ExportSharedObjects
Packages that use ExportSharedObjects
Package
Description
Non-beans for reading data structures related to marked point processes from the file system.
-
Uses of ExportSharedObjects in org.anchoranalysis.mpp.io.input
Classes in org.anchoranalysis.mpp.io.input that implement ExportSharedObjectsModifier and TypeClassDescriptionclassAn input to an experiment that combines a particularStackwith other types of entities.Method parameters in org.anchoranalysis.mpp.io.input with type arguments of type ExportSharedObjectsModifier and TypeMethodDescriptionstatic MarksInitializationMarksInitializationFactory.create(Optional<? extends ExportSharedObjects> input, InitializationContext context, Optional<Define> define) Creates a newMarksInitializationinstance. -
Uses of ExportSharedObjects in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type ExportSharedObjectsModifier and TypeMethodDescriptionprotected ImageInitializationDefineOutputter.createInitialization(InitializationContext context, ExportSharedObjects input) Creates anImageInitializationfrom the given context and input.<S> voidDefineOutputterWithEnergy.processInput(ExportSharedObjects input, InitializationContext context, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack.