com.ptc.core.ca.co.client.primitive
Class CoDefaultConnectorModel

java.lang.Object
  extended by com.ptc.core.ca.co.client.primitive.CoDefaultConnectorModel
All Implemented Interfaces:
CoModel, CoConnectorModel, Externalizable, Serializable

Deprecated.

@Deprecated
public class CoDefaultConnectorModel
extends Object
implements CoConnectorModel, Externalizable



Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.primitive.CoConnectorModel
CONNECTED_ELEMENT, CONTEXT
 
Fields inherited from interface com.ptc.core.ca.co.client.element.CoModel
ELEMENT
 
Method Summary
 CoElement getConnectedElement()
          Deprecated. Gets the value of the attribute: connectedElement; the element connected by the connector

Supported API: true
 CoContext getContext()
          Deprecated. Gets the value of the attribute: context; the context connected element will be found in.
 CoModelDriven getElement()
          Deprecated. Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void setConnectedElement(CoElement a_ConnectedElement)
          Deprecated. Sets the value of the attribute: connectedElement; the element connected by the connector

Supported API: true
 void setContext(CoContext a_Context)
          Deprecated. Sets the value of the attribute: context; the context connected element will be found in.
 void setElement(CoModelDriven a_Element)
          Deprecated. Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true
 void update(CoEnvData envData)
          Deprecated. The method responsible for the update of the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

update

public void update(CoEnvData envData)
            throws WTException
Deprecated. 
The method responsible for the update of the model.

Supported API: true

Specified by:
update in interface CoModel
Parameters:
envData -
Throws:
WTException

getContext

public CoContext getContext()
Deprecated. 
Gets the value of the attribute: context; the context connected element will be found in.

Supported API: true

Specified by:
getContext in interface CoConnectorModel
Returns:
CoContext

setContext

public void setContext(CoContext a_Context)
Deprecated. 
Sets the value of the attribute: context; the context connected element will be found in.

Supported API: true

Specified by:
setContext in interface CoConnectorModel
Parameters:
a_Context -

getConnectedElement

public CoElement getConnectedElement()
Deprecated. 
Gets the value of the attribute: connectedElement; the element connected by the connector

Supported API: true

Specified by:
getConnectedElement in interface CoConnectorModel
Returns:
CoElement

setConnectedElement

public void setConnectedElement(CoElement a_ConnectedElement)
Deprecated. 
Sets the value of the attribute: connectedElement; the element connected by the connector

Supported API: true

Specified by:
setConnectedElement in interface CoConnectorModel
Parameters:
a_ConnectedElement -

getElement

public CoModelDriven getElement()
Deprecated. 
Gets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
getElement in interface CoModel
Returns:
CoModelDriven

setElement

public void setElement(CoModelDriven a_Element)
Deprecated. 
Sets the object for the association that plays role: element; the element this model belongs to

Supported API: true

Specified by:
setElement in interface CoModel
Parameters:
a_Element -