Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IMetaField
-
Packages that use IMetaField Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.net.ssehub.easy.instantiation.core.model.common Implements the common language elements.net.ssehub.easy.instantiation.core.model.templateModel The template language model.net.ssehub.easy.instantiation.core.model.vilTypes Contains the basic VIL types used as foundation for the artifact model and for integrating the variability model, i.e., types which are not artifacts themselves.net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of IMetaField in net.ssehub.easy.instantiation.core.model.buildlangModel
Methods in net.ssehub.easy.instantiation.core.model.buildlangModel that return IMetaField Modifier and Type Method Description IMetaFieldScript. getField(int index) -
Uses of IMetaField in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common that return IMetaField Modifier and Type Method Description IMetaFieldDummyModel. getField(int index) -
Uses of IMetaField in net.ssehub.easy.instantiation.core.model.templateModel
Methods in net.ssehub.easy.instantiation.core.model.templateModel that return IMetaField Modifier and Type Method Description IMetaFieldTemplate. getField(int index) -
Uses of IMetaField in net.ssehub.easy.instantiation.core.model.vilTypes
Classes in net.ssehub.easy.instantiation.core.model.vilTypes that implement IMetaField Modifier and Type Class Description static classCompoundTypeDescriptor.SlotDescriptorA slot field descriptor for compounds.classFieldDescriptorImplements an abstract field descriptor.classReflectionFieldDescriptorImplements a reflection field descriptor.Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return IMetaField Modifier and Type Method Description IMetaFieldClassWrapper. getField(int index)IMetaFieldIMetaType. getField(int index)Returns the specified field. -
Uses of IMetaField in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IMetaField Modifier and Type Class Description classAbstractIvmlFieldDescriptorImplements the common capabilities for an IVML read-only field descriptor.classIvmlAccessorFieldDescriptorDefines a pseudo field descriptor which enables comfortable access to an individual decision variables via its name.classIvmlAnnotationFieldDescriptorDefines a pseudo field descriptor which enables comfortable access to an individual annotation via its name.classIvmlConfigurationFieldDescriptorDefines a pseudo field descriptor which enables comfortable access to an individual decision variables via its name.
-