Uses of Class
de.uni_paderborn.fujaba.uml.UMLAttrExprPair

Packages that use UMLAttrExprPair
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of UMLAttrExprPair in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLAttrExprPair
 void PEActAssertion.selectionChanged(UMLAttrExprPair attrPair)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLAttrExprPair in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLAttrExprPair
 boolean UMLObject.hasInAttrs(UMLAttrExprPair value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.addToAttrs(UMLAttrExprPair value)
          Access method for an one to n association.
 boolean UMLObject.removeFromAttrs(UMLAttrExprPair value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLAttr.hasInInstances(UMLAttrExprPair elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLAttr.addToInstances(UMLAttrExprPair elem)
          Access method for an one to n association.
 void UMLAttr.removeFromInstances(UMLAttrExprPair elem)
          No comment provided by developer, please add a comment to improve documentation.