Deprecated API


Contents
Deprecated Methods
com.azalient.api.b.parameters.IBehaviour.canPark()
          use canDrive() 
com.azalient.api.b.network.IZone.directArea()
          use directAreas() 
com.azalient.api.b.network.IStand.directArea()
          A stand can now have more than one direct area 
com.azalient.api.b.network.IZone.directArea(IArea)
          use directAreaAdd() 
com.azalient.api.b.plugins.IPluginLoader.enabled(IPluginInfo, boolean)
            
com.azalient.api.b.control.IPhase.expired()
          use elapsed() 
com.azalient.api.b.control.IPhase.expired(double)
          use elapsed() 
com.azalient.api.b.control.IGroup.flash()
          use signalFlashing() 
com.azalient.api.b.network.ILoop.gap()
          use nonOccupancyTime() 
com.azalient.api.draw.OpenGLWindow.idrawing()
          Use OpenGLWindow.drawing() 
com.azalient.api.b.control.IGroup.isSelected()
          use logging 
com.azalient.api.b.control.IGroup.isSelected(boolean)
          use logging 
com.azalient.api.b.parameters.IBehaviour.matchedVehicle()
          true if the (non-taxi) vehicle selected for drive-park must have this behaviour too 
com.azalient.api.b.plugins.IPlugin.moduleDependencies()
          use moduleTypeDependencies() 
com.azalient.api.BasePlugin.moduleDependencies()
            
com.azalient.api.b.network.ILane.nextlane(int)
            
com.azalient.api.b.network.ILane.nextlane(int, int, int)
            
com.azalient.api.b.network.ILoop.occupancy()
          use occupancyTime() 
com.azalient.api.b.network.ILoop.occupancy(double)
          The ratio of occupied time to all time since first event 
com.azalient.api.b.network.ILoop.occupiedTime(double)
          A measure of all time in which the loop was occupied from the first recorded event until now 
com.azalient.api.b.network.ILoop.position()
          use ILoop.location() 
com.azalient.api.b.control.IGroup.priInitial()
          use initialSignal() 
com.azalient.api.b.control.IGroup.priInitial(Signal)
          use initialSignal() 
com.azalient.api.a.IWindow.profileWindow()
            
com.azalient.api.b.parameters.IBehaviour.routeSpreading()
          use driveSpreading() or walkSpreading() 
com.azalient.api.a.IWindow.showLogicalDivisions()
            
com.azalient.api.draw.IViewport.visibleLayer()
          use IViewport.currentAspect() 
com.azalient.api.draw.IViewport.visibleLayer(int)
          use IViewport.currentAspect(int) 
com.azalient.api.draw.IViewport.window()
          Use IViewport.openGLWindow()