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

Packages that use INavNode
net.sf.sail.core.activity.event   
net.sf.sail.core.activity.model   
 

Uses of INavNode in net.sf.sail.core.activity.event
 

Methods in net.sf.sail.core.activity.event that return INavNode
 INavNode NavNodeEvent.getNode()
           
 INavNode NavTransitEvent.getSinkNode()
           
 INavNode NavTransitEvent.getSourceNode()
           
 

Constructors in net.sf.sail.core.activity.event with parameters of type INavNode
NavNodeEvent(INavNode navNode)
           
 

Uses of INavNode in net.sf.sail.core.activity.model
 

Classes in net.sf.sail.core.activity.model that implement INavNode
 class NavNodeSupport
           
 

Fields in net.sf.sail.core.activity.model declared as INavNode
protected  INavNode NavNodeSupport.parentNode
           
protected  INavNode NavTransitSupport.sink
           
protected  INavNode NavTransitSupport.source
           
 

Methods in net.sf.sail.core.activity.model that return INavNode
 INavNode NavTransitSupport.getParentState()
           
 INavNode NavTransitSupport.getRootState()
           
 INavNode INavTransit.getSink()
           
 INavNode NavTransitSupport.getSink()
           
 INavNode INavTransit.getSource()
           
 INavNode NavTransitSupport.getSource()
           
 

Methods in net.sf.sail.core.activity.model with parameters of type INavNode
 void NavTransitSupport.setParentState(INavNode state)
           
 void NavNodeSupport.setParentState(INavNode node)
           
 void NavTransitSupport.setSink(INavNode node)
           
 void NavTransitSupport.setSource(INavNode node)
           
 



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