#include <ug_conll_bottom_up_token.h>
Public Types | |
| typedef T | Token | 
Public Member Functions | |
| ConllBottomUpToken () | |
| ConllBottomUpToken (id_type id) | |
| ConllBottomUpToken const * | next (int length=1) const | 
| template<typename TTRACK_TYPE > | |
| ConllBottomUpToken const * | stop (TTRACK_TYPE const &C, id_type sid) const | 
| ConllBottomUpToken const * | stop (ConllBottomUpToken const *seqStart, ConllBottomUpToken const *seqEnd) const | 
| bool | operator< (T const &other) const | 
| bool | operator> (T const &other) const | 
| bool | operator== (T const &other) const | 
| bool | operator!= (T const &other) const | 
| bool | reachable (T const *o) | 
Definition at line 12 of file ug_conll_bottom_up_token.h.
| typedef T sapt::ConllBottomUpToken< T >::Token | 
Definition at line 15 of file ug_conll_bottom_up_token.h.
| sapt::ConllBottomUpToken< T >::ConllBottomUpToken | ( | ) |  [inline] | 
        
Definition at line 16 of file ug_conll_bottom_up_token.h.
| sapt::ConllBottomUpToken< T >::ConllBottomUpToken | ( | id_type | id | ) |  [inline] | 
        
Definition at line 17 of file ug_conll_bottom_up_token.h.
| ConllBottomUpToken< T > const * sapt::ConllBottomUpToken< T >::next | ( | int |  length = 1           | 
          ) |  const [inline] | 
        
Definition at line 50 of file ug_conll_bottom_up_token.h.
References sapt::up().

| bool sapt::ConllBottomUpToken< T >::operator!= | ( | T const & | other | ) |  const [inline] | 
        
Definition at line 37 of file ug_conll_bottom_up_token.h.
| bool sapt::ConllBottomUpToken< T >::operator< | ( | T const & | other | ) |  const [inline] | 
        
Definition at line 34 of file ug_conll_bottom_up_token.h.
| bool sapt::ConllBottomUpToken< T >::operator== | ( | T const & | other | ) |  const [inline] | 
        
Definition at line 36 of file ug_conll_bottom_up_token.h.
| bool sapt::ConllBottomUpToken< T >::operator> | ( | T const & | other | ) |  const [inline] | 
        
Definition at line 35 of file ug_conll_bottom_up_token.h.
| bool sapt::ConllBottomUpToken< T >::reachable | ( | T const * | o | ) |  [inline] | 
        
| ConllBottomUpToken const* sapt::ConllBottomUpToken< T >::stop | ( | ConllBottomUpToken< T > const * | seqStart, | |
| ConllBottomUpToken< T > const * | seqEnd | |||
| ) |  const [inline] | 
        
| ConllBottomUpToken const* sapt::ConllBottomUpToken< T >::stop | ( | TTRACK_TYPE const & | C, | |
| id_type | sid | |||
| ) |  const [inline] | 
        
 1.5.9