Uses of Interface
de.uni_paderborn.fujaba.metamodel.FAnnotation

Packages that use FAnnotation
de.uni_paderborn.fujaba.asg The Abstract Syntax Graph model. 
de.uni_paderborn.fujaba.metamodel   
 

Uses of FAnnotation in de.uni_paderborn.fujaba.asg
 

Classes in de.uni_paderborn.fujaba.asg that implement FAnnotation
 class ASGAnnotation
          Associations ------- 0..n Annotations 0..n ASGAnnotation | key |--------------------------- ASGElement ------- annotations elements
 

Methods in de.uni_paderborn.fujaba.asg with parameters of type FAnnotation
 boolean ASGElement.addToAnnotations(java.lang.String key, FAnnotation value)
          Access method for an one to n association.
 boolean ASGElement.hasInAnnotations(FAnnotation value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean ASGElement.removeFromAnnotations(java.lang.String key, FAnnotation value)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FAnnotation in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FAnnotation
 boolean FElement.addToAnnotations(java.lang.String key, FAnnotation value)
          Access method for an one to n association.
 boolean FElement.hasInAnnotations(FAnnotation value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FElement.removeFromAnnotations(java.lang.String key, FAnnotation value)
          No comment provided by developer, please add a comment to improve documentation.