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 int
getDueDate()
java.lang.String
getJobID()
java.util.List<Operation>
getOperations()
int
getReleaseDate()
int
getWeight()
-
-
-
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()
-
-