Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IDirectTypeRegistryAccess
-
Packages that use IDirectTypeRegistryAccess 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.net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of IDirectTypeRegistryAccess in net.ssehub.easy.instantiation.core.model.vilTypes
Classes in net.ssehub.easy.instantiation.core.model.vilTypes that implement IDirectTypeRegistryAccess Modifier and Type Class Description private classTypeRegistry.DirectAccessImplements the direct access interface forITypeResolver.Fields in net.ssehub.easy.instantiation.core.model.vilTypes declared as IDirectTypeRegistryAccess Modifier and Type Field Description private IDirectTypeRegistryAccessTypeRegistry. directAccessMethods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type IDirectTypeRegistryAccess Modifier and Type Method Description voidITypeResolver. setRegistryAccess(IDirectTypeRegistryAccess access)Set the direct access to the registry. -
Uses of IDirectTypeRegistryAccess in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as IDirectTypeRegistryAccess Modifier and Type Field Description private IDirectTypeRegistryAccessIvmlBaseTypeResolver. accessprivate IDirectTypeRegistryAccessIvmlTypeResolver. accessMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return IDirectTypeRegistryAccess Modifier and Type Method Description protected IDirectTypeRegistryAccessIvmlBaseTypeResolver. getRegistryAccess()Returns the direct registry access object.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type IDirectTypeRegistryAccess Modifier and Type Method Description voidIvmlBaseTypeResolver. setRegistryAccess(IDirectTypeRegistryAccess access)voidIvmlTypeResolver. setRegistryAccess(IDirectTypeRegistryAccess access)
-