Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.ReflectionTypeDescriptor
-
Packages that use ReflectionTypeDescriptor Package Description 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. -
-
Uses of ReflectionTypeDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes
Subclasses of ReflectionTypeDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes Modifier and Type Class Description classActualValueReflectionTypeDescriptor<T>Allows the use theIActualValueProvidermechanism for reflective types.Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return ReflectionTypeDescriptor Modifier and Type Method Description private static <T extends IVilType>
ReflectionTypeDescriptor<T>TypeRegistry. createTypeDescriptor(java.lang.Class<T> type)Creates a type descriptor consideringIActualValueProvider.protected ReflectionTypeDescriptor<T>ReflectionTypeDescriptor. resolve()Resolves the details of the type.
-