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:
Generated class or method.
EMF model class or method.
extendedMetaData="name='Lqn-CoreType' kind='elementOnly'"
  • Method Details

    • 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:
      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:
      Generated class or method.
      EMF model class or method.
      containment="true" extendedMetaData="kind='element' name='slot' namespace='##targetNamespace'"