public interface GenericHood extends Hood
The following features are supported:
ProtelisPackage.getGenericHood()| Modifier and Type | Method and Description |
|---|---|
Expression |
getDefault()
Returns the value of the 'Default' containment reference.
|
Lambda |
getOp()
Returns the value of the 'Op' containment reference.
|
org.eclipse.emf.ecore.EObject |
getReference()
Returns the value of the 'Reference' reference.
|
void |
setDefault(Expression value)
Sets the value of the '
Default' containment reference. |
void |
setOp(Lambda value)
Sets the value of the '
Op' containment reference. |
void |
setReference(org.eclipse.emf.ecore.EObject value)
Sets the value of the '
Reference' reference. |
org.eclipse.emf.ecore.EObject getReference()
If the meaning of the 'Reference' reference isn't clear, there really should be more of a description here...
setReference(EObject),
ProtelisPackage.getGenericHood_Reference()void setReference(org.eclipse.emf.ecore.EObject value)
Reference' reference.
value - the new value of the 'Reference' reference.getReference()Lambda getOp()
If the meaning of the 'Op' containment reference isn't clear, there really should be more of a description here...
setOp(Lambda),
ProtelisPackage.getGenericHood_Op()void setOp(Lambda value)
Op' containment reference.
value - the new value of the 'Op' containment reference.getOp()Expression getDefault()
If the meaning of the 'Default' containment reference isn't clear, there really should be more of a description here...
setDefault(Expression),
ProtelisPackage.getGenericHood_Default()void setDefault(Expression value)
Default' containment reference.
value - the new value of the 'Default' containment reference.getDefault()Copyright © 2015. All rights reserved.