public class BR_Action extends Action
Constructor and Description |
---|
BR_Action(State state,
int bowserNewLocation,
int bowserRefuelQty,
int[] machineRefuelQty) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<int[]> |
computeMachineRefuelQtys(BR_State state,
int bowserRefuelingQty,
int minRefuelingQty) |
boolean |
equals(Object action) |
int |
getBowserNewLocation() |
int |
getBowserRefuelQty() |
int[] |
getMachineRefuelQty() |
int |
hashCode() |
String |
toString() |
public BR_Action(State state, int bowserNewLocation, int bowserRefuelQty, int[] machineRefuelQty)
public int getBowserNewLocation()
public int getBowserRefuelQty()
public int[] getMachineRefuelQty()
public static ArrayList<int[]> computeMachineRefuelQtys(BR_State state, int bowserRefuelingQty, int minRefuelingQty)
Copyright © 2017–2018. All rights reserved.