Inheritance diagram for oaCreate1to1RelationshipChangeRec:
Public Methods | |
oaCreate1to1RelationshipChangeRec (oaChangeSetBase *changeSetIn, sr::sr1to1Relationship::SPtr valueIn) | |
virtual | ~oaCreate1to1RelationshipChangeRec () |
virtual const sd::sdRelationshipBase * | getSchemaDefinition () const |
virtual oaCMObjectRef::SPtr | getFrom () const |
sr::sr1to1Relationship::SPtr | getValue () const |
virtual void | accept (oaChangeRecVisitor *visitor, oaBoolean forward=true) |
Change records are used by the OpenAccess change management system (CMS).
|
This is the oaCreate1to1RelationshipChangeRec constructor.
|
|
This is the oaCreate1to1RelationshipChangeRec destructor. |
|
This function accepts a change record visitor. It calls the visit function of the specified visitor on this object. The forward parameter indicates the direction in which the change records are being visited. The forward parameter might be set to false if the goal of the visit is to roll back changes due to an undo command.
Implements oaChangeRec. |
|
This function returns the from object of the relationship associated with this change record.
Reimplemented from oaRelationshipChangeRec. |
|
This function returns a pointer to the schema definition for the 1-to-1 relationship that is the subject of this oaAttributeChangeRec. Reimplemented from oaRelationshipChangeRec. |
|
This function returns a smart pointer to the sr1to1Relationship object that represents the relationship that is the subject of this change record. |
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.