Class Alias


  • public final class Alias
    extends java.lang.Object
    Alias between two nodes. Causes the 'from' node to be aliased with the 'to' node, which means that the 'from' node is not rendered and all edges going to it instead go to the 'to' node.
    Since:
    4.0
    • Field Detail

      • fromId

        private final NodeId fromId
      • toId

        private final NodeId toId
    • Constructor Detail

    • Method Detail

      • getFromId

        public NodeId getFromId()
      • getToId

        public NodeId getToId()