Class NodeEvent

    • Method Detail

      • getAnchor

        public Optional<Anchor> getAnchor()
        Node anchor by which this node might later be referenced by a AliasEvent.

        Note that AliasEvents are by it self NodeEvents and use this property to indicate the referenced anchor.

        Returns:
        Anchor of this node or null if no anchor is defined.