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

Packages that use UMLMethod
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.actions   
de.uni_paderborn.fujaba.uml.utility   
de.uni_paderborn.tools.util   
 

Uses of UMLMethod in de.uni_paderborn.fujaba.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as UMLMethod
private  UMLMethod PEThrowsDialog.method
          UMLAttribute: ' method : UMLMethod'
 

Methods in de.uni_paderborn.fujaba.gui that return UMLMethod
private  UMLMethod StartActivityPanelForMethod.getMethod()
          Get the method attribute of the StartActivityPanelForMethod object
 UMLMethod StartActivityPanel.MethodsListModel.getMethodAt(int index)
          Get the methodAt attribute of the MethodsListModel object
 UMLMethod PEThrowsDialog.getMethod()
          Get the method attribute of the PEThrowsDialog object
 UMLMethod PEThrowsDialog.setMethod(UMLMethod method)
          Sets the method attribute of the PEThrowsDialog object
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLMethod
 UMLMethod PEThrowsDialog.setMethod(UMLMethod method)
          Sets the method attribute of the PEThrowsDialog object
 

Constructors in de.uni_paderborn.fujaba.gui with parameters of type UMLMethod
PEThrowsDialog(javax.swing.JFrame frame, UMLMethod method, java.util.Enumeration listOfTypes)
          UMLMethod : '+ PEThrowsDialog (UMLMethod) : Constructor
 

Uses of UMLMethod in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLMethod
private  boolean UMLClassDiagramFilter.verifyUMLMethod(UMLMethod vObject)
          No comment provided by developer, please add a comment to improve documentation.
private  boolean UMLActivityDiagramFilter.verifyUMLMethod(UMLMethod vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLMethod in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLMethod
private  UMLMethod UMLStartActivity.spec
          reverse UMLActivityStart revSpec
private  UMLMethod UMLParam.revParam
          No comment provided by developer, please add a comment to improve documentation.
private  UMLMethod UMLCollabStat.method
          No comment provided by developer, please add a comment to improve documentation.
private  UMLMethod UMLClass.declaredInMethod
           +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLMethod +-----------+ declares declaredInMethod
private  UMLMethod UMLActivityDiagram.storyMethod
          reverse UMLActivityStart revSpec
private  UMLMethod UMLAction.uMLMethod
           0..1 method 0..1 UMLMethod -------------------------- UMLAction uMLMethod uMLAction
private  UMLMethod ASTRootNode.method
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml that return UMLMethod
 UMLMethod UMLStartActivity.getSpec()
          Get the spec attribute of the UMLStartActivity object
 UMLMethod UMLParam.getRevParam()
          Get the revParam attribute of the UMLParam object
 UMLMethod UMLCollabStat.getMethod()
          Get the method attribute of the UMLCollabStat object
 UMLMethod UMLClass.getFromMethods(java.lang.String key)
          Get the fromMethods attribute of the UMLClass object
 UMLMethod UMLClass.getFromSignals(java.lang.String key)
          Get the fromSignals attribute of the UMLClass object
 UMLMethod UMLClass.getFromMethodsByShortName(java.lang.String key)
          Get the fromMethodsByShortName attribute of the UMLClass object
 UMLMethod UMLClass.getFromMethodsByShortNameIncludingInherited(java.lang.String key)
          Searches recursivly the inheritance hierarchy and looks for methods.
 UMLMethod UMLClass.getDeclaredInMethod()
          Get the declaredInMethod attribute of the UMLClass object
 UMLMethod UMLClass.getFromAllMethods(java.lang.String key)
          Get the fromAllMethods attribute of the UMLClass object
 UMLMethod UMLClass.getPubMethWithKey(java.lang.String key)
          Check if an class has an public accessible method including derived methods with given (full) name and return it
 UMLMethod UMLAttr.findAccessMethod(int type)
          Search for an associated access method of the specified type.
 UMLMethod UMLActivityDiagram.getStoryMethod()
          Get the spec attribute of the UMLStartActivity object
 UMLMethod UMLAction.getUMLMethod()
          UMLMethod: '+ getUMLMethod (): UMLMethod'.
 UMLMethod ASTRootNode.getMethod()
          Get the method attribute of the ASTRootNode object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLMethod
 void UMLStartActivity.setSpec(UMLMethod spec)
          Sets the spec attribute of the UMLStartActivity object
 void UMLCollabStat.setMethod(UMLMethod value)
          Sets the value attribute of the UMLCollabStat object
 boolean UMLClass.hasInSignals(UMLMethod obj)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLClass.addToSignals(UMLMethod obj)
          Access method for an one to n association.
 boolean UMLClass.removeFromSignals(UMLMethod obj)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLClass.replaceMethod(UMLMethod method)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLAttr.hasInAccessMethods(UMLMethod value)
          UMLMethod: '+ hasInAccessMethods (value: UMLMethod): Boolean'.
 boolean UMLAttr.addToAccessMethods(UMLMethod value)
          UMLMethod: '+ addToAccessMethods (value: UMLMethod): Boolean'.
 boolean UMLAttr.removeFromAccessMethods(UMLMethod value)
          UMLMethod: '+ removeFromAccessMethods (value: UMLMethod): Boolean'.
 void UMLActivityDiagram.setStoryMethod(UMLMethod storyMethod)
          Sets the spec attribute of the UMLStartActivity object
 boolean UMLAction.setUMLMethod(UMLMethod value)
          UMLMethod: '+ setUMLMethod (value: UMLMethod): Boolean'.
 void ASTRootNode.setMethod(UMLMethod value)
          Sets the method attribute of the ASTRootNode object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLMethod
UMLStartActivity(UMLMethod spec)
          Constructor for class UMLStartActivity
UMLParam(java.lang.String name, UMLType paramType, UMLMethod revParam)
          Constructor for class UMLParam
UMLAction(UMLMethod action)
          Constructor for class UMLAction
 

Uses of UMLMethod in de.uni_paderborn.fujaba.uml.actions
 

Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLMethod
private  void RemoveGeneratedMethodsAction.removeMethod(UMLMethod umlMethod)
          No comment provided by developer, please add a comment to improve documentation.
 

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

Methods in de.uni_paderborn.fujaba.uml.utility with parameters of type UMLMethod
static void UMLClassDiagramUtility.removeMethodBySameName(UMLClass cls, UMLMethod method)
          removes tmpMethod with has the same name (not signature!)
 

Uses of UMLMethod in de.uni_paderborn.tools.util
 

Methods in de.uni_paderborn.tools.util with parameters of type UMLMethod
static java.lang.String MethodDeclaration.userReadableSignature(UMLMethod method)
          No comment provided by developer, please add a comment to improve documentation.