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

Packages that use UMLObject
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.unparse   
de.uni_paderborn.fujaba.uml.utility   
 

Uses of UMLObject in de.uni_paderborn.fujaba.codegen
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type UMLObject
protected  OOGenToken UMLStoryPatternOOHandler.markObjectAsBound(UMLStoryPattern thePattern, OOGenToken prevToken, UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
protected  void UMLStoryPatternOOHandler.addBindings(java.util.Map isomorphicBinding, UMLObject object, UMLClass objectType)
          Access method for a To N-association.
protected  void UMLStoryPatternOOHandler.addBindings(java.util.Map isomorphicBinding, UMLObject object, UMLClass objectType, boolean addSuperClasses, boolean addSubClasses)
          Access method for a To N-association.
protected  void UMLStoryPatternOOHandler.addAvailableLinks(UMLStoryPattern thePattern, UMLObject object)
          Access method for an one to n association.
protected  boolean UMLStoryPatternOOHandler.isNavigable(UMLLink link, UMLObject source)
          Get the navigable attribute of the UMLStoryPatternOOHandler object
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForAttrValuePairs(OOGenToken prevToken, UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForAttrValuePairs(UMLObject object, OOGenToken prevToken)
          No comment provided by developer, please add a comment to improve documentation.
protected  OOGenToken UMLStoryPatternOOHandler.generateCodeForBoundObjectChecks(OOGenToken prevToken, UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLObject in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui that return UMLObject
 UMLObject SDMObjectDialog.getObject()
          Get the object attribute of the SDMObjectDialog object
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLObject
 void SDMObjectDialog.setObject(UMLObject object)
          Sets the object attribute of the SDMObjectDialog object
 

Uses of UMLObject in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLObject
 UMLObject UMLStopActivity.getReturnParam()
          Deprecated. returnValue is used always now
 UMLObject UMLObject.getBoundTo()
          Get the boundTo attribute of the UMLObject object
 UMLObject UMLObject.getSuccessorObject()
          Return an successor object of this object
 UMLObject UMLMultiLink.getContainerObject()
          Get the containerObject attribute of the UMLMultiLink object
 UMLObject UMLMultiLink.getSourceObject()
          Get the sourceObject attribute of the UMLMultiLink object
 UMLObject UMLMultiLink.getTargetObject()
          Get the targetObject attribute of the UMLMultiLink object
 UMLObject UMLLinkSet.getToSetObject()
          Get the toSetObject attribute of the UMLLinkSet object
 UMLObject UMLLink.getSource()
          Get the source attribute of the UMLLink object
 UMLObject UMLLink.getTarget()
          Get the target attribute of the UMLLink object
 UMLObject UMLLink.getUnboundObject(java.util.HashMap boundObjects)
          Get the unboundObject attribute of the UMLLink object
 UMLObject UMLCollabStat.getCallTarget()
          Get the callTarget attribute of the UMLCollabStat object
 UMLObject UMLCollabStat.getCallSource()
          Get the callSource attribute of the UMLCollabStat object
 UMLObject UMLAttrExprPair.getRevAttrs()
          Get the revAttrs attribute of the UMLAttrExprPair object
protected  UMLObject UMLActivityDiagram.getFromNewStoryObjects(java.lang.String key)
          Get the fromNewStoryObjects attribute of the UMLActivityDiagram object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLObject
 void UMLStoryPattern.addToVariables(UMLObject object)
          Access method for an one to n association.
 void UMLStopActivity.setReturnParam(UMLObject returnParam)
          Deprecated. returnValue is used always now
 boolean UMLPath.isNavigable(UMLObject source)
          Get the navigable attribute of the UMLPath object
 UMLRole UMLPath.getCorrespondingRole(UMLObject object)
          Get the correspondingRole attribute of the UMLPath object
 boolean UMLObject.setBoundTo(UMLObject value)
          Sets the boundTo attribute of the UMLObject object
 boolean UMLObject.addToBindings(UMLObject value)
          Access method for an one to n association.
 boolean UMLObject.hasInBindings(UMLObject value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLObject.removeFromBindings(UMLObject value)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLMultiLink.setContainerObject(UMLObject containerObject)
          Sets the containerObject attribute of the UMLMultiLink object
 java.lang.String UMLMultiLink.findLowerBound(UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String UMLMultiLink.findNextNormalLowerBound(UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String UMLMultiLink.findUpperBoundForNormal(UMLObject object, java.util.HashMap boundObjects)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLMultiLink.hasAnyLowerBound(UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
 java.lang.String UMLMultiLink.findUpperBoundForOptional(UMLObject object, java.util.HashMap boundObjects)
          No comment provided by developer, please add a comment to improve documentation.
 int UMLMultiLink.getContext(UMLObject leftObject, UMLObject rightObject, UMLLink leftLink, UMLLink rightLink)
          Get the context attribute of the UMLMultiLink object
 UMLRole UMLMultiLink.getCorrespondingRole(UMLObject object)
          Get the correspondingRole attribute of the UMLMultiLink object
 void UMLLinkSet.setToSetObject(UMLObject toSetObject)
          Sets the toSetObject attribute of the UMLLinkSet object
 boolean UMLLink.setSource(UMLObject source)
          Sets the source attribute of the UMLLink object
 boolean UMLLink.setTarget(UMLObject target)
          Sets the target attribute of the UMLLink object
 boolean UMLLink.isNavigable(UMLObject source)
          Get the navigable attribute of the UMLLink object
 UMLRole UMLLink.getCorrespondingRole(UMLObject object)
          Get the correspondingRole attribute of the UMLLink object
 boolean UMLLink.accessable(UMLObject object)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLLink.checkNegativeError(UMLObject sourceObject, UMLObject targetObject, int priority)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLComplexState.hasInDeclaredVariables(UMLObject value)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLComplexState.addToDeclaredVariables(UMLObject value)
          Access method for an one to n association.
 void UMLCollabStat.setCallTarget(UMLObject callTarget)
          Sets the callTarget attribute of the UMLCollabStat object
 boolean UMLCollabStat.setCallSource(UMLObject value)
          Sets the callSource attribute of the UMLCollabStat object
 boolean UMLClass.hasInInstances(UMLObject elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLClass.addToInstances(UMLObject elem)
          Access method for an one to n association.
 void UMLClass.removeFromInstances(UMLObject elem)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLAttrExprPair.setRevAttrs(UMLObject revAttrs)
          Sets the revAttrs attribute of the UMLAttrExprPair object
protected  void UMLActivityDiagram.addToNewStoryObjects(UMLObject value)
          Access method for an one to n association.
protected  boolean UMLActivityDiagram.hasInNewStoryObjects(UMLObject value)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLObject
UMLStopActivity(UMLObject returnParam)
          Constructor for class UMLStopActivity
UMLPath(UMLObject source, java.lang.String expression, UMLObject target)
          Constructor for class UMLPath
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
UMLLinkSet(java.lang.String name, int type, int modifier, java.lang.String range, UMLObject source, UMLObject target, UMLAssoc instanceOf, int setType)
          Constructor for class UMLLinkSet
UMLLink(java.lang.String name, int type, int modifier, java.lang.String range, UMLObject source, UMLObject target, UMLAssoc instanceOf)
          Constructor for class UMLLink
UMLCollabStat(UMLCollabStat father, UMLObject src, UMLObject tgt, UMLDiagram diag)
          Constructor for class UMLCollabStat
UMLAttrExprPair(java.lang.String name, int qualifier, int operation, java.lang.String expression, UMLAttr instanceOf, UMLObject revAttrs)
          Constructor for class UMLAttrExprPair
 

Uses of UMLObject in de.uni_paderborn.fujaba.uml.unparse
 

Methods in de.uni_paderborn.fujaba.uml.unparse with parameters of type UMLObject
 void UMObject.setBorder(UMLObject object, FSASeparatedPanel objectPanel)
          Sets the border attribute of the UMObject object
 

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

Methods in de.uni_paderborn.fujaba.uml.utility that return UMLObject
static UMLObject UMLObjectDiagramUtility.getObject(java.lang.String objectName)
          returns the object for a given object name.
 

Methods in de.uni_paderborn.fujaba.uml.utility with parameters of type UMLObject
static de.upb.tools.fca.FTreeSet UMLObjectDiagramUtility.getAssociations(UMLObject srcObj, UMLObject tgtObj)
          returns the list of associations between two objects.
static de.upb.tools.fca.FTreeSet UMLObjectDiagramUtility.getASGElementRefAssocs(UMLObject srcObj, UMLObject tgtObj)
          returns the list of associations between two objects.
 UMLMultiLink MultiLinkGenerator.generateFirstMultiLink(UMLObject containerObject, UMLIncrement umlIncrement)
          No comment provided by developer, please add a comment to improve documentation.
 UMLMultiLink MultiLinkGenerator.generateLastMultiLink(UMLObject containerObject, UMLIncrement umlIncrement)
          No comment provided by developer, please add a comment to improve documentation.
 UMLMultiLink MultiLinkGenerator.generateMultiLink(int type, int index, boolean negative, UMLObject containerObject, ASGElement asgElement, ASGElement secondAsgElement)
          No comment provided by developer, please add a comment to improve documentation.