com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.process.gateway
Interface ISequenceFlowBean

All Superinterfaces:
IBaseElementBean, IBPMNElementBean, IFlowElementBean, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.interchange.api.IModelElement, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension, com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension

public interface ISequenceFlowBean
extends IFlowElementBean


Method Summary
 IExpressionBean getExpression()
           
 IFlowElementBean getSourceNode()
           
 IFlowElementBean getTargetNode()
           
 void setExpression(IExpressionBean arg0)
           
 void setSourceNode(IFlowElementBean arg0)
           
 void setTargetNode(IFlowElementBean arg0)
           
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.common.IFlowElementBean
getName, getProcess, setName, setProcess
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBaseElementBean
getId, getNSDeclaration
 
Methods inherited from interface com.ebmwebsourcing.petalsbpm.business.domain.bpmn2.to.api.standard.foundation.IBPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithAttributeExtension
addAttributeExtension, getAttributeExtension, getAttributeExtensions, removeAttributeExtension, setAttributeExtensions
 
Methods inherited from interface com.ebmwebsourcing.geasytools.diagrameditor.domain.diagramdefinition.extension.client.WithObjectExtension
addObjectExtension, getObjectExtensions, removeObjectExtension, setObjectExtensions
 

Method Detail

getSourceNode

IFlowElementBean getSourceNode()

setSourceNode

void setSourceNode(IFlowElementBean arg0)

getTargetNode

IFlowElementBean getTargetNode()

setTargetNode

void setTargetNode(IFlowElementBean arg0)

getExpression

IExpressionBean getExpression()

setExpression

void setExpression(IExpressionBean arg0)


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.