Package wt.epm.ndi

Interface EPMNDDerivedRepresentation

All Superinterfaces:
EPMNDObject

public interface EPMNDDerivedRepresentation extends EPMNDObject
represents a derived representation

Supported API: true

Extendable: false
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value of the attribute: CADName; CADName of the derived representation EPMDocument.
    Gets the object for the association that plays role: derivedFrom.

    Methods inherited from interface wt.epm.ndi.EPMNDObject

    getObjectId
  • Method Details

    • getCADName

      String getCADName() throws WTException
      Gets the value of the attribute: CADName; CADName of the derived representation EPMDocument.

      Supported API: true
      Returns:
      String
      Throws:
      WTException
    • getDerivedFrom

      Collection<EPMNDDerivedFrom> getDerivedFrom() throws WTException
      Gets the object for the association that plays role: derivedFrom.

      Supported API: true
      Returns:
      Collection
      Throws:
      WTException