Uses of Interface
io.engineblock.activityapi.core.Activity
-
-
-
Uses of Activity in io.engineblock.activityapi.core
Classes in io.engineblock.activityapi.core with type parameters of type Activity Modifier and Type Interface Description interfaceActivityType<A extends Activity>An ActivityType is the central extension point in EngineBlock for new activity types drivers.classBaseAsyncAction<D,A extends Activity>Fields in io.engineblock.activityapi.core declared as Activity Modifier and Type Field Description protected ABaseAsyncAction. activityMethods in io.engineblock.activityapi.core that return Activity Modifier and Type Method Description default ActivityActivityType. getAssembledActivity(ActivityDef activityDef, java.util.Map<java.lang.String,Activity> activities)Create an instance of an activity that ties together all the components into a usable activity instance.Method parameters in io.engineblock.activityapi.core with type arguments of type Activity Modifier and Type Method Description default ActivityActivityType. getAssembledActivity(ActivityDef activityDef, java.util.Map<java.lang.String,Activity> activities)Create an instance of an activity that ties together all the components into a usable activity instance.voidActivitiesAware. setActivitiesMap(java.util.Map<java.lang.String,Activity> activities)Constructors in io.engineblock.activityapi.core with parameters of type Activity Constructor Description CoreActivityInstrumentation(Activity activity) -
Uses of Activity in io.engineblock.activityapi.core.ops.fluent
Constructors in io.engineblock.activityapi.core.ops.fluent with parameters of type Activity Constructor Description OpTrackerImpl(Activity activity, long slot) -
Uses of Activity in io.engineblock.activityapi.cyclelog.filters
Methods in io.engineblock.activityapi.cyclelog.filters with parameters of type Activity Modifier and Type Method Description default IntPredicateDispenserExperimentalResultFilterType. getFilterDispenser(Activity activity) -
Uses of Activity in io.engineblock.activityapi.cyclelog.inputs.cyclelog
Methods in io.engineblock.activityapi.cyclelog.inputs.cyclelog with parameters of type Activity Modifier and Type Method Description InputDispenserCycleLogInputType. getInputDispenser(Activity activity)Constructors in io.engineblock.activityapi.cyclelog.inputs.cyclelog with parameters of type Activity Constructor Description CycleLogInput(Activity activity)Dispenser(Activity activity) -
Uses of Activity in io.engineblock.activityapi.cyclelog.outputs.cyclelog
Methods in io.engineblock.activityapi.cyclelog.outputs.cyclelog with parameters of type Activity Modifier and Type Method Description OutputDispenserCycleLogOutputType. getOutputDispenser(Activity activity)Constructors in io.engineblock.activityapi.cyclelog.outputs.cyclelog with parameters of type Activity Constructor Description CycleLogOutput(Activity activity)Dispenser(Activity activity) -
Uses of Activity in io.engineblock.activityapi.cyclelog.outputs.logger
Constructors in io.engineblock.activityapi.cyclelog.outputs.logger with parameters of type Activity Constructor Description LoggingMarkerDispenser(Activity activity) -
Uses of Activity in io.engineblock.activityapi.input
Methods in io.engineblock.activityapi.input with parameters of type Activity Modifier and Type Method Description InputDispenserInputType. getInputDispenser(Activity activity) -
Uses of Activity in io.engineblock.activityapi.output
Methods in io.engineblock.activityapi.output with parameters of type Activity Modifier and Type Method Description OutputDispenserOutputType. getOutputDispenser(Activity activity) -
Uses of Activity in io.engineblock.activityimpl
Classes in io.engineblock.activityimpl that implement Activity Modifier and Type Class Description classSimpleActivityA default implementation of an Activity, suitable for building upon.Methods in io.engineblock.activityimpl with type parameters of type Activity Modifier and Type Method Description static <A extends Activity>
InputDispenserCoreServices. getInputDispenser(A activity)static <A extends Activity>
java.util.Optional<java.util.function.Predicate<ResultReadable>>CoreServices. getInputFilter(A activity)static <A extends Activity>
java.util.Optional<OutputDispenser>CoreServices. getOutputDispenser(A activity)static <A extends Activity>
java.util.Optional<java.util.function.Predicate<ResultReadable>>CoreServices. getOutputFilter(A activity)Methods in io.engineblock.activityimpl that return Activity Modifier and Type Method Description ActivityActivityDispenser. getActivity(ActivityDef activityDef)Methods in io.engineblock.activityimpl with parameters of type Activity Modifier and Type Method Description intSimpleActivity. compareTo(Activity o) -
Uses of Activity in io.engineblock.activityimpl.action
Constructors in io.engineblock.activityimpl.action with parameters of type Activity Constructor Description CoreActionDispenser(Activity activity) -
Uses of Activity in io.engineblock.activityimpl.input
Methods in io.engineblock.activityimpl.input with parameters of type Activity Modifier and Type Method Description InputDispenserTargetRateInputType. getInputDispenser(Activity activity)Method parameters in io.engineblock.activityimpl.input with type arguments of type Activity Modifier and Type Method Description voidCoreInputDispenser. setActivitiesMap(java.util.Map<java.lang.String,Activity> activities)Constructors in io.engineblock.activityimpl.input with parameters of type Activity Constructor Description CoreInputDispenser(Activity activity)Dispenser(Activity activity) -
Uses of Activity in io.engineblock.activityimpl.marker
Constructors in io.engineblock.activityimpl.marker with parameters of type Activity Constructor Description ContiguousOutputChunker(Activity activity) -
Uses of Activity in io.engineblock.activityimpl.motor
Constructors in io.engineblock.activityimpl.motor with parameters of type Activity Constructor Description CoreMotor(Activity activity, long slotId, Input input)Create an ActivityMotor.CoreMotor(Activity activity, long slotId, Input input, Action action)Create an ActivityMotor.CoreMotor(Activity activity, long slotId, Input input, Action action, Output output)Create an ActivityMotor.CoreMotorDispenser(Activity activity, InputDispenser inputDispenser, ActionDispenser actionDispenser, OutputDispenser outputDispenser) -
Uses of Activity in io.engineblock.util
Constructors in io.engineblock.util with parameters of type Activity Constructor Description ConfigTuples(Activity activity, java.lang.String param)SimpleConfig(Activity activity, java.lang.String param)
-