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

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

Uses of UMLAssoc in de.uni_paderborn.fujaba.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as UMLAssoc
private  UMLAssoc EditAssocDialog.assoc
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.gui that return UMLAssoc
private  UMLAssoc PEActLink.createAssocOnTheFly(UMLObject sourceObj, UMLObject targetObj, java.lang.String name)
           
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLAssoc
private  boolean PEActLink.checkMultiLinkMode(UMLAssoc assoc)
          No comment provided by developer, please add a comment to improve documentation.
private  void PEActLink.fillContainerComboBox(UMLAssoc assoc)
          No comment provided by developer, please add a comment to improve documentation.
 void KindComboBox.unparse(UMLAssoc assoc, UMLRole leftRole, UMLRole rightRole)
          unparse the data of the leftRole and rightRole-object to the ComboBox data.
static void EditAssocDialog.addAssocToAllClassDiags(UMLAssoc assoc)
           
private  void EditAssocDialog.parseStereotypes(javax.swing.JComboBox box, UMLAssoc association)
          No comment provided by developer, please add a comment to improve documentation.
static void EditAssocDialog.prepareAssocCodeGeneration(UMLAssoc assoc)
          Prepare association for code generation.
 void AssocCodeGenerator.completeAssoc(UMLAssoc assoc)
          Complete the assoc implementation. param assoc The association which will be completed.
private  long AssocCodeGenerator.analyzeAssoc(UMLAssoc assoc)
          Clear the old annotation structure and check for which type of assoc we have to generate code.
protected  void AssocCodeGenerator.repairAssoc(UMLAssoc assoc, long repairCode)
          No comment provided by developer, please add a comment to improve documentation.
protected  void AssocCodeGenerator.repairQualifiedAttrAssoc(UMLAssoc assoc, long repairCode)
          Generates new code for a qualified association.
protected  void AssocCodeGenerator.repairQualifiedFreeAssoc(UMLAssoc assoc, long repairCode)
          Generates new code for a qualified association.
protected  void AssocCodeGenerator.repairStandardAssoc(UMLAssoc assoc)
          Repairs an assoc without qualifiers.
 

Constructors in de.uni_paderborn.fujaba.gui with parameters of type UMLAssoc
EditAssocDialog(javax.swing.JFrame frame, UMLAssoc assoc)
          use this constructor, if the user want to edit an association
 

Uses of UMLAssoc in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLAssoc
private  UMLAssoc UMLRole.revLeftRole
          No comment provided by developer, please add a comment to improve documentation.
private  UMLAssoc UMLRole.revRightRole
          No comment provided by developer, please add a comment to improve documentation.
private  UMLAssoc UMLLink.instanceOf
           0..n instanceOf 0..1 UMLLink ---------------------------- UMLAssoc instances instanceOf
 

Methods in de.uni_paderborn.fujaba.uml that return UMLAssoc
 UMLAssoc UMLRole.getRevLeftRole()
          Get the revLeftRole attribute of the UMLRole object
 UMLAssoc UMLRole.getRevRightRole()
          Get the revRightRole attribute of the UMLRole object
 UMLAssoc UMLRole.getAssoc()
          Get the assoc attribute of the UMLRole object
 UMLAssoc UMLLink.getInstanceOf()
          Get the instanceOf attribute of the UMLLink object
static UMLAssoc[] UMLAssoc.getAssocForItems(UMLClass firstClass, java.lang.String firstRoleName, UMLClass secondClass, java.lang.String secondRoleName)
          Boolean static method to check wether two classes are connected via the passed association.
static UMLAssoc UMLAssoc.getRef(UMLClass theClass, java.lang.String theRoleName)
          Get the ref attribute of the UMLAssoc class
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLAssoc
 void UMLLink.setInstanceOf(UMLAssoc instanceOf)
          Sets the instanceOf attribute of the UMLLink object
 boolean UMLAssocStereotype.removeFromUMLAssoc(UMLAssoc value)
          Deprecated. use UMLStereotype instead
 boolean UMLAssocStereotype.hasInUMLAssoc(UMLAssoc value)
          Deprecated. use UMLStereotype instead
 boolean UMLAssocStereotype.addToUMLAssoc(UMLAssoc value)
          Deprecated. use UMLStereotype instead
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLAssoc
UMLRole(java.lang.String name, int adornment, UMLClass target, UMLQualifier qualifier, UMLCardinality card, int visibility, UMLAssoc revLeftRole, UMLAssoc revRightRole)
          Constructor for class UMLRole
UMLLinkSet(java.lang.String name, int type, int modifier, java.lang.String range, UMLObject source, UMLObject target, UMLAssoc instanceOf, int setType)
          Constructor for class UMLLinkSet
UMLLink(java.lang.String name, int type, int modifier, java.lang.String range, UMLObject source, UMLObject target, UMLAssoc instanceOf)
          Constructor for class UMLLink
 

Uses of UMLAssoc in de.uni_paderborn.fujaba.uml.utility
 

Methods in de.uni_paderborn.fujaba.uml.utility that return UMLAssoc
static UMLAssoc UMLClassDiagramUtility.getAssoc(java.lang.String assocName)
          returns the association for a given association name.
static UMLAssoc UMLClassDiagramUtility.searchForAssoc(UMLClass class1, UMLClass class2, java.lang.String assocName)
          No comment provided by developer, please add a comment to improve documentation.