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

Packages that use UMLProject
de.uni_paderborn.fujaba.ant   
de.uni_paderborn.fujaba.app The Fujaba Application 
de.uni_paderborn.fujaba.coobra   
de.uni_paderborn.fujaba.packagediagrams   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.views   
test.de.uni_paderborn.fujaba.uml   
 

Uses of UMLProject in de.uni_paderborn.fujaba.ant
 

Methods in de.uni_paderborn.fujaba.ant that return UMLProject
 UMLProject AbstractRepairUMLProjectTask.getUmlProject()
           
 

Methods in de.uni_paderborn.fujaba.ant with parameters of type UMLProject
 void AbstractRepairUMLProjectTask.setUmlProject(UMLProject umlProject)
           
 

Uses of UMLProject in de.uni_paderborn.fujaba.app
 

Methods in de.uni_paderborn.fujaba.app with parameters of type UMLProject
 void FrameMain.setUMLProject(UMLProject project)
          Set a new UMLProject and reset the tree and other stuff.
 

Uses of UMLProject in de.uni_paderborn.fujaba.coobra
 

Methods in de.uni_paderborn.fujaba.coobra that return UMLProject
static UMLProject FujabaChangeManager.getUMLProject()
          Get the uMLProject attribute of the FujabaChangeManager class
 

Uses of UMLProject in de.uni_paderborn.fujaba.packagediagrams
 

Constructors in de.uni_paderborn.fujaba.packagediagrams with parameters of type UMLProject
PackageDiagram(java.lang.String name, UMLProject project)
          Constructor for class PackageDiagram
 

Uses of UMLProject in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLProject
 UMLProject UMLTypeList.getProject()
          Get the project attribute of the UMLTypeList object
static UMLProject UMLProject.get()
          Use this method to get the instance of UMLProject.
static UMLProject UMLProject.createPlainProject()
          The current project will be removed and a new one is returned with an initialized base type list.
static UMLProject UMLProject.loadProject(java.io.File inputFile)
          No comment provided by developer, please add a comment to improve documentation.
static UMLProject UMLProject.loadProject(java.io.BufferedReader reader, java.lang.String fileName)
          Original loadProject method.
 UMLProject UMLFile.getProject()
          Get the project attribute of the UMLFile object
 UMLProject UMLClass.getProject()
          Get the project attribute of the UMLClass object
 UMLProject UMLClass.getDeclaredInReferences()
          Get the declaredInReferences attribute of the UMLClass object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLProject
 void UMLTypeList.setProject(UMLProject project)
          Sets the project attribute of the UMLTypeList object
static void UMLProject.setNewProject(UMLProject newProject)
          Removes the old project and sets a new one.
 void UMLFile.setProject(UMLProject proj)
          Sets the project attribute of the UMLFile object
 boolean UMLClass.setDeclaredInReferences(UMLProject obj)
          Sets the declaredInReferences attribute of the UMLClass object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLProject
UMLTypeList(UMLProject project)
          Constructor for class UMLTypeList
UMLStoryPattern(java.lang.String name, UMLProject project, int type, UMLStoryActivity revStoryDiag)
          Constructor for class UMLStoryPattern
UMLStatechart(java.lang.String name, UMLProject project)
          Constructor for class UMLStatechart
UMLObjectDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLObjectDiagram
UMLDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLDiagram
UMLClassDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLClassDiagram
UMLActivityDiagram(java.lang.String name, UMLProject project)
          Constructor for class UMLActivityDiagram
 

Uses of UMLProject in de.uni_paderborn.fujaba.views
 

Constructors in de.uni_paderborn.fujaba.views with parameters of type UMLProject
ViewDiagram(java.lang.String name, UMLProject project)
          Constructor for class ViewDiagram
 

Uses of UMLProject in test.de.uni_paderborn.fujaba.uml
 

Methods in test.de.uni_paderborn.fujaba.uml with parameters of type UMLProject
protected  java.io.File UMLTestBase.createEmptyGeneratedDir(UMLProject elevatorProject)
           
protected  void UMLTestBase.setOutputDirectory(UMLProject elevatorProject, java.io.File genDir)