Class DMNIncludedNode
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.editors.included.DMNIncludedNode
-
@Portable public class DMNIncludedNode extends Object
-
-
Constructor Summary
Constructors Constructor Description DMNIncludedNode(String fileName, DRGElement drgElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DRGElementgetDrgElement()StringgetFileName()
-
-
-
Constructor Detail
-
DMNIncludedNode
public DMNIncludedNode(String fileName, DRGElement drgElement)
-
-
Method Detail
-
getFileName
public String getFileName()
-
getDrgElement
public DRGElement getDrgElement()
-
-