/**
  * @return string
  */
 public function getTarget()
 {
     return PProperty::getFullyQualifiedName($this->contextBefore, $this->propertyBefore);
 }
 /**
  * @return string
  */
 public function getTarget()
 {
     return PProperty::getFullyQualifiedName($this->contextAfter, $this->propertyAfter);
 }