Uses of Class
jasima.shopSim.core.Route
-
Packages that use Route Package Description jasima.shopSim.core -
-
Uses of Route in jasima.shopSim.core
Fields in jasima.shopSim.core declared as Route Modifier and Type Field Description Route[]Shop. routesMethods in jasima.shopSim.core that return Route Modifier and Type Method Description RouteDynamicJobSource. getRoute()RouteJob. getRoute()Route[]Shop. getRoutes()Returns the routes added to this job shop.Methods in jasima.shopSim.core with parameters of type Route Modifier and Type Method Description voidShop. addRoute(Route r)voidShop. removeRoute(Route r)voidDynamicJobSource. setRoute(Route route)voidJob. setRoute(Route route)Sets theRoutethis object is following.voidShop. setRoutes(Route[] routes)Sets the routes available for this job shop.
-