Uses of Class
jasima.shopSim.core.Operation
-
Packages that use Operation Package Description jasima.shopSim.core -
-
Uses of Operation in jasima.shopSim.core
Fields in jasima.shopSim.core declared as Operation Modifier and Type Field Description OperationBatch. opMethods in jasima.shopSim.core that return Operation Modifier and Type Method Description OperationOperation. clone()protected Operation[]DynamicJobSource. createRoute()OperationBatch. getCurrentOperation()OperationJob. getCurrentOperation()abstract OperationPrioRuleTarget. getCurrentOperation()Operation[]Route. getOperations()Operation[]Batch. getOps()Operation[]Job. getOps()abstract Operation[]PrioRuleTarget. getOps()protected Operation[]DynamicJobSource. getRouteForJob()OperationRoute. operation(int i)Operation[]Route. ops()Methods in jasima.shopSim.core that return types with arguments of type Operation Modifier and Type Method Description List<Operation>Route. operations()Methods in jasima.shopSim.core with parameters of type Operation Modifier and Type Method Description voidRoute. addSequentialOperation(Operation op)voidRoute. setOperations(Operation[] ops)voidJob. setOps(Operation[] ops)
-