public class SimpleDotState extends FundamentalAtomicSymbol implements DotState, Serializable
Dot states emit no sequence. They are there purely to make the wireing of the model look neater, and to cut down the number of combinatorial transitions that can so easily swamp models.
Annotatable.AnnotationForwarderannotationForwarderANNOTATION| Constructor and Description |
|---|
SimpleDotState(char token,
String name,
Annotation annotation)
Deprecated.
token is ignored since 1.2. Use the 2-arg constructor instead.
|
SimpleDotState(String name) |
SimpleDotState(String name,
Annotation annotation)
Construct a new state with the specified name and annotation
|
getAnnotation, getMatches, getName, getSymbolsgetChangeSupport, toStringaddChangeListener, addChangeListener, generateChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSymbolsgetMatches, getNamegetAnnotationaddChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListenerpublic SimpleDotState(char token, String name, Annotation annotation)
public SimpleDotState(String name, Annotation annotation)
public SimpleDotState(String name)
Copyright © 2014 BioJava. All rights reserved.