wt.epm.ndi
Interface EPMNDFamilyTableExt

All Superinterfaces:
EPMNDFamilyTable, EPMNDObject

public interface EPMNDFamilyTableExt
extends EPMNDFamilyTable



Supported API: true

Extendable: false


Method Summary
 List<EPMNDFamilyTableMemberExt> getAllMembers()
          Gets the object for the association that plays role: allMembers; Returns all family table members.
 EPMNDFamilyTableMemberExt getTopMember()
          Gets the object for the association that plays role: topMember; Returns a top family table member.
 
Methods inherited from interface wt.epm.ndi.EPMNDFamilyTable
getName
 
Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
 

Method Detail

getAllMembers

List<EPMNDFamilyTableMemberExt> getAllMembers()
                                              throws WTException
Gets the object for the association that plays role: allMembers; Returns all family table members.

Supported API: true

Returns:
List
Throws:
WTException

getTopMember

EPMNDFamilyTableMemberExt getTopMember()
                                       throws WTException
Gets the object for the association that plays role: topMember; Returns a top family table member.

Supported API: true

Specified by:
getTopMember in interface EPMNDFamilyTable
Returns:
EPMNDFamilyTableMemberExt
Throws:
WTException