Package org.cip4.jdflib.goldenticket
Class WideFormatGoldenTicket
- java.lang.Object
-
- org.cip4.jdflib.goldenticket.BaseGoldenTicket
-
- org.cip4.jdflib.goldenticket.MISGoldenTicket
-
- org.cip4.jdflib.goldenticket.WideFormatGoldenTicket
-
public class WideFormatGoldenTicket extends MISGoldenTicket
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.goldenticket.MISGoldenTicket
bUsageCounter, duration, grayBox, jmfICSLevel, misICSLevel, preStart, scheduleDuration, scheduleHours
-
Fields inherited from class org.cip4.jdflib.goldenticket.BaseGoldenTicket
amountLinks, baseICSLevel, bExpandGrayBox, bPartitionedPlateMedia, category, catMap, cols, colsActual, deviceURL, devID, getNIFromParent, good, icsLevel, m_pdfFile, misURL, nCols, paperMedia, paperProductID, partIDKeys, partsAtOnce, partsForAvailable, plateReduction, returnURL, theExpandedNode, theNode, theParentNode, theParentProduct, thePreviousNode, theStatusCounter, theVersion, vParts, waste, workStyle
-
-
Constructor Summary
Constructors Constructor Description WideFormatGoldenTicket(int _icsLevel)create a BaseGoldenTicketWideFormatGoldenTicket(int _icsLevel, JDFElement.EnumVersion version)create a BaseGoldenTicketWideFormatGoldenTicket(MISGoldenTicket parent)create a BaseGoldenTicketWideFormatGoldenTicket(WideFormatGoldenTicket previous, VJDFAttributeMap _vparts)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(VJDFAttributeMap parts, boolean outputAvailable, boolean bFirst)simulate execution of this node the internal node will be modified to reflect the executionprotected voidfillCatMaps()protected VStringgetCols()voidinit()initializes this node to a given ICS versionprotected JDFRunListinitDocumentRunList()protected voidinitInk()protected voidinitJDF()protected JDFComponentinitOutputComponent()protected JDFMediainitPaperMedia()-
Methods inherited from class org.cip4.jdflib.goldenticket.MISGoldenTicket
addAmountLink, assign, getICSVersions, initCustomerInfo, initDevice, initNodeInfo, initUsageCounter, setGrayBox
-
Methods inherited from class org.cip4.jdflib.goldenticket.BaseGoldenTicket
addJDFNode, addKid, addSheet, createSheetMap, executeAll, finalizeProcess, getCategory, getDeviceURL, getExpandedNode, getMisURL, getNCols, getNode, getNodeLinks, getReducedMap, getStatusCounter, getTypes, initAuditPool, initColorantControl, initColorPool, initPlateMedia, initPlateXM, makeReady, makeReadyAll, runphases, runSinglePhase, schedule, setActivePart, setCategory, setDeviceURL, setMisURL, setParent, setParent, setPreviousNode, setVersion, toString, write2File
-
-
-
-
Constructor Detail
-
WideFormatGoldenTicket
public WideFormatGoldenTicket(WideFormatGoldenTicket previous, VJDFAttributeMap _vparts)
- Parameters:
previous-_vparts-
-
WideFormatGoldenTicket
public WideFormatGoldenTicket(MISGoldenTicket parent)
create a BaseGoldenTicket- Parameters:
parent-
-
WideFormatGoldenTicket
public WideFormatGoldenTicket(int _icsLevel)
create a BaseGoldenTicket- Parameters:
_icsLevel- the level to init to (1,2 or 3)
-
WideFormatGoldenTicket
public WideFormatGoldenTicket(int _icsLevel, JDFElement.EnumVersion version)create a BaseGoldenTicket- Parameters:
_icsLevel- the level to init to (1,2 or 3)version-
-
-
Method Detail
-
fillCatMaps
protected void fillCatMaps()
- Overrides:
fillCatMapsin classBaseGoldenTicket
-
init
public void init()
initializes this node to a given ICS version- Overrides:
initin classMISGoldenTicket
-
initInk
protected void initInk()
-
execute
public void execute(VJDFAttributeMap parts, boolean outputAvailable, boolean bFirst)
simulate execution of this node the internal node will be modified to reflect the execution- Overrides:
executein classMISGoldenTicket
-
initDocumentRunList
protected JDFRunList initDocumentRunList()
- Overrides:
initDocumentRunListin classBaseGoldenTicket- Returns:
- See Also:
BaseGoldenTicket.initDocumentRunList()
-
initPaperMedia
protected JDFMedia initPaperMedia()
- Overrides:
initPaperMediain classBaseGoldenTicket- Returns:
- See Also:
BaseGoldenTicket.initPaperMedia()
-
initJDF
protected void initJDF()
- Overrides:
initJDFin classMISGoldenTicket- See Also:
MISGoldenTicket.initJDF()
-
initOutputComponent
protected JDFComponent initOutputComponent()
- Overrides:
initOutputComponentin classBaseGoldenTicket- Returns:
-
getCols
protected VString getCols()
- Overrides:
getColsin classBaseGoldenTicket- Returns:
-
-