Uses of Class
com.yobotics.simulationconstructionset.NameSpace

Packages that use NameSpace
com.yobotics.simulationconstructionset   
 

Uses of NameSpace in com.yobotics.simulationconstructionset
 

Methods in com.yobotics.simulationconstructionset that return NameSpace
static NameSpace NameSpace.createNameSpaceFromAFullVariableName(java.lang.String fullVariableName)
           
 NameSpace YoVariableRegistry.getNameSpace()
           
 NameSpace YoVariable.getNameSpace()
           
 NameSpace NameSpace.stripOffFromBeginning(NameSpace nameSpaceToRemove)
           
 

Methods in com.yobotics.simulationconstructionset with parameters of type NameSpace
 YoVariableRegistry YoVariableRegistry.getOrCreateAndAddRegistry(NameSpace fullNameSpace)
           
 YoVariableRegistry YoVariableRegistry.getRegistry(NameSpace fullNameSpace)
           
 java.util.ArrayList<YoVariable> YoVariableRegistry.getVariables(NameSpace nameSpace)
           
 java.util.ArrayList<YoVariable> YoVariableHolderImplementation.getVariables(NameSpace nameSpace)
           
 java.util.ArrayList<YoVariable> YoVariableHolder.getVariables(NameSpace nameSpace)
          Returns all the YoVariables with the given nameSpace that are in this YoVariableHolder, empty if there are none.
 java.util.ArrayList<YoVariable> SimulationConstructionSet.getVariables(NameSpace nameSpace)
           
 java.util.ArrayList<YoVariable> Simulation.getVariables(NameSpace nameSpace)
           
 java.util.ArrayList<YoVariable> Robot.getVariables(NameSpace nameSpace)
           
 NameSpace NameSpace.stripOffFromBeginning(NameSpace nameSpaceToRemove)