|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UMLLink | |
de.uni_paderborn.fujaba.codegen | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.uml.utility |
Uses of UMLLink in de.uni_paderborn.fujaba.codegen |
Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLLink | |
protected boolean |
UMLStoryPatternOOHandler.createNegativeLinkSearch(UMLLink umlLink,
java.util.HashMap boundObjects,
java.util.HashMap isomorphicBindings)
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
UMLStoryPatternOOHandler.postponeLinkCodeGeneration(UMLLink umlLink,
java.util.HashMap boundObjects,
java.util.HashMap isomorphicBindings)
No comment provided by developer, please add a comment to improve documentation. |
protected OOGenToken[] |
UMLStoryPatternOOHandler.generateCodeForLink(UMLStoryPattern thePattern,
OOGenToken top,
UMLLink umlLink)
No comment provided by developer, please add a comment to improve documentation. |
protected boolean |
UMLStoryPatternOOHandler.isNavigable(UMLLink link,
UMLObject source)
Get the navigable attribute of the UMLStoryPatternOOHandler object |
Uses of UMLLink in de.uni_paderborn.fujaba.uml |
Subclasses of UMLLink in de.uni_paderborn.fujaba.uml | |
class |
UMLLinkSet
No comment provided by developer, please add a comment to improve documentation. |
class |
UMLPath
This class represents path expressions |
Methods in de.uni_paderborn.fujaba.uml that return UMLLink | |
UMLLink |
UMLMultiLink.getSourceLink()
Get the sourceLink attribute of the UMLMultiLink object |
UMLLink |
UMLMultiLink.getTargetLink()
Get the targetLink attribute of the UMLMultiLink object |
UMLLink |
UMLLink.getSuccessorLink(java.util.TreeMap objectsMap)
Get the successorLink attribute of the UMLLink object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLLink | |
boolean |
UMLObject.hasInRevSource(UMLLink value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLObject.addToRevSource(UMLLink value)
Access method for an one to n association. |
boolean |
UMLObject.removeFromRevSource(UMLLink value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLObject.hasInRevTarget(UMLLink value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLObject.addToRevTarget(UMLLink value)
Access method for an one to n association. |
boolean |
UMLObject.removeFromRevTarget(UMLLink value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLMultiLink.setSourceLink(UMLLink sourceLink)
Sets the sourceLink attribute of the UMLMultiLink object |
boolean |
UMLMultiLink.setTargetLink(UMLLink targetLink)
Sets the targetLink attribute of the UMLMultiLink object |
int |
UMLMultiLink.getContext(UMLObject leftObject,
UMLObject rightObject,
UMLLink leftLink,
UMLLink rightLink)
Get the context attribute of the UMLMultiLink object |
static boolean |
UMLLink.checkSwap(UMLLink link)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLAssoc.hasInInstances(UMLLink elem)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLAssoc.addToInstances(UMLLink elem)
Access method for an one to n association. |
void |
UMLAssoc.removeFromInstances(UMLLink elem)
No comment provided by developer, please add a comment to improve documentation. |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLLink | |
UMLMultiLink(UMLLink sourceLink,
UMLLink targetLink,
UMLObject containerObject,
int type)
Constructor for class UMLMultiLink |
|
UMLMultiLink(UMLLink sourceLink,
UMLLink targetLink,
UMLObject containerObject,
int type,
int index)
Constructor for class UMLMultiLink |
Uses of UMLLink in de.uni_paderborn.fujaba.uml.utility |
Methods in de.uni_paderborn.fujaba.uml.utility with parameters of type UMLLink | |
static de.upb.tools.fca.FTreeSet |
UMLObjectDiagramUtility.getAssociations(UMLLink link)
Returns the list of associations for a link. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |