de.ls5.jlearn.interfaces
Interface Annotated

All Known Implementing Classes:
AnnotatedAutomaton, AnnotatedFSA

public interface Annotated

Interface for automata that can be annotated with additional information


Method Summary
 void setAccessSequence(State s, Word w)
          annotate state with specific access sequence
 

Method Detail

setAccessSequence

void setAccessSequence(State s,
                       Word w)
annotate state with specific access sequence

Parameters:
s -
w -


Copyright © 2011. All Rights Reserved.