Package iotmodel

Interface Actor

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
MaliciousActor
All Known Implementing Classes:
ActorImpl, MaliciousActorImpl

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

The following features are supported:

See Also:
IotmodelPackage.getActor()
  • Method Summary

    Modifier and Type Method Description
    String getIntent()
    Returns the value of the 'Intent' attribute.
    String getName()
    Returns the value of the 'Name' attribute.
    Thing getUses()
    Returns the value of the 'Uses' reference.
    void setIntent​(String value)
    Sets the value of the 'Intent' attribute.
    void setName​(String value)
    Sets the value of the 'Name' attribute.
    void setUses​(Thing value)
    Sets the value of the 'Uses' reference.

    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