org.ow2.orchestra.facade.def.impl
Class SourceImpl

java.lang.Object
  extended by org.ow2.orchestra.facade.def.impl.SourceImpl
All Implemented Interfaces:
Serializable, CopyAble<Source>, Source

public class SourceImpl
extends Object
implements Source

Author:
Gael Lalire
See Also:
Serialized Form

Constructor Summary
protected SourceImpl()
           
  SourceImpl(Source src)
           
 
Method Summary
 Source copy()
           
 String getLinkName()
           
 String getTransitionConditionBooleanExpression()
           
 String getTransitionConditionExpressionLanguage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceImpl

protected SourceImpl()

SourceImpl

public SourceImpl(Source src)
Method Detail

getLinkName

public String getLinkName()
Specified by:
getLinkName in interface Source
Returns:
the name of the link

getTransitionConditionBooleanExpression

public String getTransitionConditionBooleanExpression()
Specified by:
getTransitionConditionBooleanExpression in interface Source
Returns:
the expression of transition

getTransitionConditionExpressionLanguage

public String getTransitionConditionExpressionLanguage()
Specified by:
getTransitionConditionExpressionLanguage in interface Source
Returns:
the expression language of the transition

copy

public Source copy()
Specified by:
copy in interface CopyAble<Source>


Copyright © 2011 OW2 Consortium. All Rights Reserved.