edu.ucla.belief.decision
Class DecisionEvent

Object
  extended by DecisionEvent

public class DecisionEvent
extends Object

Since:
121304
Author:
Keith Cascio

Nested Class Summary
static class DecisionEvent.Type
           
 
Field Summary
static DecisionEvent.Type ASSIGNMENT_CHANGE
           
static DecisionEvent.Type ASSIGNMENTS_DELETED
           
static DecisionEvent.Type DERACINATED
           
 DecisionNode node
           
 DecisionNode parent
           
static DecisionEvent.Type PARENT_INSERTED
           
static DecisionEvent.Type RENAME
           
 DecisionTree tree
           
 DecisionEvent.Type type
           
 
Constructor Summary
DecisionEvent(DecisionNode node, DecisionEvent.Type type)
           
DecisionEvent(DecisionNode node, DecisionNode parent)
           
DecisionEvent(DecisionTree tree, DecisionNode node, DecisionEvent.Type type)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

tree

public DecisionTree tree

node

public DecisionNode node

parent

public DecisionNode parent

type

public DecisionEvent.Type type

ASSIGNMENT_CHANGE

public static final DecisionEvent.Type ASSIGNMENT_CHANGE

PARENT_INSERTED

public static final DecisionEvent.Type PARENT_INSERTED

DERACINATED

public static final DecisionEvent.Type DERACINATED

ASSIGNMENTS_DELETED

public static final DecisionEvent.Type ASSIGNMENTS_DELETED

RENAME

public static final DecisionEvent.Type RENAME
Constructor Detail

DecisionEvent

public DecisionEvent(DecisionNode node,
                     DecisionEvent.Type type)

DecisionEvent

public DecisionEvent(DecisionTree tree,
                     DecisionNode node,
                     DecisionEvent.Type type)

DecisionEvent

public DecisionEvent(DecisionNode node,
                     DecisionNode parent)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright 2010 UCLA Automated Reasoning Group