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 StringgetIntent()Returns the value of the 'Intent' attribute.StringgetName()Returns the value of the 'Name' attribute.ThinggetUses()Returns the value of the 'Uses' reference.voidsetIntent(String value)Sets the value of the 'Intent' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetUses(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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getUses
Thing getUses()Returns the value of the 'Uses' reference.- Returns:
- the value of the 'Uses' reference.
- See Also:
setUses(Thing),IotmodelPackage.getActor_Uses()
-
setUses
Sets the value of the 'Uses' reference.- Parameters:
value- the new value of the 'Uses' reference.- See Also:
getUses()
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),IotmodelPackage.getActor_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
getIntent
String getIntent()Returns the value of the 'Intent' attribute.- Returns:
- the value of the 'Intent' attribute.
- See Also:
setIntent(String),IotmodelPackage.getActor_Intent()
-
setIntent
Sets the value of the 'Intent' attribute.- Parameters:
value- the new value of the 'Intent' attribute.- See Also:
getIntent()
-