Uses of Interface
io.engineblock.util.Named
-
-
-
Uses of Named in io.engineblock.activityapi.core
Subinterfaces of Named in io.engineblock.activityapi.core Modifier and Type Interface Description interfaceActivityType<A extends Activity>An ActivityType is the central extension point in EngineBlock for new activity types drivers. -
Uses of Named in io.engineblock.activityapi.cyclelog.filters
Subinterfaces of Named in io.engineblock.activityapi.cyclelog.filters Modifier and Type Interface Description interfaceExperimentalResultFilterTypeinterfaceResultValueFilterTypeClasses in io.engineblock.activityapi.cyclelog.filters that implement Named Modifier and Type Class Description classCoreResultValueFilterThis cycle result filter implements a filter that allows for the inclusion or exclusion of single-values or intervals.classIncludeCodesTypeExperimentalA naive implementation of set filtering on integer values. -
Uses of Named in io.engineblock.activityapi.cyclelog.inputs.cyclelog
Classes in io.engineblock.activityapi.cyclelog.inputs.cyclelog that implement Named Modifier and Type Class Description classCycleLogInputType -
Uses of Named in io.engineblock.activityapi.cyclelog.outputs.cyclelog
Classes in io.engineblock.activityapi.cyclelog.outputs.cyclelog that implement Named Modifier and Type Class Description classCycleLogOutputType -
Uses of Named in io.engineblock.activityapi.input
Subinterfaces of Named in io.engineblock.activityapi.input Modifier and Type Interface Description interfaceInputType -
Uses of Named in io.engineblock.activityapi.output
Subinterfaces of Named in io.engineblock.activityapi.output Modifier and Type Interface Description interfaceOutputType -
Uses of Named in io.engineblock.activityimpl.input
Classes in io.engineblock.activityimpl.input that implement Named Modifier and Type Class Description classTargetRateInputType -
Uses of Named in io.engineblock.util
Classes in io.engineblock.util with type parameters of type Named Modifier and Type Class Description classSimpleServiceLoader<T extends Named>
-