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

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

public class SourceImpl
extends java.lang.Object
implements Source

Author:
Gael Lalire
See Also:
Serialized Form

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

Constructor Detail

SourceImpl

public SourceImpl(Source src)
Method Detail

getLinkName

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

getTransitionConditionBooleanExpression

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

getTransitionConditionExpressionLanguage

public java.lang.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 © 2009 OW2 Consortium. All Rights Reserved.