public interface Thing
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getThing()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Behavior> |
getBehavior()
Returns the value of the 'Behavior' containment reference list.
|
org.eclipse.emf.common.util.EList<AppPort> |
getContainsPorts()
Returns the value of the 'Contains Ports' containment reference list.
|
org.eclipse.emf.common.util.EList<ID> |
getId()
Returns the value of the 'Id' containment reference list.
|
IoTOs |
getIotos()
Returns the value of the 'Iotos' reference.
|
org.eclipse.emf.common.util.EList<Message> |
getMessage()
Returns the value of the 'Message' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
Data |
getProduce()
Returns the value of the 'Produce' reference.
|
void |
setIotos(IoTOs value)
Sets the value of the '
Iotos' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setProduce(Data value)
Sets the value of the '
Produce' reference. |
IoTOs getIotos()
Thing'.
setIotos(IoTOs),
IotmodelPackage.getThing_Iotos(),
IoTOs.getThing()void setIotos(IoTOs value)
Iotos' reference.
value - the new value of the 'Iotos' reference.getIotos()String getName()
setName(String),
IotmodelPackage.getThing_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()org.eclipse.emf.common.util.EList<ID> getId()
ID.
IotmodelPackage.getThing_Id()org.eclipse.emf.common.util.EList<Behavior> getBehavior()
Behavior.
IotmodelPackage.getThing_Behavior()org.eclipse.emf.common.util.EList<Message> getMessage()
Message.
IotmodelPackage.getThing_Message()org.eclipse.emf.common.util.EList<AppPort> getContainsPorts()
AppPort.
IotmodelPackage.getThing_ContainsPorts()Data getProduce()
setProduce(Data),
IotmodelPackage.getThing_Produce()void setProduce(Data value)
Produce' reference.
value - the new value of the 'Produce' reference.getProduce()Copyright © 2018–2020 Atlanmod. All rights reserved.