Class IvmlTypes
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.vilTypes.configuration.IvmlTypes
-
public class IvmlTypes extends java.lang.ObjectProvides access to the type descriptors of the types defined in this package.- Author:
- Holger Eichelberger
-
-
Constructor Summary
Constructors Constructor Description IvmlTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static TypeDescriptor<?>attributeType()Returns the type descriptor for the built-in type 'Attribute'.static TypeDescriptor<?>configurationType()Returns the type descriptor for the built-in type 'Configuration'.static TypeDescriptor<?>decisionVariableType()Returns the type descriptor for the built-in type 'DecisionVariable'.static TypeDescriptor<?>declarationType()Returns the type descriptor for the built-in type 'IvmlDeclaration'.static TypeDescriptor<?>ivmlElement()Returns the type descriptor for the built-in (fallback) type 'IvmlElement'.static TypeDescriptor<?>projectType()Returns the type descriptor for the built-in type 'Project'.
-
-
-
Method Detail
-
configurationType
public static final TypeDescriptor<?> configurationType()
Returns the type descriptor for the built-in type 'Configuration'.- Returns:
- the type descriptor
-
decisionVariableType
public static final TypeDescriptor<?> decisionVariableType()
Returns the type descriptor for the built-in type 'DecisionVariable'.- Returns:
- the type descriptor
-
declarationType
public static final TypeDescriptor<?> declarationType()
Returns the type descriptor for the built-in type 'IvmlDeclaration'.- Returns:
- the type descriptor
-
projectType
public static final TypeDescriptor<?> projectType()
Returns the type descriptor for the built-in type 'Project'.- Returns:
- the type descriptor
-
attributeType
public static final TypeDescriptor<?> attributeType()
Returns the type descriptor for the built-in type 'Attribute'.- Returns:
- the type descriptor
-
ivmlElement
public static final TypeDescriptor<?> ivmlElement()
Returns the type descriptor for the built-in (fallback) type 'IvmlElement'.- Returns:
- the type descriptor
-
-