Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.ITypeResolver
-
Packages that use ITypeResolver 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 ITypeResolver in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes with type parameters of type ITypeResolver Modifier and Type Field Description private java.util.List<ITypeResolver>TypeRegistry. resolverMethods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type ITypeResolver Modifier and Type Method Description voidTypeRegistry. addTypeResolver(ITypeResolver resolver)Adds a type resolver as the current resolver of highest precedence.voidTypeRegistry. removeTypeResolver(ITypeResolver resolver)Renoves a type resolver.Method parameters in net.ssehub.easy.instantiation.core.model.vilTypes with type arguments of type ITypeResolver Modifier and Type Method Description booleanTypeRegistry. hasTypeResolver(java.lang.Class<? extends ITypeResolver> cls)Returns whether this registry has a type resolver of the given type. -
Uses of ITypeResolver in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Classes in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that implement ITypeResolver Modifier and Type Class Description classIvmlBaseTypeResolverA basic IVML type resolver that just creates fake types.classIvmlTypeResolverA type resolver for IVML models.
-