Class Relation<T extends Relation>

    • Field Detail

      • origin

        protected final T extends Relation origin
      • parent

        protected T extends Relation parent
    • Constructor Detail

      • Relation

        public Relation​(T origin)
    • Method Detail

      • getOrigin

        public T getOrigin()
      • foundIssue

        public abstract boolean foundIssue()
      • otherUUID

        public abstract UUIDKey otherUUID()
      • doesRelationStillExist

        public abstract boolean doesRelationStillExist()
      • setParent

        protected void setParent​(T parent)