Package org.cip4.jdflib.goldenticket
Class MISFinGoldenTicket
- java.lang.Object
-
- org.cip4.jdflib.goldenticket.BaseGoldenTicket
-
- org.cip4.jdflib.goldenticket.MISGoldenTicket
-
- org.cip4.jdflib.goldenticket.MISFinGoldenTicket
-
public class MISFinGoldenTicket extends MISGoldenTicket
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringfoldCatalogstatic java.lang.StringMISFINstatic java.lang.StringMISFIN_BOXMAKINGMIS FIN GB Typestatic java.lang.StringMISFIN_HARDCOVERFINMIS FIN GB Typestatic java.lang.StringMISFIN_INSERTFINMIS FIN GB Typestatic java.lang.StringMISFIN_SHEETFINstatic java.lang.StringMISFIN_SOFTCOVERFINMIS FIN GB Typestatic java.lang.StringMISFIN_STITCHFINMIS FIN GB Type-
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 MISFinGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)create a BaseGoldenTicketMISFinGoldenTicket(MISFinGoldenTicket parent)create a BaseGoldenTicket
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidassign(JDFNode node)assign a node to this golden ticket instanceprotected voidfillCatMaps()VStringgetICSVersions()voidinit()initializes this node to a given ICS versionprotected JDFComponentinitInputComponent()protected JDFComponentinitOutputComponent()protected voidrunphases(int pgood, int pwaste, boolean bOutAvail, boolean bFirst)voidsetActivePart(VJDFAttributeMap vp, boolean bFirst)-
Methods inherited from class org.cip4.jdflib.goldenticket.MISGoldenTicket
addAmountLink, execute, initCustomerInfo, initDevice, initJDF, initNodeInfo, initUsageCounter, setGrayBox
-
Methods inherited from class org.cip4.jdflib.goldenticket.BaseGoldenTicket
addJDFNode, addKid, addSheet, createSheetMap, executeAll, finalizeProcess, getCategory, getCols, getDeviceURL, getExpandedNode, getMisURL, getNCols, getNode, getNodeLinks, getReducedMap, getStatusCounter, getTypes, initAuditPool, initColorantControl, initColorPool, initDocumentRunList, initPaperMedia, initPlateMedia, initPlateXM, makeReady, makeReadyAll, runSinglePhase, schedule, setCategory, setDeviceURL, setMisURL, setParent, setParent, setPreviousNode, setVersion, toString, write2File
-
-
-
-
Field Detail
-
MISFIN
public static final java.lang.String MISFIN
- See Also:
- Constant Field Values
-
MISFIN_SHEETFIN
public static final java.lang.String MISFIN_SHEETFIN
- See Also:
- Constant Field Values
-
MISFIN_BOXMAKING
public static final java.lang.String MISFIN_BOXMAKING
MIS FIN GB Type- See Also:
- Constant Field Values
-
MISFIN_INSERTFIN
public static final java.lang.String MISFIN_INSERTFIN
MIS FIN GB Type- See Also:
- Constant Field Values
-
MISFIN_STITCHFIN
public static final java.lang.String MISFIN_STITCHFIN
MIS FIN GB Type- See Also:
- Constant Field Values
-
MISFIN_SOFTCOVERFIN
public static final java.lang.String MISFIN_SOFTCOVERFIN
MIS FIN GB Type- See Also:
- Constant Field Values
-
MISFIN_HARDCOVERFIN
public static final java.lang.String MISFIN_HARDCOVERFIN
MIS FIN GB Type- See Also:
- Constant Field Values
-
foldCatalog
public java.lang.String foldCatalog
-
-
Constructor Detail
-
MISFinGoldenTicket
public MISFinGoldenTicket(int _icsLevel, JDFElement.EnumVersion jdfVersion, int _jmfLevel, int _misLevel, VJDFAttributeMap vPartMap)create a BaseGoldenTicket- Parameters:
_icsLevel-jdfVersion-_jmfLevel-_misLevel-vPartMap-
-
MISFinGoldenTicket
public MISFinGoldenTicket(MISFinGoldenTicket parent)
create a BaseGoldenTicket- Parameters:
parent- the previous node, may be null
-
-
Method Detail
-
fillCatMaps
protected void fillCatMaps()
- Overrides:
fillCatMapsin classBaseGoldenTicket
-
init
public void init()
initializes this node to a given ICS version- Overrides:
initin classMISGoldenTicket
-
getICSVersions
public VString getICSVersions()
- Overrides:
getICSVersionsin classMISGoldenTicket- Returns:
- the ics versions
- See Also:
BaseGoldenTicket.getICSVersions()
-
setActivePart
public void setActivePart(VJDFAttributeMap vp, boolean bFirst)
- Overrides:
setActivePartin classBaseGoldenTicket- See Also:
BaseGoldenTicket.setActivePart(org.cip4.jdflib.datatypes.VJDFAttributeMap, boolean)
-
initOutputComponent
protected JDFComponent initOutputComponent()
- Overrides:
initOutputComponentin classBaseGoldenTicket- Returns:
-
initInputComponent
protected JDFComponent initInputComponent()
- Returns:
-
runphases
protected void runphases(int pgood, int pwaste, boolean bOutAvail, boolean bFirst)- Overrides:
runphasesin classBaseGoldenTicket
-
assign
public void assign(JDFNode node)
Description copied from class:BaseGoldenTicketassign a node to this golden ticket instance- Overrides:
assignin classMISGoldenTicket- Parameters:
node- the node to assign, if null a new conforming node is generated from scratch- See Also:
MISGoldenTicket.assign(org.cip4.jdflib.node.JDFNode)
-
-