Package org.cip4.jdflib.ifaces
Interface IXJDFSplit
-
- All Known Implementing Classes:
AbstractXJDFSplit,ProcessXJDFSplit
public interface IXJDFSplitinterface to split XJDF into multiple workstep or device related XJDF
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<XJDFHelper>splitXJDF(XJDFHelper root)
-
-
-
Method Detail
-
splitXJDF
java.util.Collection<XJDFHelper> splitXJDF(XJDFHelper root)
- Parameters:
root- the main or root XJDF to split- Returns:
-
-