igpp.util
Class Variable

java.lang.Object
  extended by igpp.util.Variable

public class Variable
extends Object

Variable aids in the defnition of ruleset variables.

Since:
1.0
Version:
1.0, 04/21/03
Author:
Todd King, Planetary Data System

Field Summary
 String mName
          The list of elements in the label
 String mValue
           
 
Constructor Summary
Variable(String name, String value)
          Creates an instance of a variable.
 
Method Summary
 void dump()
          Prints out a variable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mName

public String mName
The list of elements in the label


mValue

public String mValue
Constructor Detail

Variable

public Variable(String name,
                String value)
Creates an instance of a variable.

Parameters:
name - the name for the variable.
value - the value for the variable.
Since:
1.0
Method Detail

dump

public void dump()
Prints out a variable.

Since:
1.0


Copyright © 2008-2009 Regents University of California. All Rights Reserved.