Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IActualValueProvider
-
Packages that use IActualValueProvider Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts.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.net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of IActualValueProvider in net.ssehub.easy.instantiation.core.model.artifactModel
Classes in net.ssehub.easy.instantiation.core.model.artifactModel that implement IActualValueProvider Modifier and Type Class Description classFileArtifactImplements a simple file artifact, i.e., an artifact which is represented as a file.classFolderArtifactRepresents a file system folder.classVtlFileArtifactDefines an artifact for VTL. -
Uses of IActualValueProvider in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Classes in net.ssehub.easy.instantiation.core.model.artifactModel.xml that implement IActualValueProvider Modifier and Type Class Description classXmlFileArtifactRepresents a parsed XML file artifact. -
Uses of IActualValueProvider in net.ssehub.easy.instantiation.core.model.vilTypes
Classes in net.ssehub.easy.instantiation.core.model.vilTypes that implement IActualValueProvider Modifier and Type Class Description classActualValueReflectionTypeDescriptor<T>Allows the use theIActualValueProvidermechanism for reflective types.Fields in net.ssehub.easy.instantiation.core.model.vilTypes declared as IActualValueProvider Modifier and Type Field Description private IActualValueProviderActualValueReflectionTypeDescriptor. template -
Uses of IActualValueProvider in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement IActualValueProvider Modifier and Type Class Description classIvmlProjectTypeDescriptorImplements a dynamic type descriptor for a project containing IVML decision variables. -
Uses of IActualValueProvider in net.ssehub.easy.instantiation.java.artifacts
Classes in net.ssehub.easy.instantiation.java.artifacts that implement IActualValueProvider Modifier and Type Class Description classClassFileArtifactRepresents a Java class file.classJavaFileArtifactRepresents a Java source code file artifact.
-