Class TTTTransition<I,​D>

    • Constructor Detail

      • TTTTransition

        public TTTTransition​(TTTState<I,​D> source,
                             I input)
    • Method Detail

      • getTreeTarget

        public TTTState<I,​D> getTreeTarget()
      • isTree

        public boolean isTree()
      • getInput

        public I getInput()
      • getProperty

        protected @Nullable Object getProperty()
      • getElement

        public TTTTransition<I,​D> getElement()
        Specified by:
        getElement in interface net.automatalib.common.smartcollection.LinkedListEntry<I,​D>