Class DepRel#

Class Documentation#

class DepRel#

Public Functions

inline DepRel(DepDirType t = DEPDIR_ALL, int a = 0)#
inline DepRel(DepDirType t, int min, int max)#
inline DepRel(const DepRel &that)#
inline DepRel &operator=(const DepRel &that)#
void Reset(DepDirType t, int minalign, int maxalign)#
DepDirType GetDirType() const#
int GetMinAlign() const#
int GetMaxAlign() const#
inline int GetAlign() const#
std::string toString(bool dir_only = false) const#
inline void Dump() const#
bool IsTop() const#
bool IsBottom() const#
inline bool IncreaseAlign(int inc)#
bool Closure()#
inline bool operator==(const DepRel &that) const#
inline bool operator!=(const DepRel &that) const#

Public Static Functions

static std::string toString(int entry_type)#
static bool IntersectUpdate(DepRel &e1, const DepRel &that)#
static bool UnionUpdate(DepRel &e1, const DepRel &that)#