public interface Rule
extends org.eclipse.emf.ecore.EObject
The following features are supported:
IotmodelPackage.getRule()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<ConstraintExpression> |
getConstraintexpression()
Returns the value of the 'Constraintexpression' containment reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
org.eclipse.emf.common.util.EList<Permission> |
getPermission()
Returns the value of the 'Permission' containment reference list.
|
org.eclipse.emf.common.util.EList<Thing> |
getThing()
Returns the value of the 'Thing' containment reference list.
|
void |
setName(String value)
Sets the value of the '
Name' attribute. |
org.eclipse.emf.common.util.EList<Thing> getThing()
Thing.
IotmodelPackage.getRule_Thing()org.eclipse.emf.common.util.EList<Permission> getPermission()
Permission.
IotmodelPackage.getRule_Permission()org.eclipse.emf.common.util.EList<ConstraintExpression> getConstraintexpression()
ConstraintExpression.
IotmodelPackage.getRule_Constraintexpression()String getName()
setName(String),
IotmodelPackage.getRule_Name()Copyright © 2018–2020 Atlanmod. All rights reserved.