Class DepRel#
Defined in File DepRel.h
Class Documentation#
-
class DepRel#
Public Functions
-
inline DepRel(DepDirType t = DEPDIR_ALL, int a = 0)#
-
inline DepRel(DepDirType t, int min, int max)#
-
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 DepRel(DepDirType t = DEPDIR_ALL, int a = 0)#