|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.execution.util.VariableGroup
public class VariableGroup
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 |
|---|
public VariableGroup()
| Method Detail |
|---|
public int getID()
public void setID(int id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String desc)
public Variable[] getVariables()
public void setVariables(Variable[] vars)
public VariableGroup[] getSubGroups()
public void setSubGroups(VariableGroup[] subgroups)
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||