zeus.actors.graphs
Class Sv

java.lang.Object
  extended byzeus.actors.rtn.Node
      extended byzeus.actors.graphs.Sv

public class Sv
extends Node


Field Summary
private  java.util.Vector previous_external
           
private  java.util.Vector previous_goals
           
private  java.util.Vector previous_selection
           
 
Fields inherited from class zeus.actors.rtn.Node
arcs, context, current_arc, description, DONE, FAIL, FAILED, graph, input, msg_wait_key, nodes, NOT_READY, OK, OK_WAIT, output, parents, parents_of_next_node, previous_node, READY, RUNNING, state, timeout, WAIT, WAITING
 
Constructor Summary
Sv()
           
 
Method Summary
protected  BindResults bind(java.util.Vector goals, java.util.Vector input)
           
protected  int exec()
           
protected  void reset()
           
protected  java.util.Vector sortFeasible(java.lang.String gid, java.util.Vector input)
           
 
Methods inherited from class zeus.actors.rtn.Node
continue_exec, createGraph, createObject, exec_arc, finaliser, finalize, finals, getDesc, getDescription, getGraph, getMsgWaitKey, getOutput, getParents, getPrevious, getState, getTimeout, timeOut, toString
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

previous_external

private java.util.Vector previous_external

previous_goals

private java.util.Vector previous_goals

previous_selection

private java.util.Vector previous_selection
Constructor Detail

Sv

public Sv()
Method Detail

exec

protected int exec()
Overrides:
exec in class Node

reset

protected void reset()
Overrides:
reset in class Node

bind

protected BindResults bind(java.util.Vector goals,
                           java.util.Vector input)

sortFeasible

protected java.util.Vector sortFeasible(java.lang.String gid,
                                        java.util.Vector input)


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.