Interface SNodeId

  • All Known Implementing Classes:
    SNodeId, SNodeId.Foreign, SNodeId.Regular, StringBasedIdForJavaStubMethods

    public interface SNodeId
    Uniquely identifies a node within a model. Will be used as keys in maps and so should correctly implement equals() and hashCode(). Custom persistence implementations may provide their own implementations of SNodeId.
    • Method Detail