Package org.cip4.jdflib.goldenticket
Class PackagingGoldenTicket
- java.lang.Object
-
- org.cip4.jdflib.goldenticket.BaseGoldenTicket
-
- org.cip4.jdflib.goldenticket.MISGoldenTicket
-
- org.cip4.jdflib.goldenticket.PackagingGoldenTicket
-
public class PackagingGoldenTicket extends MISGoldenTicket
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringshapeFilefilename for shapedefs-
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 PackagingGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)create a BaseGoldenTicket
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDieLayoutProduction()voidcreateShapeDefProduction()voidinit()initializes this node to a given ICS version-
Methods inherited from class org.cip4.jdflib.goldenticket.MISGoldenTicket
addAmountLink, assign, execute, getICSVersions, initCustomerInfo, initDevice, initJDF, initNodeInfo, initUsageCounter, setGrayBox
-
Methods inherited from class org.cip4.jdflib.goldenticket.BaseGoldenTicket
addJDFNode, addKid, addSheet, createSheetMap, executeAll, fillCatMaps, finalizeProcess, getCategory, getCols, getDeviceURL, getExpandedNode, getMisURL, getNCols, getNode, getNodeLinks, getReducedMap, getStatusCounter, getTypes, initAuditPool, initColorantControl, initColorPool, initDocumentRunList, initOutputComponent, initPaperMedia, initPlateMedia, initPlateXM, makeReady, makeReadyAll, runphases, runSinglePhase, schedule, setActivePart, setCategory, setDeviceURL, setMisURL, setParent, setParent, setPreviousNode, setVersion, toString, write2File
-
-
-
-
Constructor Detail
-
PackagingGoldenTicket
public PackagingGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)create a BaseGoldenTicket- Parameters:
_icsLevel- the level to init to (1,2 or 3)jdfVersion- the version to generate a golden ticket for_jmfLevel- level of jmf ICS to support_misLevel- level of MIS ICS to supportvPartMap- list of parts to process
-
-
Method Detail
-
init
public void init()
initializes this node to a given ICS version- Overrides:
initin classMISGoldenTicket
-
createDieLayoutProduction
public void createDieLayoutProduction()
-
createShapeDefProduction
public void createShapeDefProduction()
-
-