Modifier and type | Property and description |
---|---|
IBlockExpressionBuilder | expression
Create the block of code. |
IExpressionBuilder | guard
Replies the guard. |
SarlBehaviorUnit | sarlBehaviorUnit
Replies the generated element. |
Modifier and type | Action and description |
---|---|
void | eInit(EObject,String,IJvmTypeProvider)
Initialize the Ecore element. |
void | eInit(EObject,JvmParameterizedTypeReference,IJvmTypeProvider)
Initialize the Ecore element. |
org.eclipse.emf.ecore.resource.Resource | eResource
Replies the resource. |
IBlockExpressionBuilder | getExpression
Create the block of code. |
IExpressionBuilder | getGuard
Replies the guard. |
SarlBehaviorUnit | getSarlBehaviorUnit
Replies the generated element. |
ISarlBehaviorUnitBuilder | setDocumentation(String)
Change the documentation of the element. |
java.lang.String | toString |
val expression : IBlockExpressionBuilder
This property is an alias for the action: getExpression
val guard : IExpressionBuilder
This property is an alias for the action: getGuard
val sarlBehaviorUnit : SarlBehaviorUnit
This property is an alias for the action: getSarlBehaviorUnit
new
def eInit(EObject,String,IJvmTypeProvider)
def eInit(EObject,JvmParameterizedTypeReference,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getExpression : IBlockExpressionBuilder
def getGuard : IExpressionBuilder
def getSarlBehaviorUnit : SarlBehaviorUnit
def setDocumentation(String) : ISarlBehaviorUnitBuilder
def toString : java.lang.String