Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.CompoundTypeDescriptor.SlotDescriptor
-
Packages that use CompoundTypeDescriptor.SlotDescriptor Package Description net.ssehub.easy.instantiation.core.model.common Implements the common language elements.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 CompoundTypeDescriptor.SlotDescriptor in net.ssehub.easy.instantiation.core.model.common
Methods in net.ssehub.easy.instantiation.core.model.common that return CompoundTypeDescriptor.SlotDescriptor Modifier and Type Method Description CompoundTypeDescriptor.SlotDescriptorCompound. getSlot(int index)Returns the specified slot. -
Uses of CompoundTypeDescriptor.SlotDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes
Methods in net.ssehub.easy.instantiation.core.model.vilTypes that return CompoundTypeDescriptor.SlotDescriptor Modifier and Type Method Description CompoundTypeDescriptor.SlotDescriptorCompoundTypeDescriptor. getDeclaredSlot(java.lang.String name)Returns the directly declared slot with namename.CompoundTypeDescriptor.SlotDescriptorCompoundTypeDescriptor. getSlot(int index)Returns the specified slot descriptor.CompoundTypeDescriptor.SlotDescriptorCompoundTypeDescriptor. getSlot(java.lang.String name)Returns the slot descriptor with the specified name.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type CompoundTypeDescriptor.SlotDescriptor Modifier and Type Method Description voidCompoundTypeDescriptor. setFields(CompoundTypeDescriptor.SlotDescriptor[] slots)Sets the fields of this descriptor, only if there have no fields been defined at all so far.
-