Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.OperationType
-
Packages that use OperationType 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 OperationType in net.ssehub.easy.instantiation.core.model.vilTypes
Fields in net.ssehub.easy.instantiation.core.model.vilTypes declared as OperationType Modifier and Type Field Description private OperationTypeOperationDescriptor. opTypeMethods in net.ssehub.easy.instantiation.core.model.vilTypes that return OperationType Modifier and Type Method Description OperationTypeOperationDescriptor. getOperationType()Returns the operation / operator type.OperationTypeopType()The type of this operation.
The operation type (NORMALby default)static OperationTypeOperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OperationType[]OperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.instantiation.core.model.vilTypes with parameters of type OperationType Modifier and Type Method Description protected voidOperationDescriptor. setCharacteristics(OperationType opType, OperationDescriptor.AliasType aliasType, boolean isConversion, java.lang.String name)Sets the characteristics of this operation descriptor.
-