|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLTypeList | |
de.uni_paderborn.fujaba.fsa.swing | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.gxl | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
Uses of UMLTypeList in de.uni_paderborn.fujaba.fsa.swing |
Methods in de.uni_paderborn.fujaba.fsa.swing with parameters of type UMLTypeList | |
private void |
UMLTypeListComboBoxModel.addAll(UMLTypeList umlTypeList)
Access method for a To N-association. |
Uses of UMLTypeList in de.uni_paderborn.fujaba.gui |
Fields in de.uni_paderborn.fujaba.gui declared as UMLTypeList | |
private UMLTypeList |
PEClass.typeList
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLTypeList in de.uni_paderborn.fujaba.gxl |
Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLTypeList | |
private boolean |
UMLClassDiagramFilter.verifyUMLTypeList(UMLTypeList vObject)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLTypeList in de.uni_paderborn.fujaba.uml |
Fields in de.uni_paderborn.fujaba.uml declared as UMLTypeList | |
private UMLTypeList |
UMLProject.typeList
No comment provided by developer, please add a comment to improve documentation. |
private UMLTypeList |
UMLClass.revTypes
+------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types |
private UMLTypeList |
UMLBaseTypes.revTypes
+------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types |
private UMLTypeList |
UMLArray.revTypes
+------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types |
Methods in de.uni_paderborn.fujaba.uml that return UMLTypeList | |
UMLTypeList |
UMLTypeList.createNewInstance()
returns a new empty list. |
UMLTypeList |
UMLType.getRevTypes()
Get the revTypes attribute of the UMLType object |
UMLTypeList |
UMLProject.getTypeList()
Get the typeList attribute of the UMLProject object |
UMLTypeList |
UMLClass.getRevTypes()
Get the revTypes attribute of the UMLClass object |
UMLTypeList |
UMLBaseTypes.getRevTypes()
Get the revTypes attribute of the UMLBaseTypes object |
UMLTypeList |
UMLArray.getRevTypes()
Get the revTypes attribute of the UMLArray object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLTypeList | |
void |
UMLProject.setTypeList(UMLTypeList typeList)
Sets the typeList attribute of the UMLProject object |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLTypeList | |
UMLClass(java.lang.String name,
UMLStereotype stereotype,
UMLTypeList typeList,
UMLPackage declaredIn)
Constructor for class UMLClass |
|
UMLBaseTypes(java.lang.String name,
java.lang.String progLangType,
UMLTypeList typeList)
Constructor for class UMLBaseTypes |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |