bexee.model.elements
Interface Correlation

All Superinterfaces:
AttributeNames, BPELElement
All Known Implementing Classes:
CorrelationImpl

public interface Correlation
extends BPELElement

Representation of the Correlation BPEL element.

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

Field Summary
 
Fields inherited from interface bexee.model.AttributeNames
ABSTRACT_PROCESS, CONDITION, CREATE_INSTANCE, ELEMENT, ENABLE_INSTANCE_COMPESATION, ENDPOINT_REFERENCE, EXPRESSION, EXPRESSION_LANGUAGE, FAULT_NAME, INITIATE, INPUT_VARIABLE, JOIN_CONDITION, MESSAGE_TYPE, MY_ROLE, NAME, OPAQUE, OPERATION, OUTPUT_VARIABLE, PART, PARTNER_LINK, PARTNER_LINK_TYPE, PARTNER_ROLE, PATTERN, PORT_TYPE, PROPERTY, QUERY_LANGUAGE, SET, SUPPRESS_JOIN_FAILURE, TARGET_NAMESPACE, TYPE, VARIABLE, XMLNS
 
Method Summary
 CorrelationPattern getPattern()
           
 java.lang.String getSet()
           
 boolean isInitiate()
           
 void setInitiate(boolean initiate)
           
 void setPattern(CorrelationPattern pattern)
           
 void setSet(java.lang.String set)
           
 
Methods inherited from interface bexee.model.BPELElement
accept, accept
 

Method Detail

setSet

public void setSet(java.lang.String set)

getSet

public java.lang.String getSet()

setInitiate

public void setInitiate(boolean initiate)

isInitiate

public boolean isInitiate()

setPattern

public void setPattern(CorrelationPattern pattern)

getPattern

public CorrelationPattern getPattern()


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