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.AnnotationForwarder
annotationForwarder
ANNOTATION
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, getSymbols
getChangeSupport, toString
addChangeListener, addChangeListener, generateChangeSupport, hasListeners, hasListeners, isUnchanging, removeChangeListener, removeChangeListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getSymbols
getMatches, getName
getAnnotation
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
public SimpleDotState(char token, String name, Annotation annotation)
public SimpleDotState(String name, Annotation annotation)
public SimpleDotState(String name)
Copyright © 2014 BioJava. All rights reserved.