| Package | Description |
|---|---|
| org.cip4.jdflib.auto | |
| org.cip4.jdflib.jmf |
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Collection<JDFJobPhase> |
JDFAutoQueueEntry.getAllJobPhase()
Get all JobPhase from the current element
|
Collection<JDFJobPhase> |
JDFAutoDeviceInfo.getAllJobPhase()
Get all JobPhase from the current element
|
| Modifier and Type | Method and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 |
Copyright © 2015. All rights reserved.