Uses of Class
net.ssehub.easy.instantiation.core.model.vilTypes.configuration.AbstractIvmlTypeDescriptor
-
Packages that use AbstractIvmlTypeDescriptor Package Description net.ssehub.easy.instantiation.core.model.vilTypes.configuration All classes related to the EASy integration of configuration and decisions. -
-
Uses of AbstractIvmlTypeDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes.configuration
Subclasses of AbstractIvmlTypeDescriptor in net.ssehub.easy.instantiation.core.model.vilTypes.configuration Modifier and Type Class Description classIvmlProjectTypeDescriptorImplements a dynamic type descriptor for a project containing IVML decision variables.classIvmlTypeDescriptorImplements a dynamic type descriptor for IVML decision variables.Fields in net.ssehub.easy.instantiation.core.model.vilTypes.configuration declared as AbstractIvmlTypeDescriptor Modifier and Type Field Description private AbstractIvmlTypeDescriptor[]AbstractIvmlTypeDescriptor. refinesMethods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration that return AbstractIvmlTypeDescriptor Modifier and Type Method Description (package private) AbstractIvmlTypeDescriptorAbstractIvmlTypeDescriptor. getRefines(int index)Returns the type descriptor which is refined by this descriptor.Methods in net.ssehub.easy.instantiation.core.model.vilTypes.configuration with parameters of type AbstractIvmlTypeDescriptor Modifier and Type Method Description private booleanIvmlTypeDescriptor. isAssignableFrom(AbstractIvmlTypeDescriptor other)Returns if this instance is the same type or a supertype ofotherconsidering all declared IVML parent/refined types.protected booleanAbstractIvmlTypeDescriptor. isEqual(AbstractIvmlTypeDescriptor d1, AbstractIvmlTypeDescriptor d2)Returns whether two IVML type descriptors are considered to be equal.protected voidAbstractIvmlTypeDescriptor. setRefines(AbstractIvmlTypeDescriptor[] refines)Changes the type descriptor which is refined by this descriptor.
-