Class Job
- java.lang.Object
-
- ai.libs.jaicore.problems.scheduling.Job
-
public class Job extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDueDate()java.lang.StringgetJobID()java.util.List<Operation>getOperations()intgetReleaseDate()intgetWeight()
-
-
-
Method Detail
-
getJobID
public java.lang.String getJobID()
-
getReleaseDate
public int getReleaseDate()
-
getDueDate
public int getDueDate()
-
getWeight
public int getWeight()
-
getOperations
public java.util.List<Operation> getOperations()
-
-