Class GuidedDecisionTableEditorGraphModel.GuidedDecisionTableGraphEntry

    • Constructor Detail

      • GuidedDecisionTableGraphEntry

        public GuidedDecisionTableGraphEntry​(org.uberfire.backend.vfs.Path pathHead,
                                             org.uberfire.backend.vfs.Path pathVersion)
      • GuidedDecisionTableGraphEntry

        public GuidedDecisionTableGraphEntry​(org.uberfire.backend.vfs.Path pathHead,
                                             org.uberfire.backend.vfs.Path pathVersion,
                                             Double x,
                                             Double y)
    • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object