Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IRegisteredStringValueProvider
-
Packages that use IRegisteredStringValueProvider 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 IRegisteredStringValueProvider in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes with type parameters of type IRegisteredStringValueProvider Modifier and Type Field Description private static java.util.HashMap<java.lang.Class<?>,IRegisteredStringValueProvider>StringValueHelper. REGISTERED_PROVIDERSMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return IRegisteredStringValueProvider Modifier and Type Method Description static IRegisteredStringValueProviderStringValueHelper. getStringValueProvider(java.lang.Class<?> objectClass)Returns the registered string value provider.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IRegisteredStringValueProvider Modifier and Type Method Description static voidStringValueHelper. registerStringValueProvider(java.lang.Class<?> objectClass, IRegisteredStringValueProvider provider)Registers a string value provider.
-