Main Page | Class List | File List | Class Members | Examples

IRelation Interface Reference

import "SynAn.idl";

List of all members.

Public Member Functions

HRESULT SourceItemType ([out, retval] int *type)
HRESULT TargetItemType ([out, retval] int *type)
HRESULT Name ([out, retval] BSTR *pVal)
HRESULT SourceClauseNo ([out, retval] long *pVal)
HRESULT TargetClauseNo ([out, retval] long *pVal)
HRESULT SourceItemNo ([out, retval] long *pVal)
HRESULT TargetItemNo ([out, retval] long *pVal)
HRESULT Grammems ([out, retval] hyper *pVal)
HRESULT GrammemsStr ([out, retval] BSTR *pVal)


Detailed Description

This interface is created to have an access to one binary relation in the dependency forest, which is based upon the group and clause hierarchy. A target or a source of one binary relation can be a word or fixed group (oborot).


Member Function Documentation

HRESULT IRelation::Grammems [out, retval] hyper *  pVal  ) 
 

morphological features of the target

HRESULT IRelation::GrammemsStr [out, retval] BSTR *  pVal  ) 
 

a string representation of morphological features of the target

HRESULT IRelation::Name [out, retval] BSTR *  pVal  ) 
 

the name of the relation

HRESULT IRelation::SourceClauseNo [out, retval] long *  pVal  ) 
 

the clause index of the source, if the source is a clause

HRESULT IRelation::SourceItemNo [out, retval] long *  pVal  ) 
 

the word index of the source, if the source is a word

HRESULT IRelation::SourceItemType [out, retval] int *  type  ) 
 

is the source syntax unit is a word or a fixed group (EGroup or EWord)?

HRESULT IRelation::TargetClauseNo [out, retval] long *  pVal  ) 
 

the clause index of the target, if the target is a clause

HRESULT IRelation::TargetItemNo [out, retval] long *  pVal  ) 
 

the word index of the target, if the target is a word

HRESULT IRelation::TargetItemType [out, retval] int *  type  ) 
 

is the target syntax unit is a word or a fixed group (EGroup or EWord)?


The documentation for this interface was generated from the following file:
Generated on Tue Feb 7 15:38:49 2006 for Synan by  doxygen 1.4.4