Class DMNShapeSet
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.AbstractBindableShapeSet<DMNShapeFactory>
-
- org.kie.workbench.common.dmn.client.DMNShapeSet
-
- All Implemented Interfaces:
org.kie.workbench.common.stunner.core.client.ShapeSet<DMNShapeFactory>
@ApplicationScoped public class DMNShapeSet extends org.kie.workbench.common.stunner.core.client.AbstractBindableShapeSet<DMNShapeFactory>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDMNShapeSet()DMNShapeSet(org.kie.workbench.common.stunner.core.api.DefinitionManager definitionManager, DMNShapeFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.kie.workbench.common.stunner.core.api.DefinitionManagergetDefinitionManager()protected Class<?>getDefinitionSetClass()DMNShapeFactorygetShapeFactory()
-
-
-
Constructor Detail
-
DMNShapeSet
protected DMNShapeSet()
-
DMNShapeSet
@Inject public DMNShapeSet(org.kie.workbench.common.stunner.core.api.DefinitionManager definitionManager, DMNShapeFactory factory)
-
-
Method Detail
-
getDefinitionSetClass
protected Class<?> getDefinitionSetClass()
- Specified by:
getDefinitionSetClassin classorg.kie.workbench.common.stunner.core.client.AbstractBindableShapeSet<DMNShapeFactory>
-
getDefinitionManager
protected org.kie.workbench.common.stunner.core.api.DefinitionManager getDefinitionManager()
- Specified by:
getDefinitionManagerin classorg.kie.workbench.common.stunner.core.client.AbstractBindableShapeSet<DMNShapeFactory>
-
getShapeFactory
public DMNShapeFactory getShapeFactory()
-
-