com.azalient.api.b.network
Interface ISurface

All Known Subinterfaces:
IIntersection, ILane

public interface ISurface

A surface is the base interface for lanes and intersections - surfaces where vehicles can move


Method Summary
 void add(IMotor motor, boolean setLaneRange)
          Not recommended for use in API @CommuterInternal
 String name()
          The name of the surface
 void remove(IMotor motor)
          Not recommended for use in API @CommuterInternal
 boolean selected()
          REturns true if selected in GUI
 

Method Detail

name

String name()
The name of the surface


add

void add(IMotor motor,
         boolean setLaneRange)
Not recommended for use in API @CommuterInternal


remove

void remove(IMotor motor)
Not recommended for use in API @CommuterInternal


selected

boolean selected()
REturns true if selected in GUI