Interface IExtensionImplementation
-
public interface IExtensionImplementationCreated by Elec332 on 21-4-2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default intgetImplementationSpeed()Returns the speed relative to the implementation type.ImplementationTypegetImplementationType()Returns the implementation type on this implementation.
-
-
-
Method Detail
-
getImplementationType
ImplementationType getImplementationType()
Returns the implementation type on this implementation.- Returns:
- The implementation type on this implementation
-
getImplementationSpeed
default int getImplementationSpeed()
Returns the speed relative to the implementation type. When two implementations of the same type are present, the one with the highest speed is chosen.- Returns:
- The relative speed of this implementation compared to its
ImplementationType
-
-