igpp.util
Class Variable
java.lang.Object
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
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 |
mName
public String mName
- The list of elements in the label
mValue
public String mValue
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
dump
public void dump()
- Prints out a variable.
- Since:
- 1.0
Copyright © 2008-2009 Regents University of California. All Rights Reserved.