fr.inria.oadymppac.solver
Interface Annotation
- All Superinterfaces:
- ChronoProvider, DepthProvider, Indexable, SolverElement, SolverMainElement, SolverManagable, StateProvider
- All Known Implementing Classes:
- AbstractAnnotation
- public interface Annotation
- extends SolverMainElement, StateProvider
- Author:
- raf
To change the template for this generated type comment go to
Window - Preferences - Java - Code Generation - Code and Comments
EVENT_TYPE
public static final java.lang.String EVENT_TYPE
- See Also:
- Constant Field Values
NONE
public static final int NONE
- See Also:
- Constant Field Values
getIdentifier
public java.lang.String getIdentifier()
getName
public java.lang.String getName()
getType
public short getType()
getCommand
public java.lang.String getCommand()
setIdentifier
public void setIdentifier(java.lang.String ident)
setName
public void setName(java.lang.String name)
setType
public void setType(short type)
setCommand
public void setCommand(java.lang.String command)
getReferences
public java.util.Collection getReferences()
setReferences
public void setReferences(java.util.Collection references)
addReference
public void addReference(Annotation a)
removeReference
public void removeReference(Annotation a)
countReferences
public int countReferences()
clearReferences
public void clearReferences()