deprel = $deprel; } /** * @return string */ public function getDeprel() { return $this->deprel; } /** * @param MultiscalePointerIndex */ public function setHead(MultiscalePointerIndex $head) { $this->head = $head; } /** * @return MultiscalePointerIndex */ public function getHead() { return $this->head; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NlxDataSchemaTokenDependencyEdge::class, 'Google_Service_Contentwarehouse_NlxDataSchemaTokenDependencyEdge');