objectgen.activitymodel
Interface IControlFlow

All Known Implementing Classes:
Activity, Alternative

public interface IControlFlow

This interface includes the methods to allow a node to link with another node


Method Summary
 java.lang.String getNext()
          Gets the next node *
 boolean isNext(Activity node)
          Checks if is next
 void setNext(Activity next)
          Sets the next node *
 void setNext(java.lang.String next)
           
 

Method Detail

getNext

public java.lang.String getNext()
Gets the next node *


setNext

public void setNext(Activity next)
Sets the next node *


setNext

public void setNext(java.lang.String next)

isNext

public boolean isNext(Activity node)
Checks if is next