OptaPlanner distribution 6.0.0.CR3

Uses of Class
org.optaplanner.examples.examination.domain.RoomPenaltyType

Packages that use RoomPenaltyType
org.optaplanner.examples.examination.domain   
 

Uses of RoomPenaltyType in org.optaplanner.examples.examination.domain
 

Methods in org.optaplanner.examples.examination.domain that return RoomPenaltyType
 RoomPenaltyType RoomPenalty.getRoomPenaltyType()
           
static RoomPenaltyType RoomPenaltyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RoomPenaltyType[] RoomPenaltyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.optaplanner.examples.examination.domain with parameters of type RoomPenaltyType
 void RoomPenalty.setRoomPenaltyType(RoomPenaltyType roomPenaltyType)
           
 


OptaPlanner distribution 6.0.0.CR3

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