Package org.cip4.jdflib.elementwalker
Class StrippingConverter
- java.lang.Object
-
- org.cip4.jdflib.elementwalker.StrippingConverter
-
public class StrippingConverter extends java.lang.Objectsub-class that converts LayoutPreparationParams to the corresponding StrippingParams, Assembly and BinderySignature
-
-
Constructor Summary
Constructors Constructor Description StrippingConverter(JDFLayoutPreparationParams layoutPreparationParams, JDFNode n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconvert()protected voidconvertLeaf()JDFAssemblygetAssembly()JDFBinderySignaturegetBinderySignature()JDFStrippingParamsgetStrippingParams()java.lang.StringtoString()
-
-
-
Constructor Detail
-
StrippingConverter
public StrippingConverter(JDFLayoutPreparationParams layoutPreparationParams, JDFNode n)
- Parameters:
layoutPreparationParams-n-
-
-
Method Detail
-
getBinderySignature
public JDFBinderySignature getBinderySignature()
- Returns:
- the binderySignature
-
convert
public void convert()
-
convertLeaf
protected void convertLeaf()
-
getAssembly
public JDFAssembly getAssembly()
- Returns:
- the assembly
-
getStrippingParams
public JDFStrippingParams getStrippingParams()
- Returns:
- the strippingParams
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object- See Also:
Object.toString()
-
-