Uses of Interface
fr.inria.oadymppac.solver.Annotation

Packages that use Annotation
fr.inria.oadymppac.solver   
fr.inria.oadymppac.solver.parsing.adapter   
 

Uses of Annotation in fr.inria.oadymppac.solver
 

Classes in fr.inria.oadymppac.solver that implement Annotation
 class AbstractAnnotation
           
 class AnnotationProxy
           
 class DefaultAnnotation
           
 

Methods in fr.inria.oadymppac.solver that return Annotation
 Annotation AnnotationManager.get(int index)
          Returns the index's created variable.
 Annotation AnnotationManager.get(java.lang.Object key)
          Returns the index's created variable.
 

Methods in fr.inria.oadymppac.solver with parameters of type Annotation
 void DefaultAnnotation.addReference(Annotation a)
           
 void DefaultAnnotation.removeReference(Annotation a)
           
 void AnnotationProxy.addReference(Annotation a)
           
 void AnnotationProxy.removeReference(Annotation a)
           
 void Annotation.addReference(Annotation a)
           
 void Annotation.removeReference(Annotation a)
           
 

Uses of Annotation in fr.inria.oadymppac.solver.parsing.adapter
 

Methods in fr.inria.oadymppac.solver.parsing.adapter with parameters of type Annotation
 void AnnotationAdapter.adapt(AnnotationInfo info, Annotation element)
           
 void AbstractAdapter.adapt(AnnotationInfo info, Annotation element)