|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JDFJobPhase | |
|---|---|
| org.cip4.jdflib.auto | |
| org.cip4.jdflib.jmf | |
| Uses of JDFJobPhase in org.cip4.jdflib.auto |
|---|
| Methods in org.cip4.jdflib.auto that return JDFJobPhase | |
|---|---|
JDFJobPhase |
JDFAutoQueueEntry.appendJobPhase()
(30) append element JobPhase |
JDFJobPhase |
JDFAutoDeviceInfo.appendJobPhase()
(30) append element JobPhase |
JDFJobPhase |
JDFAutoQueueEntry.getCreateJobPhase(int iSkip)
(26) getCreateJobPhase |
JDFJobPhase |
JDFAutoDeviceInfo.getCreateJobPhase(int iSkip)
(26) getCreateJobPhase |
JDFJobPhase |
JDFAutoQueueEntry.getJobPhase(int iSkip)
(27) const get element JobPhase |
JDFJobPhase |
JDFAutoDeviceInfo.getJobPhase(int iSkip)
(27) const get element JobPhase |
| Methods in org.cip4.jdflib.auto that return types with arguments of type JDFJobPhase | |
|---|---|
Collection<JDFJobPhase> |
JDFAutoQueueEntry.getAllJobPhase()
Get all JobPhase from the current element |
Collection<JDFJobPhase> |
JDFAutoDeviceInfo.getAllJobPhase()
Get all JobPhase from the current element |
| Uses of JDFJobPhase in org.cip4.jdflib.jmf |
|---|
| Methods in org.cip4.jdflib.jmf that return JDFJobPhase | |
|---|---|
JDFJobPhase |
JDFMessage.appendJobPhase()
append element JobPhase |
JDFJobPhase |
JDFDeviceInfo.createJobPhaseFromPhaseTime(JDFPhaseTime pt)
create a JobPhase message from a phaseTime Audit |
JDFJobPhase |
JDFQueueEntry.getCreateJobPhase()
Deprecated. use getCreateJobPhase(n) this is a legacy version |
JDFJobPhase |
JDFMessage.getCreateJobPhase(int iSkip)
get Element JobPhase, create if it doesn't exist |
JDFJobPhase |
JDFQueueEntry.getJobPhase()
Deprecated. use getJobPhase(n) this is a legacy version |
JDFJobPhase |
JDFMessage.getJobPhase(int iSkip)
get iSkip'th JobPhase element |
| Methods in org.cip4.jdflib.jmf with parameters of type JDFJobPhase | |
|---|---|
double |
JDFJobPhase.getAmountDifference(JDFJobPhase lastphase)
return the differential amount produced between this phase and lastphase |
double |
JDFJobPhase.getWasteDifference(JDFJobPhase lastphase)
return the differential waste amount produced between this phase and lastphase |
boolean |
JDFJobPhase.isSamePhase(JDFJobPhase lastphase,
boolean bExact)
returns true if this is the same phase, i.e. the |
boolean |
JDFJobPhase.mergeLastPhase(JDFJobPhase lastphase)
creates a new phasetime that spans lastphase and this phase assume that amounts are correctly handled id starttimes are identical |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||