-
Subinterfaces of Actor in iotmodel
| Modifier and Type |
Interface |
Description |
interface |
MaliciousActor |
A representation of the model object 'Malicious Actor'.
|
Methods in iotmodel that return Actor
| Modifier and Type |
Method |
Description |
Actor |
IotmodelFactory.createActor() |
Returns a new object of class 'Actor'.
|
-
Classes in iotmodel.impl that implement Actor
| Modifier and Type |
Class |
Description |
class |
ActorImpl |
An implementation of the model object 'Actor'.
|
class |
MaliciousActorImpl |
An implementation of the model object 'Malicious Actor'.
|
-
Methods in iotmodel.util with parameters of type Actor
| Modifier and Type |
Method |
Description |
T |
IotmodelSwitch.caseActor(Actor object) |
Returns the result of interpreting the object as an instance of 'Actor'.
|
boolean |
IotmodelValidator.validateActor(Actor actor,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |