Class TTTState<I,​D>

    • Constructor Detail

      • TTTState

        public TTTState​(int initialAlphabetSize,
                        TTTTransition<I,​D> parentTransition,
                        int id)
    • Method Detail

      • isRoot

        public boolean isRoot()
        Checks whether this state is the initial state (i.e., the root of the spanning tree).
        Returns:
        true if this state is the initial state, false otherwise
      • getDTLeaf

        public AbstractBaseDTNode<I,​D> getDTLeaf()
        Retrieves the discrimination tree leaf associated with this state.
        Returns:
        the discrimination tree leaf associated with this state
      • setTransition

        public void setTransition​(int idx,
                                  TTTTransition<I,​D> transition)