OptaPlanner distribution 6.1.0.Final

Uses of Class
org.optaplanner.examples.dinnerparty.domain.SeatDesignation

Packages that use SeatDesignation
org.optaplanner.examples.dinnerparty.domain   
 

Uses of SeatDesignation in org.optaplanner.examples.dinnerparty.domain
 

Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type SeatDesignation
 List<SeatDesignation> DinnerParty.getSeatDesignationList()
           
 

Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type SeatDesignation
 boolean SeatDesignation.isNeighborOf(SeatDesignation otherSeatDesignation)
           
 boolean SeatDesignation.isRightOf(SeatDesignation leftSeatDesignation)
           
 

Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type SeatDesignation
 void DinnerParty.setSeatDesignationList(List<SeatDesignation> seatDesignationList)
           
 


OptaPlanner distribution 6.1.0.Final

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.