Package wt.epm.ndi

Interface EPMNDDocumentExt

All Superinterfaces:
EPMNDDocument, EPMNDObject

public interface EPMNDDocumentExt extends EPMNDDocument


Supported API: true

Extendable: false
  • Method Details

    • isInstance

      boolean isInstance() throws WTException
      Gets the value of the attribute: instance; Returns TRUE if the document is a family table instance.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • isGeneric

      boolean isGeneric() throws WTException
      Gets the value of the attribute: generic; Returns TRUE if the document is a family table generic.

      Supported API: true
      Returns:
      boolean
      Throws:
      WTException
    • getFamilyTableMembers

      Collection<EPMNDFamilyTableMemberExt> getFamilyTableMembers() throws WTException
      Gets the object for the association that plays role: familyTableMembers; Returns a family table members associated with the document. It can be only one if a baseline is a context of the operation.

      Supported API: true
      Returns:
      Collection
      Throws:
      WTException