|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLPackage | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.uml.actions |
Uses of UMLPackage in de.uni_paderborn.fujaba.gui |
Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLPackage | |
void |
RepairProjectDialog.removeGenMethods(UMLPackage pack)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLPackage in de.uni_paderborn.fujaba.uml |
Methods in de.uni_paderborn.fujaba.uml that return UMLPackage | |
UMLPackage |
UMLProject.getRootPackage()
Get the rootPackage attribute of the UMLProject object |
UMLPackage |
UMLProject.getFromPackages(java.lang.String key)
Get the fromPackages attribute of the UMLProject object |
UMLPackage |
UMLProject.getNewFromPackages(java.lang.String fullName)
Searches for a package with the full-name fullname and returns this package. |
UMLPackage |
UMLProject.getNewFromPackages(java.lang.String fullName,
boolean coobraPersistent)
Get the newFromPackages attribute of the UMLProject object |
UMLPackage |
UMLProject.findPackage(java.lang.String fullName)
No comment provided by developer, please add a comment to improve documentation. |
UMLPackage |
UMLProject.findPackage(java.lang.String fullName,
boolean create)
No comment provided by developer, please add a comment to improve documentation. |
UMLPackage |
UMLProject.findPackage(java.lang.String fullName,
boolean create,
boolean coobraPersistent)
No comment provided by developer, please add a comment to improve documentation. |
UMLPackage |
UMLProject.getDefaultPackage()
Searches for the default project and returns it. |
UMLPackage |
UMLPackage.getFromPackages(java.lang.String key)
Get the fromPackages attribute of the UMLPackage object |
UMLPackage |
UMLPackage.getParent()
Get the parent attribute of the UMLPackage object |
UMLPackage |
UMLFile.getPackage()
the package to which this file belongs 0,1 n n 0,1 UMLFile <--------------> UMLClass <--------------> UMLPackage |
UMLPackage |
UMLClass.getDeclaredInPackage()
Get the declaredInPackage attribute of the UMLClass object |
UMLPackage |
UMLClass.findPackage()
|
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLPackage | |
void |
UMLProject.setRootPackage(UMLPackage rootPackage)
There should be no need to set the rootPackage outside of this class. |
void |
UMLProject.addToPackages(UMLPackage elem,
java.lang.String fullName)
Adds a feature to the ToPackages attribute of the UMLProject object |
void |
UMLProject.addToPackages(java.lang.String fullName,
UMLPackage pkg)
for loading (versioning): add a package effect: addToPackages( pkg, key ); |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLPackage | |
UMLClass(java.lang.String name,
UMLStereotype stereotype,
UMLTypeList typeList,
UMLPackage declaredIn)
Constructor for class UMLClass |
Uses of UMLPackage in de.uni_paderborn.fujaba.uml.actions |
Methods in de.uni_paderborn.fujaba.uml.actions that return UMLPackage | |
UMLPackage |
ImportClassReferences.findPlace(UMLPackage rootPackage,
java.lang.String name)
findPlace finds the place in the tree rooted on root for name. |
Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLPackage | |
UMLPackage |
ImportClassReferences.findPlace(UMLPackage rootPackage,
java.lang.String name)
findPlace finds the place in the tree rooted on root for name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |