JTP API Documentation

jtp.frame.vc
Class Goal

java.lang.Object
  |
  +--jtp.frame.vc.Goal
All Implemented Interfaces:
Serializable

public class Goal
extends Object
implements Serializable

Goal.java Created: Sun Oct 29 00:50:05 2000

See Also:
Serialized Form

Constructor Summary
Goal(ValueCollection vc, Object value)
           
 
Method Summary
 Object getValue()
           
 ValueCollection getValueCollection()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Goal

public Goal(ValueCollection vc,
            Object value)
Method Detail

getValueCollection

public ValueCollection getValueCollection()

getValue

public Object getValue()

toString

public String toString()
Overrides:
toString in class Object

JTP API Documentation