Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.AbstractCollectionWrapper
-
Packages that use AbstractCollectionWrapper 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 AbstractCollectionWrapper in net.ssehub.easy.instantiation.core.model.vilTypes
Subclasses of AbstractCollectionWrapper in net.ssehub.easy.instantiation.core.model.vilTypes Modifier and Type Class Description classAbstractArrayWrapper<T>Implements an array wrapper for the VIL collection type.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.classSetSet<T>A VIL set wrapper based on a Java set.
-