Uses of Interface
net.ssehub.easy.instantiation.core.model.vilTypes.IVilGenericType
-
Packages that use IVilGenericType Package Description net.ssehub.easy.instantiation.core.model.buildlangModel Implements the abstract representation of the build language (parsed, analyzed and already linked, i.e.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 IVilGenericType in net.ssehub.easy.instantiation.core.model.buildlangModel
Classes in net.ssehub.easy.instantiation.core.model.buildlangModel that implement IVilGenericType Modifier and Type Class Description (package private) classOtherProjectsRealizes the implicit variable OTHERPROJECTS inScript. -
Uses of IVilGenericType in net.ssehub.easy.instantiation.core.model.vilTypes
Subinterfaces of IVilGenericType in net.ssehub.easy.instantiation.core.model.vilTypes Modifier and Type Interface Description interfaceCollection<T>Defines the basic VIL collection type to be used with maps and joins.interfaceSequence<T>Defines the interface representing a sequence.interfaceSet<T>Defines the interface representing a set.Classes in net.ssehub.easy.instantiation.core.model.vilTypes that implement IVilGenericType Modifier and Type Class Description classAbstractArrayWrapper<T>Implements an array wrapper for the VIL collection type.classAbstractCollectionWrapper<T>Abstract basic wrapper implementation.classAbstractListWrapper<T>Implements an array wrapper for the VIL collection type.classArraySequence<T>Implements an array wrapper for the VIL sequence type.classArraySet<T>Implements an array wrapper for the VIL set type.classFixedListSequence<T>Implements an array wrapper for the VIL sequence type which does not allow sequence reorderingFixedListSequence.allowSequenceAdjustment().classFixedListSet<T>Implements an array wrapper for the VIL set type which does not allow sequence reorderingFixedListSet.allowSequenceAdjustment().classListSequence<T>Implements an array wrapper for the VIL sequence type.classListSet<T>Implements an list wrapper for the VIL set type.classMap<K,V>Defines the VIL type "Map".classSetSet<T>A VIL set wrapper based on a Java set.classUnmodifiableMap<K,V>Represents an unmodifiable map.classUnmodifiableSequence<T>Implements an unmodifiable wrapper for sequences.classUnmodifiableSet<T>Implements an unmodifiable set wrapper.
-