Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.AbstractListWrapper
-
Packages that use AbstractListWrapper 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 AbstractListWrapper in net.ssehub.easy.instantiation.core.model.vilTypes
Subclasses of AbstractListWrapper in net.ssehub.easy.instantiation.core.model.vilTypes Modifier and Type Class Description 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.
-