public interface Actor
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getActor()| Modifier and Type | Method and 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. |
Thing getUses()
setUses(Thing),
IotmodelPackage.getActor_Uses()void setUses(Thing value)
Uses' reference.
value - the new value of the 'Uses' reference.getUses()String getName()
setName(String),
IotmodelPackage.getActor_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getIntent()
setIntent(String),
IotmodelPackage.getActor_Intent()void setIntent(String value)
Intent' attribute.
value - the new value of the 'Intent' attribute.getIntent()Copyright © 2018–2020 Atlanmod. All rights reserved.