|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLMethod | |
de.uni_paderborn.fujaba.gui | Graphical User Interface |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.uml.utility | |
de.uni_paderborn.tools.util |
Uses of UMLMethod in de.uni_paderborn.fujaba.gui |
Methods in de.uni_paderborn.fujaba.gui that return UMLMethod | |
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.uml |
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.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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |