Uses of Class
br.edu.fei.dcc.raciocinioespacial.simulador.util.SentidoVehicle

Packages that use SentidoVehicle
br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements   
br.edu.fei.dcc.raciocinioespacial.simulador.entidades   
br.edu.fei.dcc.raciocinioespacial.simulador.util   
 

Uses of SentidoVehicle in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements that return SentidoVehicle
 SentidoVehicle Vehicle2DShape.getSentido()
          Returns the actual direction set for the car
 

Methods in br.edu.fei.dcc.raciocinioespacial.editor.shapes.elements with parameters of type SentidoVehicle
 void Vehicle2DShape.setSentido(SentidoVehicle direction)
          Set an direction for the car
 

Uses of SentidoVehicle in br.edu.fei.dcc.raciocinioespacial.simulador.entidades
 

Methods in br.edu.fei.dcc.raciocinioespacial.simulador.entidades that return SentidoVehicle
 SentidoVehicle Pedestrian2D.getSentido()
           
 

Methods in br.edu.fei.dcc.raciocinioespacial.simulador.entidades with parameters of type SentidoVehicle
 void Pedestrian2D.setSentido(SentidoVehicle direction)
           
 

Uses of SentidoVehicle in br.edu.fei.dcc.raciocinioespacial.simulador.util
 

Methods in br.edu.fei.dcc.raciocinioespacial.simulador.util that return SentidoVehicle
static SentidoVehicle SentidoVehicle.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SentidoVehicle[] SentidoVehicle.values()
          Returns an array containing the constants of this enum type, in the order they are declared.