Class GuidedDecisionTableEditorGraphModel.GuidedDecisionTableGraphEntry
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.model.GuidedDecisionTableEditorGraphModel.GuidedDecisionTableGraphEntry
-
- Enclosing class:
- GuidedDecisionTableEditorGraphModel
@Portable public static class GuidedDecisionTableEditorGraphModel.GuidedDecisionTableGraphEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description GuidedDecisionTableGraphEntry(org.uberfire.backend.vfs.Path pathHead, org.uberfire.backend.vfs.Path pathVersion)GuidedDecisionTableGraphEntry(org.uberfire.backend.vfs.Path pathHead, org.uberfire.backend.vfs.Path pathVersion, Double x, Double y)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)org.uberfire.backend.vfs.PathgetPathHead()org.uberfire.backend.vfs.PathgetPathVersion()DoublegetX()DoublegetY()inthashCode()voidsetPathHead(org.uberfire.backend.vfs.Path pathHead)voidsetPathVersion(org.uberfire.backend.vfs.Path pathVersion)
-
-
-
Method Detail
-
getPathHead
public org.uberfire.backend.vfs.Path getPathHead()
-
setPathHead
public void setPathHead(org.uberfire.backend.vfs.Path pathHead)
-
getPathVersion
public org.uberfire.backend.vfs.Path getPathVersion()
-
setPathVersion
public void setPathVersion(org.uberfire.backend.vfs.Path pathVersion)
-
getX
public Double getX()
-
getY
public Double getY()
-
-