public class BRF_StateDescriptor extends StateDescriptor
period
Constructor and Description |
---|
BRF_StateDescriptor(int period,
int bowserTankLevel,
int bowserLocation,
int[] machineTankLevel,
int[] machineLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object state) |
int |
getBowserLocation() |
int |
getBowserTankLevel() |
int[] |
getMachineLocation() |
int[] |
getMachineTankLevel() |
int |
hashCode() |
String |
toString() |
getPeriod
public BRF_StateDescriptor(int period, int bowserTankLevel, int bowserLocation, int[] machineTankLevel, int[] machineLocation)
public int getBowserTankLevel()
public int getBowserLocation()
public int[] getMachineTankLevel()
public int[] getMachineLocation()
public boolean equals(Object state)
equals
in class StateDescriptor
public int hashCode()
hashCode
in class StateDescriptor
Copyright © 2017–2018. All rights reserved.