|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLAssoc | |
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)
|
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 |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |