Interface LqnCoreType

  • All Superinterfaces:
    EObject, Notifier
    All Known Implementing Classes:
    LqnCoreTypeImpl

    public interface LqnCoreType
    extends EObject
    A representation of the model object 'Core Type'.

    The following features are supported:

    See Also:
    LqnPackage.getLqnCoreType()
    Generated class or method.
    EMF model class or method.
    extendedMetaData="name='Lqn-CoreType' kind='elementOnly'"
    • Method Detail

      • getProcessor

        EList<ProcessorType> getProcessor()
        Returns the value of the 'Processor' containment reference list. The list contents are of type ProcessorType.

        If the meaning of the 'Processor' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Processor' containment reference list.
        See Also:
        LqnPackage.getLqnCoreType_Processor()
        Generated class or method.
        EMF model class or method.
        containment="true" required="true" extendedMetaData="kind='element' name='processor' namespace='##targetNamespace'"
      • getSlot

        EList<SlotType> getSlot()
        Returns the value of the 'Slot' containment reference list. The list contents are of type SlotType.

        If the meaning of the 'Slot' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Slot' containment reference list.
        See Also:
        LqnPackage.getLqnCoreType_Slot()
        Generated class or method.
        EMF model class or method.
        containment="true" extendedMetaData="kind='element' name='slot' namespace='##targetNamespace'"