public abstract class NodeEvent extends Event
| Constructor and Description |
|---|
NodeEvent(Optional<Anchor> anchor,
Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
Optional<Anchor> |
getAnchor()
Node anchor by which this node might later be referenced by a
AliasEvent. |
equals, getEndMark, getEventId, getStartMark, hashCode, isEventpublic Optional<Anchor> getAnchor()
AliasEvent.
Note that AliasEvents are by it self NodeEvents and
use this property to indicate the referenced anchor.
null if no anchor is defined.Copyright © 2018–2019. All rights reserved.