Uses of Interface
org.apache.agila.model.Node

Packages that use Node
org.apache.agila.example   
org.apache.agila.impl Holds platform specific implementations 
org.apache.agila.model   
org.apache.agila.model.node   
org.apache.agila.util   
 

Uses of Node in org.apache.agila.example
 

Classes in org.apache.agila.example that implement Node
 class LeaveApplicationTask
          Task to get data from user about their leave.
 class LeaveApprovalTask
           
 

Uses of Node in org.apache.agila.impl
 

Methods in org.apache.agila.impl that return Node
 Node ConnectionImpl.getChildNode()
           
 Node BusinessProcessImpl.getNode(NodeID nodeId)
           
 Node ConnectionImpl.getParentNode()
           
 Node BusinessProcessImpl.getRoot()
           
 

Methods in org.apache.agila.impl with parameters of type Node
 void BusinessProcessImpl.addNode(Node n)
           
 void BusinessProcessImpl.registerNode(Node n)
           
 void ConnectionImpl.setChildNode(Node n)
           
 void ConnectionImpl.setParentNode(Node n)
           
 void BusinessProcessImpl.setRoot(Node node)
           
 

Constructors in org.apache.agila.impl with parameters of type Node
NodeContextImpl(Node node, Instance instance, TimerService timer, TaskService task, NotificationService notificationService)
           
 

Uses of Node in org.apache.agila.model
 

Methods in org.apache.agila.model that return Node
 Node Connection.getChildNode()
          Get the child node for this connection.
 Node BusinessProcess.getNode(NodeID nodeId)
          Returns a given node, by ID, from the graph
 Node Connection.getParentNode()
          Get the parent node for this connection.
 Node BusinessProcess.getRoot()
          Returns the node designated as the 'start' node of the graph
 

Methods in org.apache.agila.model with parameters of type Node
 void Connection.setChildNode(Node n)
          Set the child node for this connection.
 void Connection.setParentNode(Node n)
          Set the parent node for this connection.
 

Uses of Node in org.apache.agila.model.node
 

Classes in org.apache.agila.model.node that implement Node
 class AndJoinNode
          Bad hack :) Will be replacing with something else, probably the rendezvous package.
 class BaseNodeImpl
          Base implementation of a node in the graph
 class DelayNode
          Simple example of a node that delays.
 class ForkNode
          Simple example of a node that forks
 class HelloWorldActivity
          Simple node that puts 'hello world' to console *
 class SimpleDecision
          (c) 2004 Gluecode Software Inc.
 class StartNode
          Simple start node implementation.
 class StopNode
          Stop node - just notes stopping to console
 class TestNotification
           
 class TestTaskNode
          Simple demo of a node that assigns a task and waits for completion
 

Uses of Node in org.apache.agila.util
 

Methods in org.apache.agila.util with parameters of type Node
protected static void XMLUtil.setProperty(Node node, java.lang.String name, java.lang.String value)
          Sets the JavaBean property on the given node from the given name and value
 



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.