Package eu.bandm.sig.adlib2.math
Interface DoubleDynamics.Integrator.Factory<C extends DoubleVectorMap.Computer,I extends DoubleDynamics.Integrator>
- Enclosing class:
DoubleDynamics.Integrator<C extends DoubleVectorMap.Computer>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface DoubleDynamics.Integrator.Factory<C extends DoubleVectorMap.Computer,I extends DoubleDynamics.Integrator>
-
Method Summary
Modifier and TypeMethodDescriptionnewInstance(C body, DoubleSignalSourceVector<?> inputs, Optional<ConstantRealtimeContext> context)
-
Method Details
-
newInstance
I newInstance(C body, DoubleSignalSourceVector<?> inputs, Optional<ConstantRealtimeContext> context)
-