Class Foundation.Toolbox.TMWStateVariable
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class Foundation.Toolbox.TMWStateVariable

java.lang.Object
   |
   +----Foundation.Toolbox.TMWStateVariable

public class TMWStateVariable
extends Object
The Internal State Variable structure for describing the types, slots, and values of a given variable.
See Also:
TMWValue, TMWParameter, TMWMessage, TMWMessageHandler

Variable Index

 o Comment
 o Name
 o StateValue
 o TType

Constructor Index

 o TMWStateVariable()
 o TMWStateVariable(String, String, String, Vector)

Method Index

 o decode(DataInputStream)
Decode the values of the State Variable from a textual PrintStream.
 o encode(PrintStream)
Encode the values of the State Variable into a textual PrintStream.
 o pprint()
 o pprintValues()

Variables

 o Name
  public String Name
 o Comment
  public String Comment
 o TType
  public String TType
 o StateValue
  public Vector StateValue

Constructors

 o TMWStateVariable
  public TMWStateVariable()
 o TMWStateVariable
  public TMWStateVariable(String Nm,
                          String Cm,
                          String Tp,
                          Vector Sv)

Methods

 o encode
  public void encode(PrintStream strs)
Encode the values of the State Variable into a textual PrintStream.
 o decode
  public void decode(DataInputStream strs) throws IOException
Decode the values of the State Variable from a textual PrintStream.
 o pprintValues
  public void pprintValues()
 o pprint
  public void pprint()

All Packages  Class Hierarchy  This Package  Previous  Next  Index