Class GuidedDecisionTreeDropContext
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtree.client.widget.GuidedDecisionTreeDropContext
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.api.factories.ShapeDropContext<BaseGuidedDecisionTreeShape>
public class GuidedDecisionTreeDropContext extends Object implements org.uberfire.ext.wires.core.api.factories.ShapeDropContext<BaseGuidedDecisionTreeShape>
-
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTreeDropContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseGuidedDecisionTreeShapegetContext()voidsetContext(BaseGuidedDecisionTreeShape context)
-
-
-
Method Detail
-
getContext
public BaseGuidedDecisionTreeShape getContext()
- Specified by:
getContextin interfaceorg.uberfire.ext.wires.core.api.factories.ShapeDropContext<BaseGuidedDecisionTreeShape>
-
setContext
public void setContext(BaseGuidedDecisionTreeShape context)
- Specified by:
setContextin interfaceorg.uberfire.ext.wires.core.api.factories.ShapeDropContext<BaseGuidedDecisionTreeShape>
-
-