Class OpenShopMachineSelectionState
- java.lang.Object
-
- ai.libs.jaicore.search.exampleproblems.openshop.OpenShopState
-
- ai.libs.jaicore.search.exampleproblems.openshop.OpenShopMachineSelectionState
-
public class OpenShopMachineSelectionState extends OpenShopState
-
-
Constructor Summary
Constructors Constructor Description OpenShopMachineSelectionState(ai.libs.jaicore.problems.scheduling.JobSchedulingProblemInput problem, OpenShopOperationSelectionState parent, ai.libs.jaicore.problems.scheduling.Operation operationSelectedInParent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)ai.libs.jaicore.problems.scheduling.OperationgetOperationSelectedInParent()OpenShopOperationSelectionStategetParent()java.util.List<ai.libs.jaicore.basic.sets.Pair<ai.libs.jaicore.problems.scheduling.Operation,ai.libs.jaicore.problems.scheduling.Machine>>getPartialAssignment()inthashCode()java.lang.StringtoString()-
Methods inherited from class ai.libs.jaicore.search.exampleproblems.openshop.OpenShopState
getSchedule
-
-
-
-
Constructor Detail
-
OpenShopMachineSelectionState
public OpenShopMachineSelectionState(ai.libs.jaicore.problems.scheduling.JobSchedulingProblemInput problem, OpenShopOperationSelectionState parent, ai.libs.jaicore.problems.scheduling.Operation operationSelectedInParent)
-
-
Method Detail
-
getParent
public OpenShopOperationSelectionState getParent()
-
getOperationSelectedInParent
public ai.libs.jaicore.problems.scheduling.Operation getOperationSelectedInParent()
-
getPartialAssignment
public java.util.List<ai.libs.jaicore.basic.sets.Pair<ai.libs.jaicore.problems.scheduling.Operation,ai.libs.jaicore.problems.scheduling.Machine>> getPartialAssignment()
- Specified by:
getPartialAssignmentin classOpenShopState
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-