wt.epm.ndi
Interface EPMNDMemberLink

All Superinterfaces:
EPMNDDependency, EPMNDObject

public interface EPMNDMemberLink
extends EPMNDDependency



Supported API: true

Extendable: false


Method Summary
 EPMNDComponent getComponent()
          Gets the object for the association that plays role: component.
 Quantity getQuantity()
          Gets the value of the attribute: quantity.
 EPMNDReferenceControl getReferenceControl()
          Gets the object for the association that plays role: referenceControl.
 EPMNDStructureAnnotation[] getStructureAnnotations()
          Gets the object for the association that plays role: structureAnnotations.
 EPMNDTransform getTransform()
          Gets the object for the association that plays role: transform.
 boolean isSuppressed()
          Gets the value of the attribute: suppressed.
 boolean isUnPlaced()
          Gets the value of the attribute: unPlaced.
 
Methods inherited from interface wt.epm.ndi.EPMNDDependency
getAttributes, getSoftType, getToAsStoredName, getToCadName, getToMasterId, getToSubType, getToType, getType, getUniqueId, isRequired
 
Methods inherited from interface wt.epm.ndi.EPMNDObject
getObjectId
 

Method Detail

isUnPlaced

boolean isUnPlaced()
                   throws WTException
Gets the value of the attribute: unPlaced.

Supported API: true

Returns:
boolean
Throws:
WTException

getQuantity

Quantity getQuantity()
                     throws WTException
Gets the value of the attribute: quantity.

Supported API: true

Returns:
Quantity
Throws:
WTException

isSuppressed

boolean isSuppressed()
                     throws WTException
Gets the value of the attribute: suppressed.

Supported API: true

Returns:
boolean
Throws:
WTException

getTransform

EPMNDTransform getTransform()
                            throws WTException
Gets the object for the association that plays role: transform.

Supported API: true

Returns:
EPMNDTransform
Throws:
WTException

getComponent

EPMNDComponent getComponent()
                            throws WTException
Gets the object for the association that plays role: component.

Supported API: true

Returns:
EPMNDComponent
Throws:
WTException

getReferenceControl

EPMNDReferenceControl getReferenceControl()
                                          throws WTException
Gets the object for the association that plays role: referenceControl.

Supported API: true

Returns:
EPMNDReferenceControl
Throws:
WTException

getStructureAnnotations

EPMNDStructureAnnotation[] getStructureAnnotations()
                                                   throws WTException
Gets the object for the association that plays role: structureAnnotations.

Supported API: true

Returns:
EPMNDStructureAnnotation[]
Throws:
WTException