net.sf.sail.core.activity.model
Interface INavNode

All Superinterfaces:
INavElement
All Known Implementing Classes:
NavNodeSupport

public interface INavNode
extends INavElement


Method Summary
 void call()
           
 void enter()
           
 void exit()
           
 void reply()
           
 java.util.Iterator transitions()
           
 
Methods inherited from interface net.sf.sail.core.activity.model.INavElement
close, getParentElement, getRootElement, initialize, setParentElement
 

Method Detail

transitions

java.util.Iterator transitions()

enter

void enter()

exit

void exit()

call

void call()

reply

void reply()


Copyright © 2004-2008 TELS Center. All Rights Reserved.