|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VarList in com.yobotics.simulationconstructionset |
---|
Methods in com.yobotics.simulationconstructionset that return VarList | |
---|---|
VarList |
YoVariableRegistry.createVarList()
|
VarList |
Simulation.getCombinedVarList()
|
Methods in com.yobotics.simulationconstructionset that return types with arguments of type VarList | |
---|---|
java.util.ArrayList<VarList> |
Robot.createAllVarLists()
|
java.util.ArrayList<VarList> |
YoVariableRegistry.createVarListsIncludingChildren()
|
Methods in com.yobotics.simulationconstructionset with parameters of type VarList | |
---|---|
void |
VarList.addVariables(VarList list)
|
void |
SimulationConstructionSet.addVarList(VarList newVarList)
Adds all of the YoVariables contained in the specified VarList to the simulation. |
void |
Simulation.addVarList(VarList newVarList)
|
void |
SimulationConstructionSet.addVarLists(VarList[] newVarLists)
Adds all of the YoVariables contained in the provided list of VarLists to the simulation. |
int |
VarList.compareTo(VarList other)
Compares this VarList to the specified object returning > = < as 1 0 -1 respectively. |
int |
DataFileReader.readData(VarList newVars,
YoVariableRegistry rootRegistryToAddNewVariablesTo,
DataBuffer dataBuffer)
|
int |
DataFileReader.readData(VarList newVars,
YoVariableRegistry rootRegistryToAddNewVariablesTo,
DataBuffer dataBuffer,
SimulationConstructionSet sim)
|
int |
DataFileReader.readData(YoDataInputStream dataStream,
VarList newVars,
YoVariableRegistry rootRegistryToAddNewVariablesTo,
DataBuffer dataBuffer,
SimulationConstructionSet sim)
|
void |
DataFileReader.readState(VarList varList)
|
void |
DataFileReader.readState(VarList varList,
boolean createMissingVariables,
YoVariableRegistry registry)
|
Method parameters in com.yobotics.simulationconstructionset with type arguments of type VarList | |
---|---|
void |
SimulationConstructionSet.addVarLists(java.util.ArrayList<VarList> newVarLists)
Adds all of the YoVariables contained in the provided ArrayList of VarLists to the simulation. |
Uses of VarList in com.yobotics.simulationconstructionset.gui |
---|
Methods in com.yobotics.simulationconstructionset.gui with parameters of type VarList | |
---|---|
void |
StandardSimulationGUI.addVarList(VarList list)
|
Uses of VarList in com.yobotics.simulationconstructionset.gui.actions.configActions |
---|
Constructors in com.yobotics.simulationconstructionset.gui.actions.configActions with parameters of type VarList | |
---|---|
EditVarGroupsAction(VarGroupList varGroupList,
VarList allVariables,
javax.swing.JFrame frame)
|
Uses of VarList in com.yobotics.simulationconstructionset.robotcommprotocol |
---|
Methods in com.yobotics.simulationconstructionset.robotcommprotocol that return VarList | |
---|---|
VarList |
GUISideCommandListener.getAllVariables()
|
Methods in com.yobotics.simulationconstructionset.robotcommprotocol with parameters of type VarList | |
---|---|
void |
CreatedNewVariablesListener.createdNewVariables(VarList newVariables)
|
void |
RobotConnectionGUIUpdater.createdNewVariables(VarList newVariables)
|
Uses of VarList in com.yobotics.simulationconstructionset.util.simulationRunner |
---|
Methods in com.yobotics.simulationconstructionset.util.simulationRunner with parameters of type VarList | |
---|---|
static java.util.ArrayList<VariableDifference> |
StateFileComparer.compareVarLists(VarList varListOne,
VarList varListTwo,
double maxDifferenceAllowed,
boolean checkForPercentDifference,
java.util.List<java.lang.String> exceptions)
|
Constructors in com.yobotics.simulationconstructionset.util.simulationRunner with parameters of type VarList | |
---|---|
VariablesThatShouldMatchList(VarList varListOne,
VarList varListTwo,
java.util.List<java.lang.String> exceptions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |