Package wt.epm.ndi

Interface EPMNDFamilyTableMemberExt

All Superinterfaces:
EPMNDFamilyTableMember

public interface EPMNDFamilyTableMemberExt extends EPMNDFamilyTableMember


Supported API: true

Extendable: false
  • Method Details

    • getFamilyTable

      EPMNDFamilyTableExt getFamilyTable() throws WTException
      Gets the object for the association that plays role: familyTable; Returns a family table object where the member participates.

      Supported API: true
      Returns:
      EPMNDFamilyTableExt
      Throws:
      WTException
    • getTopGeneric

      EPMNDFamilyTableMemberExt getTopGeneric() throws WTException
      Gets the object for the association that plays role: topGeneric; Returns a top generic member of associated family table.

      Supported API: true
      Returns:
      EPMNDFamilyTableMemberExt
      Throws:
      WTException
    • getGeneric

      Gets the object for the association that plays role: generic; Returns an immediate generic of the family table member.

      Supported API: true
      Returns:
      EPMNDFamilyTableMemberExt
      Throws:
      WTException
    • getGenerics

      Gets the object for the association that plays role: generics; Returns a full path from an immediate generic to a top generic starting from the immediate generic.

      Supported API: true
      Returns:
      List
      Throws:
      WTException
    • getInstancesExt

      List<EPMNDFamilyTableMemberExt> getInstancesExt() throws WTException
      Gets the object for the association that plays role: instancesExt; Returns immediate instances of the generic.

      Supported API: true
      Returns:
      List
      Throws:
      WTException
    • getAllInstances

      List<EPMNDFamilyTableMemberExt> getAllInstances() throws WTException
      Gets the object for the association that plays role: allInstances; Returns all instances of the generic including recursively all family table levels.

      Supported API: true
      Returns:
      List
      Throws:
      WTException
    • getCellValuesExt

      Map<String,EPMNDFTValueExt> getCellValuesExt() throws WTException
      Gets the object for the association that plays role: cellValuesExt; Returns family table member cell values.

      Supported API: true
      Returns:
      Map<String,EPMNDFTValueExt>
      Throws:
      WTException
    • getDocument

      EPMNDDocumentExt getDocument() throws WTException
      Gets the object for the association that plays role: document; Returns a document associated with the family table member.

      Supported API: true
      Returns:
      EPMNDDocumentExt
      Throws:
      WTException