| Modifier and type | Action and description |
|---|---|
| default int | compareToSarlSpecificationVersion(Class<T>)
Compare the SARL specification version associated to the given type to the version of the current SARL. |
| default float | getSarlSpecificationVersion(Class<T>)
Replies the supported SARL specification version of the given type.
Deprecated for removal since 0.10: since 0.10, see #getSarlSpecificationVersionObject(Class)
|
| default org.osgi.framework.Version | getSarlSpecificationVersionObject(Class<T>)
Replies the supported SARL specification version of the given type. |
| default boolean | isValidSarlElement(Class<T>)
Replies if the given type is a SARL element that is following the specification of the current SARL version. |
def compareToSarlSpecificationVersion(Class<T>) : int
def getSarlSpecificationVersion(Class<T>) : float
def getSarlSpecificationVersionObject(Class<T>) : org.osgi.framework.Version
def isValidSarlElement(Class<T>) : boolean