Class DecisionComponent
- java.lang.Object
-
- org.kie.workbench.common.dmn.client.docks.navigator.included.components.DecisionComponent
-
public class DecisionComponent extends Object
-
-
Constructor Summary
Constructors Constructor Description DecisionComponent(String fileName, org.kie.workbench.common.dmn.api.definition.model.DRGElement drgElement, boolean imported)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.workbench.common.dmn.api.definition.model.DRGElementgetDrgElement()StringgetFileName()org.kie.workbench.common.stunner.core.client.shape.ImageDataUriGlyphgetIcon()StringgetName()booleanisImported()
-
-
-
Constructor Detail
-
DecisionComponent
public DecisionComponent(String fileName, org.kie.workbench.common.dmn.api.definition.model.DRGElement drgElement, boolean imported)
-
-
Method Detail
-
isImported
public boolean isImported()
-
getFileName
public String getFileName()
-
getDrgElement
public org.kie.workbench.common.dmn.api.definition.model.DRGElement getDrgElement()
-
getName
public String getName()
-
getIcon
public org.kie.workbench.common.stunner.core.client.shape.ImageDataUriGlyph getIcon()
-
-