public class CoachShuttleGatheringSolution extends AbstractPersistable
Modifier and Type | Field and Description |
---|---|
protected List<Coach> |
coachList |
protected BusHub |
hub |
protected List<RoadLocation> |
locationList |
protected String |
name |
protected org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore |
score |
protected List<Shuttle> |
shuttleList |
protected List<BusStop> |
stopList |
id
Constructor and Description |
---|
CoachShuttleGatheringSolution() |
Modifier and Type | Method and Description |
---|---|
List<Bus> |
getBusList() |
List<Coach> |
getCoachList() |
BusHub |
getHub() |
List<BusHub> |
getHubRange() |
List<RoadLocation> |
getLocationList() |
String |
getName() |
org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore |
getScore() |
List<Shuttle> |
getShuttleList() |
List<BusStop> |
getStopList() |
void |
setCoachList(List<Coach> coachList) |
void |
setHub(BusHub hub) |
void |
setLocationList(List<RoadLocation> locationList) |
void |
setName(String name) |
void |
setScore(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score) |
void |
setShuttleList(List<Shuttle> shuttleList) |
void |
setStopList(List<BusStop> stopList) |
getId, setId, toString
protected String name
protected List<RoadLocation> locationList
protected BusHub hub
@XStreamConverter(value=org.optaplanner.persistence.xstream.api.score.buildin.hardsoftlong.HardSoftLongScoreXStreamConverter.class) protected org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score
public String getName()
public void setName(String name)
public List<RoadLocation> getLocationList()
public void setLocationList(List<RoadLocation> locationList)
public BusHub getHub()
public void setHub(BusHub hub)
public org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore getScore()
public void setScore(org.optaplanner.core.api.score.buildin.hardsoftlong.HardSoftLongScore score)
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.