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

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

Uses of FElementRef in de.uni_paderborn.fujaba.asg
 

Classes in de.uni_paderborn.fujaba.asg that implement FElementRef
 class ASGElementRef
          This class implements the stub-mechanism, which allows to establish an association between two distinct meta-model elements.
 

Methods in de.uni_paderborn.fujaba.asg that return FElementRef
 FElementRef ASGElement.getFromFElementReferences(java.lang.String key)
          Get the fromFElementReferences attribute of the ASGElement object
 

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

Uses of FElementRef in de.uni_paderborn.fujaba.codegen
 

Classes in de.uni_paderborn.fujaba.codegen that implement FElementRef
 class AccessedElementRef
           
 class AccessMethodRef
           
 class GeneratedMethodRef
           
 class StatechartMethodRef
           
 

Uses of FElementRef in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FElementRef
 FElementRef FElement.getFromFElementReferences(java.lang.String key)
          Get the fromReferences attribute of the ASGElement object
 

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