#include <RatConnection.hxx>
Public Member Functions | |
| RatConnection (const RatBase *destinationRat, RObject *sourceInstance, const RatBase *sourceRat) | |
| creates a connection between the source and destination | |
| const RStatus | evaluate () |
| const RatBase * | getSourceAttribute () const |
| returns the RatBase of the source for the connection | |
| RObject * | getSourceInstance () const |
| returns the RatBase of the source for the connection | |
| const RatBase * | getDestinationAttribute () const |
| returns the RatBase of the destination for the connection | |
Protected Attributes | |
| const RatBase * | _sourceRat |
| RObject * | _sourceInstance |
| const RatBase * | _destinationRat |
|
||||||||||||||||
|
creates a connection between the source and destination
Definition at line 14 of file RatConnection.hxx. |
|
|
Definition at line 288 of file RObject.hxx. |
|
|
returns the RatBase of the destination for the connection
Definition at line 45 of file RatConnection.hxx. |
|
|
returns the RatBase of the source for the connection
Definition at line 37 of file RatConnection.hxx. |
|
|
returns the RatBase of the source for the connection
Definition at line 41 of file RatConnection.hxx. |
|
|
Definition at line 10 of file RatConnection.hxx. |
|
|
Definition at line 9 of file RatConnection.hxx. |
|
|
Definition at line 8 of file RatConnection.hxx. |
1.3.9.1