TPTP 4.6.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.execution.util
Class VariableGroup

java.lang.Object
  extended by org.eclipse.tptp.platform.execution.util.VariableGroup

public class VariableGroup
extends java.lang.Object

Variable Group interface (Represents the group of variables exposed by the Agent)


Constructor Summary
VariableGroup()
          Constructor
 
Method Summary
 java.lang.String getDescription()
          Retrieve the description of this variable group.
 int getID()
          Retrieve the ID of this variable group.
 java.lang.String getName()
          Retrieve the name of this variable group.
 VariableGroup[] getSubGroups()
          Retrieve the sub groups of the variable group
 Variable[] getVariables()
          Retrive the Variables in the group
 void setDescription(java.lang.String desc)
          Set the description of this variable group.
 void setID(int id)
          Set the ID of this variable group.
 void setName(java.lang.String name)
          Retrieve the name of this variable group.
 void setSubGroups(VariableGroup[] subgroups)
          Retrieve the sub groups of the variable group
 void setVariables(Variable[] vars)
          Set the Variables in the group
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableGroup

public VariableGroup()
Constructor

Method Detail

getID

public int getID()
Retrieve the ID of this variable group.


setID

public void setID(int id)
Set the ID of this variable group.


getName

public java.lang.String getName()
Retrieve the name of this variable group.


setName

public void setName(java.lang.String name)
Retrieve the name of this variable group.


getDescription

public java.lang.String getDescription()
Retrieve the description of this variable group.


setDescription

public void setDescription(java.lang.String desc)
Set the description of this variable group.


getVariables

public Variable[] getVariables()
Retrive the Variables in the group


setVariables

public void setVariables(Variable[] vars)
Set the Variables in the group


getSubGroups

public VariableGroup[] getSubGroups()
Retrieve the sub groups of the variable group


setSubGroups

public void setSubGroups(VariableGroup[] subgroups)
Retrieve the sub groups of the variable group


TPTP 4.6.0 Platform Project
Public API Specification