@Portable public static class GuidedDecisionTableEditorGraphModel.GuidedDecisionTableGraphEntry extends Object
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
org.uberfire.backend.vfs.Path |
getPathHead() |
org.uberfire.backend.vfs.Path |
getPathVersion() |
Double |
getX() |
Double |
getY() |
int |
hashCode() |
void |
setPathHead(org.uberfire.backend.vfs.Path pathHead) |
void |
setPathVersion(org.uberfire.backend.vfs.Path pathVersion) |
public GuidedDecisionTableGraphEntry(org.uberfire.backend.vfs.Path pathHead, org.uberfire.backend.vfs.Path pathVersion)
public org.uberfire.backend.vfs.Path getPathHead()
public void setPathHead(org.uberfire.backend.vfs.Path pathHead)
public org.uberfire.backend.vfs.Path getPathVersion()
public void setPathVersion(org.uberfire.backend.vfs.Path pathVersion)
public Double getX()
public Double getY()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.