* Connects this property with the given DataNameProperty \a reader.
* \param reader DataNameProperty to connect to, must be have read access.
*/
voidconnect(DataNameProperty*reader);
/**
* Disconnects this property from the given DataNameProperty \a reader.
* \param reader DataNameProperty to disconnect from, must be have read access.
*/
voiddisconnect(DataNameProperty*reader);
/**
* Returns the access info of this property defining whether processor will read or write.
=======
* Returns the access info of this property defining whether component will read or write.
>>>>>>> c4c5899... Refactored DataNameProperty: Got rid of issueWrite() and connect(). Automatic invalidation of connected (shared) DataNameProperties is now delegated to AutoEvaluationPipeline.