bexee.model.elements
Interface BpelCase

All Known Implementing Classes:
BpelCaseImpl

public interface BpelCase

This interface is used to represent a case element within the Switch activity.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:09 $
Author:
Patric Fornasier, Pawel Kowalski

Method Summary
 BooleanExpression getBooleanExpression()
          Get the BooleanExpression associated with this Case.
 Activity getCaseActivity()
          Get the Activity associated with this Case.
 void setBooleanExpression(BooleanExpression booleanExpression)
          Set the BooleanExpression associated with this Case.
 void setCaseActivity(Activity activity)
          Set the Activity associated with this Case.
 

Method Detail

setBooleanExpression

public void setBooleanExpression(BooleanExpression booleanExpression)
Set the BooleanExpression associated with this Case.

Parameters:
booleanExpression -

getBooleanExpression

public BooleanExpression getBooleanExpression()
Get the BooleanExpression associated with this Case.

Returns:
a BooleanExpression

setCaseActivity

public void setCaseActivity(Activity activity)
Set the Activity associated with this Case.

Parameters:
activity -

getCaseActivity

public Activity getCaseActivity()
Get the Activity associated with this Case.

Returns:


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.