Package iotmodel

Interface Behavior

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
BehaviorImpl

public interface Behavior
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Behavior'.

The following features are supported:

See Also:
IotmodelPackage.getBehavior()
  • Method Summary

    Modifier and Type Method Description
    org.eclipse.emf.common.util.EList<Event> getEvent()
    Returns the value of the 'Event' containment reference list.
    org.eclipse.emf.common.util.EList<Action> getMakeAction()
    Returns the value of the 'Make Action' containment reference list.

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver
  • Method Details

    • getMakeAction

      org.eclipse.emf.common.util.EList<Action> getMakeAction()
      Returns the value of the 'Make Action' containment reference list. The list contents are of type Action.
      Returns:
      the value of the 'Make Action' containment reference list.
      See Also:
      IotmodelPackage.getBehavior_MakeAction()
    • getEvent

      org.eclipse.emf.common.util.EList<Event> getEvent()
      Returns the value of the 'Event' containment reference list. The list contents are of type Event.
      Returns:
      the value of the 'Event' containment reference list.
      See Also:
      IotmodelPackage.getBehavior_Event()