Class ReferenceEndpoint

  • Direct Known Subclasses:
    IncomingReferenceEndpoint, OutgoingReferenceEndpoint

    public abstract class ReferenceEndpoint
    extends java.lang.Object
    An object that is one end of a Reference. This is used by table models that want to show all references from one location to many other locations or models that wish to show all references to one location from many other locations.
    • Method Detail

      • getAddress

        public Address getAddress()
      • getReference

        public Reference getReference()
      • isOffcut

        public boolean isOffcut()
      • getReferenceType

        public RefType getReferenceType()