|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanExpression | |
bexee.model.activity | This package contains all interfaces representing BPEL activities as specified in the bpel4ws.xsd XML Schema. |
bexee.model.activity.impl | This package contains default implementations
of the interfaces from the bexee.model.activity package. |
bexee.model.elements | This package contains all interfaces representing BPEL elements as specified in the bpel4ws.xsd XML Schema. |
bexee.model.elements.impl | This package contains default implementations
of the interfaces from the bexee.model.elements package. |
bexee.model.expression.impl | This package contains default implementations
of the interfaces from the bexee.model.expression package. |
Uses of BooleanExpression in bexee.model.activity |
Methods in bexee.model.activity that return BooleanExpression | |
BooleanExpression |
Activity.getJoinExpression()
Get the joinExpression of this activity. |
Methods in bexee.model.activity with parameters of type BooleanExpression | |
void |
Activity.setJoinExpression(BooleanExpression joinExpression)
Set the joinExpression of this activity. |
Uses of BooleanExpression in bexee.model.activity.impl |
Methods in bexee.model.activity.impl that return BooleanExpression | |
BooleanExpression |
AbstractActivity.getJoinExpression()
|
Methods in bexee.model.activity.impl with parameters of type BooleanExpression | |
void |
AbstractActivity.setJoinExpression(BooleanExpression joinExpression)
|
Uses of BooleanExpression in bexee.model.elements |
Methods in bexee.model.elements that return BooleanExpression | |
BooleanExpression |
Source.getTransitionCondition()
|
BooleanExpression |
BpelCase.getBooleanExpression()
Get the BooleanExpression associated with this Case. |
Methods in bexee.model.elements with parameters of type BooleanExpression | |
void |
Source.setTransitionCondition(BooleanExpression booleanExpression)
|
void |
BpelCase.setBooleanExpression(BooleanExpression booleanExpression)
Set the BooleanExpression associated with this Case. |
Uses of BooleanExpression in bexee.model.elements.impl |
Methods in bexee.model.elements.impl that return BooleanExpression | |
BooleanExpression |
BpelCaseImpl.getBooleanExpression()
|
Methods in bexee.model.elements.impl with parameters of type BooleanExpression | |
void |
BpelCaseImpl.setBooleanExpression(BooleanExpression booleanExpression)
|
Uses of BooleanExpression in bexee.model.expression.impl |
Classes in bexee.model.expression.impl that implement BooleanExpression | |
class |
BooleanExpressionImpl
A default implementation of the BooleanExpression . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |