fr.inria.oadymppac.solver
Class AbstractAnnotation
java.lang.Object
fr.inria.oadymppac.solver.SolverElementImpl
fr.inria.oadymppac.solver.SolverMainElementImpl
fr.inria.oadymppac.solver.AbstractAnnotation
- All Implemented Interfaces:
- Annotation, ChronoProvider, DepthProvider, Indexable, SolverElement, SolverMainElement, SolverManagable, StateProvider
- Direct Known Subclasses:
- AnnotationProxy, DefaultAnnotation
- public abstract class AbstractAnnotation
- extends SolverMainElementImpl
- implements Annotation
- Author:
- raf
TODO To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
Methods inherited from class fr.inria.oadymppac.solver.SolverMainElementImpl |
getChrono, getContext, getDepth, getFile, getLine, getSolver, getTime, setChrono, setContext, setDepth, setFile, setLine, setSolver, setTime, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface fr.inria.oadymppac.solver.Annotation |
addReference, clearReferences, countReferences, getCommand, getName, getReferences, getType, removeReference, setCommand, setName, setReferences, setType |
AbstractAnnotation
public AbstractAnnotation(Solver solver)
- Parameters:
solver
-
getIdentifier
public java.lang.String getIdentifier()
- Specified by:
getIdentifier
in interface Annotation
- Returns:
- Returns the identifier.
setIdentifier
public void setIdentifier(java.lang.String identifier)
- Specified by:
setIdentifier
in interface Annotation
- Parameters:
identifier
- The identifier to set.
getKey
public java.lang.Object getKey()
- Specified by:
getKey
in interface Indexable
getSolverType
public byte getSolverType()
- Specified by:
getSolverType
in interface SolverElement
getEventType
public java.lang.String getEventType()
- Specified by:
getEventType
in interface SolverElement
reset
public void reset()
- Specified by:
reset
in interface Indexable