Uses of Class
de.uni_paderborn.fujaba.asg.ASGElement

Packages that use ASGElement
de.uni_paderborn.fujaba.app The Fujaba Application 
de.uni_paderborn.fujaba.asg The Abstract Syntax Graph model. 
de.uni_paderborn.fujaba.basic Basic Classes for Fujaba 
de.uni_paderborn.fujaba.codegen   
de.uni_paderborn.fujaba.fsa Fujaba Swing Adapter 
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.packagediagrams   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.unparse   
de.uni_paderborn.fujaba.uml.utility   
de.uni_paderborn.fujaba.views   
de.uni_paderborn.fujaba.views.cf   
 

Uses of ASGElement in de.uni_paderborn.fujaba.app
 

Methods in de.uni_paderborn.fujaba.app with parameters of type ASGElement
 Message FrameMain.showError(java.lang.String text, ASGElement context)
          Convenience method to show a standard error text.
 

Uses of ASGElement in de.uni_paderborn.fujaba.asg
 

Subclasses of ASGElement in de.uni_paderborn.fujaba.asg
 class ASGAnnotation
          Associations ------- 0..n Annotations 0..n ASGAnnotation | key |--------------------------- ASGElement ------- annotations elements
 class ASGCollapsableUnparseInformation
          No comment provided by developer, please add a comment to improve documentation.
 class ASGDiagram
          Associations 0..1 hasCurrentDiagram 0..1 ASGProject --------------------------------- ASGDiagram currentProject currentDiagram
 class ASGElementRef
          This class implements the stub-mechanism, which allows to establish an association between two distinct meta-model elements.
 class ASGInformation
          Associations ------- information 0..1 ASGInformation | key |---------------------------------> String ------- information -------- 0..1 aSGInformation 0..1 ASGUnparseInformation | name |------------------------------ ASGInformation -------- parent aSGinformation
 class ASGProject
          A project stores a lot of different diagrams.
 class ASGUnparseInformation
          Stores information about an UnparseInterface of an ASGElement Associations -------- 0..1 ASGInformation 0..1 ASGUnparseInformation | name |------------------------------ ASGInformation -------- parent aSGInformation
 

Methods in de.uni_paderborn.fujaba.asg that return ASGElement
 ASGElement ASGUnparseInformation.getASGElement()
           
 ASGElement ASGUnparseInformation.getASGElementKey()
           
static ASGElement ASGToolBox.getSingleSelectedDiagramItem()
          Get the singleSelectedDiagramItem attribute of the Utility class
 ASGElement ASGProject.searchID(java.lang.String id)
          returns the ASGElement specified by the given search key.
 ASGElement ASGElementRef.getElement()
          Get the element attribute of the ASGElementRef object
 ASGElement ASGElement.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 ASGElement ASGDiagram.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 

Methods in de.uni_paderborn.fujaba.asg with parameters of type ASGElement
 boolean ASGUnparseInformation.setASGElement(ASGElement key, ASGElement value)
          assign an ASGElement to this information
 boolean ASGUnparseInformation.setASGElement(ASGElement value)
          used for loading/redo (do not use directly)
static ASGDiagram ASGToolBox.getDiagramOfDiagramItem(ASGElement item)
          Get the diagramOfDiagramItem attribute of the Utility class
 boolean ASGElement.removeFromUnparseInformations(ASGElement key, ASGUnparseInformation value)
           
 boolean ASGElement.removeFromUnparseInformations(ASGElement key)
           
 boolean ASGElement.addToUnparseInformations(ASGElement key, ASGUnparseInformation value)
          add an information about unparsing of this ASGElement
 ASGUnparseInformation ASGElement.getFromUnparseInformations(ASGElement key)
           
 void ASGElement.updateFSALocation(ASGElement parent, java.lang.String propertyName, java.awt.Point location)
          moves all FSAObject with the specified propertyName and logical parent to the location
 void ASGElement.updateFSACollapsed(ASGElement parent, java.lang.String propertyName, boolean collapsed)
          un/collapse all FSAObject with the specified propertyName and logical parent
 void ASGElement.addPointToUnparseInformation(ASGElement parent, java.lang.String property, java.awt.Point point)
          add a point information of a specific parent property
 java.awt.Point ASGElement.getPointFromUnparseInformation(ASGElement parent, java.lang.String property)
          Convenience method for getUnparseInformation.
 boolean ASGCollapsableUnparseInformation.setASGElement(ASGElement key, ASGElement value)
          Sets the aSGElement attribute of the ASGCollapsableUnparseInformation object
 

Uses of ASGElement in de.uni_paderborn.fujaba.basic
 

Methods in de.uni_paderborn.fujaba.basic with parameters of type ASGElement
 void PointIncrement.notifyUponChange(ASGElement asgElement, ASGElement parent, java.lang.String property)
          Deprecated. for converting old fprs to new locations (ASGUnparseInformation)
 void IncrSelector.gotoElement(ASGElement element)
           
 

Uses of ASGElement in de.uni_paderborn.fujaba.codegen
 

Subclasses of ASGElement in de.uni_paderborn.fujaba.codegen
 class AccessedElementRef
           
 class AccessMethodRef
           
 class GeneratedMethodRef
           
 class StatechartMethodRef
           
 

Methods in de.uni_paderborn.fujaba.codegen that return ASGElement
 ASGElement OOGenToken.getFirstAsgElement()
           
 ASGElement OOGenToken.getLastAsgElement()
           
 

Methods in de.uni_paderborn.fujaba.codegen with parameters of type ASGElement
 boolean OOGenToken.setFirstAsgElement(ASGElement value)
           
 boolean OOGenToken.setLastAsgElement(ASGElement value)
           
 java.lang.Object CreateImportsOOFunction.generateCode(ASGElement incr, java.lang.String method, java.lang.Object[] param)
          No comment provided by developer, please add a comment to improve documentation.
 boolean CodeGenStrategyHandler.isResponsible(ASGElement asgElement)
          Deprecated. use CodeGenStrategyHandler.isResponsible(de.uni_paderborn.fujaba.metamodel.FElement) instead
 OOGenToken CodeGenStrategyHandler.generateSourceCode(ASGElement asgElement, OOGenToken prevToken, java.lang.Object[] param)
          Deprecated. use CodeGenStrategyHandler.generateSourceCode(de.uni_paderborn.fujaba.metamodel.FElement, OOGenToken, Object[]) instead
 OOGenToken CodeGenStrategy.handlerGenerate(ASGElement asgElement, OOGenToken prevToken, java.lang.Object[] param)
          Deprecated. use CodeGenStrategy.handlerGenerate(de.uni_paderborn.fujaba.metamodel.FElement, OOGenToken, Object[])
 java.lang.Object CodeGenFunction.generateCode(ASGElement incr, java.lang.String methodName, java.lang.Object[] param)
          Deprecated. use CodeGenFunction.generateCode(de.uni_paderborn.fujaba.metamodel.FElement, String, Object[]) instead
 

Uses of ASGElement in de.uni_paderborn.fujaba.fsa
 

Methods in de.uni_paderborn.fujaba.fsa that return ASGElement
 ASGElement FSAObject.getFSAQualifier()
          Get the fSAQualifier attribute of the FSAObject object This function will search this FSAObject objects parents.
 

Methods in de.uni_paderborn.fujaba.fsa with parameters of type ASGElement
 void SelectionManager.addToSelection(ASGElement element)
          Add all fsaObjects belonging to an element to the selection.
static FSAContainer FSAToolBox.getMainFSAContainer(ASGElement item)
          Get the item's main FSAContainer.
static FSAObject FSAToolBox.getFSAObject(ASGElement item, java.lang.String propertyName)
          Get item's FSAObject with given propertyName.
 

Uses of ASGElement in de.uni_paderborn.fujaba.gui
 

Fields in de.uni_paderborn.fujaba.gui declared as ASGElement
protected  ASGElement BasicPropertyEditor.asgElement
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.gui that return ASGElement
 ASGElement PESelection.getIncrement()
          The function getIncrement () returns a valid reference of the corresponding AST object.
 ASGElement PESelection.getSourceSelectedIncr()
          The function getSourceSelectedIncr () returns a valid reference of an object of the AST.
 ASGElement PESelection.getDestSelectedIncr()
          The function getDestinationIncr () returns a valid reference of an object of the AST.
 ASGElement PESelection.getSourceIncrementByName(java.lang.String name)
          Get the sourceIncrementByName attribute of the PESelection object
 ASGElement PESelection.getDestIncrementByName(java.lang.String name)
          Get the destIncrementByName attribute of the PESelection object
 ASGElement PEListIncr.getSelectedIncrement()
          Get the selectedIncrement attribute of the PEListIncr object
 ASGElement PEListIncr.getIncrementByName(java.lang.String name)
          Get the incrementByName attribute of the PEListIncr object
 ASGElement PEListbox.getSelectedIncrement()
          Get the selectedIncrement attribute of the PEListbox object
 ASGElement PEListbox.getIncrementByName(java.lang.String name)
          Get the incrementByName attribute of the PEListbox object
 ASGElement PEItem.getIncrement()
          Get the increment attribute of the PEItem object
 ASGElement EditActivityDialog.getAsgElement()
          Get the asgElement attribute of the EditActivityDialog object
 ASGElement BasicPropertyEditor.getIncrement()
          This function results the context of the coresponding AST Object
 ASGElement ActivityPanel.getAsgElement()
          Get the asgElement attribute of the ActivityPanel object
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type ASGElement
 void PropertyEditor.setIncrement(ASGElement incr)
          This functions sets the context to the AST see also getAsgElement () and getClassIncrement ()
 void PESelection.setIncrement(ASGElement incr)
          The function setIncrement () sets the corresponding object of the AST
 void PESelection.setSourceSelectedIncr(ASGElement incr)
          Sets the sourceSelectedIncr attribute of the PESelection object
 void PESelection.setDestSelectedIncr(ASGElement incr)
          Sets the destSelectedIncr attribute of the PESelection object
 void PESelection.addToSource(ASGElement incr)
          The function addToSource () adds a new entry represented by a valid reference to an object of the AST to the source list.
 void PESelection.addToSource(ASGElement incr, java.lang.String s)
          The function addToSource () adds a new entry represented by a valid reference to an object of the AST and a string to the source list.
 void PESelection.addToDest(ASGElement incr)
          The function addToDest () adds a new entry represented by a valid reference to an object of the AST to the destination list.
 void PESelection.addToDest(ASGElement incr, java.lang.String s)
          The function addToDest () adds a new entry represented by a valid reference to an object of the AST and a string to the source list.
 void PESelection.removeFromSource(ASGElement incr)
          The function removeFromSource () removes a existing entry from the source list.
 void PESelection.removeFromDest(ASGElement incr)
          The function removeFromSource () removes a existing entry from the destination list.
 void PEParameters.setIncrement(ASGElement incr, ASGElement second)
          Sets the increment attribute of the PEParameters object
 void PEMultiLink.setIncrement(ASGElement asgElement, ASGElement secondAsgElement)
          Sets the increment attribute of the PEMultiLink object
 void PEMethod.setIncrement(ASGElement incr)
          Sets the increment attribute of the PEMethod object
 void PEListIncr.add(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void PEListIncr.add(ASGElement incr, java.lang.String s)
          No comment provided by developer, please add a comment to improve documentation.
 int PEListIncr.getIncrementIndex(ASGElement incr)
          Get the incrementIndex attribute of the PEListIncr object
 boolean PEListIncr.isIncrementSelected(ASGElement incr)
          Get the incrementSelected attribute of the PEListIncr object
 void PEListIncr.remove(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void PEListIncr.selectIncrement(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void PEListIncr.selectIncrements(ASGElement[] incrs)
          No comment provided by developer, please add a comment to improve documentation.
 void PEListbox.add(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void PEListbox.remove(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 int PEListbox.getIncrementIndex(ASGElement incr)
          Get the incrementIndex attribute of the PEListbox object
 boolean PEListbox.isIncrementSelected(ASGElement incr)
          Get the incrementSelected attribute of the PEListbox object
 void PEListbox.selectIncrement(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void PEComboIncr.add(ASGElement asgElement)
          No comment provided by developer, please add a comment to improve documentation.
 void PEClass.setIncrement(ASGElement asgElement)
          Sets the increment attribute of the PEClass object
 void PEActTransition.setIncrement(ASGElement asgElement, ASGElement addIncr)
          Sets the increment attribute of the PEActTransition object
 void EditNameAndConstraintsDialog.unparse(ASGElement incr)
          No comment provided by developer, please add a comment to improve documentation.
 void BasicPropertyEditor.setIncrement(ASGElement asgElement)
          This functions sets the context to the AST see also getIncrement () and getClassIncrement ()
 void BasicPropertyEditor.setIncrementWithoutParse(ASGElement asgElement)
          Sets the incrementWithoutParse attribute of the BasicPropertyEditor object
 void ActivityPanel.setAsgElement(ASGElement asgElement)
          Sets the umlIncrement attribute of the ActivityPanel object
 

Constructors in de.uni_paderborn.fujaba.gui with parameters of type ASGElement
StoryActivityPanel(ASGElement asgElement)
          Constructor for class StoryActivityPanel
StopActivityPanel(ASGElement asgElement)
          Constructor for class StopActivityPanel
StatementActivityPanel(ASGElement asgElement)
          Constructor for class StatementActivityPanel
StateActivityPanel(ASGElement asgElement)
          Constructor for class StateActivityPanel
StartActivityPanelForMethod(ASGElement asgElement)
          Constructor for class StartActivityPanelForMethod
StartActivityPanel(ASGElement asgElement)
          Constructor for class StartActivityPanel
SDMObjectDialog(javax.swing.JFrame frame, ASGElement umlIncrement)
          Constructor for class SDMObjectDialog
SDMObjectDialog(javax.swing.JFrame frame, ASGElement umlIncrement, ViewDiagram viewDiag)
          Constructor for class SDMObjectDialog
NopActivityPanel(ASGElement asgElement)
          Constructor for class NopActivityPanel
EditPathExprDialog(javax.swing.JFrame frame, ASGElement asgElem)
          Constructor.
EditActivityDialog(javax.swing.JFrame frame, ASGElement asgElement)
          Constructor for class EditActivityDialog
 

Uses of ASGElement in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type ASGElement
static boolean GXLFilter.hasInItems(ASGElement element)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of ASGElement in de.uni_paderborn.fujaba.packagediagrams
 

Subclasses of ASGElement in de.uni_paderborn.fujaba.packagediagrams
 class DiagramUsage
          UMLClass: 'DiagramUsage' A diagram usage is a placeholder for a diagram within a packagediagram.
 class PackageDiagram
          A Package Diagram.
 

Uses of ASGElement in de.uni_paderborn.fujaba.uml
 

Subclasses of ASGElement in de.uni_paderborn.fujaba.uml
 class ASTNode
          This is the super class for all method body (AST) Abstract Syntax Tree nodes.
 class ASTRootNode
          This class is the Abstract Syntax Tree root node for AST's of method bodies.
 class UMLAction
          UMLClass: 'UMLAction'.
 class UMLActivity
          Associations 0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit 0..1 0..1 UMLActivity ----------------------------------- FlowActivity + UMLActivity + FlowActivity
 class UMLActivityDiagram
          Associations 0..1 contains n UMLComplexState --------------------------- UMLActivityDiagram revContains contains
 class UMLArray
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 class UMLAssoc
          Associations ------------- 0..n stereotype 0..1 UMLAssoc | getText() |----------------------------- UMLStereotype ------------- uMLAssoc uMLStereotype
 class UMLAssocStereotype
          Deprecated. use UMLStereotype instead
 class UMLAttr
          Associations +-----------+ 1 1 UMLClass | getName() +------------------ UMLAttr +-----------+ parent attrs 0..1 0..1 UMLRole ------------------------------------------------ UMLAttr implementingAssocRole associatedAttribute 0..* 0..1 UMLMethod -------------------------------------- UMLAttr accessMethods accessedAttribute
 class UMLAttrExprPair
          Associations 0..n instanceOf 0..1 UMLAttrExprPair ---------------------------- UMLAttr instances instanceOf 0..n attrs 0..1 UMLAttrExprPair ----------------------- UMLObject attrs revAttrs
 class UMLBaseTypes
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 class UMLCardinality
          No comment provided by developer, please add a comment to improve documentation.
 class UMLClass
          UMLClass is the core element of UMLClass-Diagrams.
 class UMLClassDiagram
           
 class UMLCollabStat
          Associations 0..n callTarget 0..1 UMLCollabStat ---------------------------- UMLObject collabStats callTarget 0..1 callSource 0..n UMLObject ---------------------------- UMLCollabStat callSource collabStat 0..1 masterCollabStat 0..1 UMLCollabStat ---------------------------------- UMLStoryPattern revMasterCollabStat myPattern 0..n subStats 0..1 UMLCollabStat -------------------------- UMLCollabStat subStats fatherStat 0..1 masterCollabStat 0..1 UMLDiagram -------------------------------- UMLCollabStat diag collabStat
 class UMLCommentary
          Provides commentary nodes for the diags.
 class UMLComplexState
          Associations n contains 0..1 UMLActivityDiagram --------------------------- UMLComplexState contains revContains 0..1 story 1 UMLComplexState --------------------- UMLStoryActivity story revStory
 class UMLConnection
          UMLConnection is the base class for all DiagramItems that represent edges in Diagrams, such as UMLAssoc, UMLLink ...
 class UMLConstraint
          Associations 0..n constraints 0..n UMLConstraint ------------------------------- UMLIncrement constraints revConstraints
 class UMLDeclaration
           
 class UMLDiagram
          No comment provided by developer, please add a comment to improve documentation.
 class UMLDiagramItem
          No comment provided by developer, please add a comment to improve documentation.
 class UMLFile
          Associations +-----------+ 1 1 UMLFile | getName() +----------------------- UMLClass +-----------+ file contains
 class UMLGeneralization
          No comment provided by developer, please add a comment to improve documentation.
 class UMLIncrement
          Associations
 class UMLLink
          Associations 0..n source 0..1 UMLLink ------------------------ UMLObject revSource source 0..n target 0..1 UMLLink ------------------------ UMLObject revTarget target 0..n instanceOf 0..1 UMLLink ---------------------------- UMLAssoc instances instanceOf 0..1 sourceLink 0..1 UMLLink ------------------------------ UMLMultiLink revSourceLink sourceLink 0..1 targetLink 0..1 UMLLink ------------------------------ UMLMultiLink targetLink revTargetLink
 class UMLLinkSet
          No comment provided by developer, please add a comment to improve documentation.
 class UMLMethod
          Associatons 1 1 +---------------------+ UMLMethod ------------------------+ getFullMethodName() | UMLClass methods parent +---------------------+ +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLMethod +-----------+ declares declaredInMethod 0..1 0..* UMLAttr -------------------------------------- UMLMethod accessedAttribute accessMethods 0..1 astRootNode 0..1 UMLMethod ------------------------------ ASTRootNode uMLMethod aSTRootNode
 class UMLMultiLink
          No comment provided by developer, please add a comment to improve documentation.
 class UMLNopActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLObject
          Associations 0..1 returnParam 0..1 UMLObject -------------------------------- UMLStopActivity returnParam revReturnParam 0..n instanceOf 0..1 UMLObject ------------------------------ UMLClass instances instanceOf 0..1 source 0..n UMLObject -------------------------- UMLLink source revSource 0..1 target 0..n UMLObject -------------------------- UMLLink target revTarget 0..1 toSetObject 0..n UMLObject ------------------------------- UMLLinkSet toSetObject revToSetObject 0..1 attrs 0..n UMLObject ------------------------- UMLAttrExprPair revAttrs attrs 0..1 callTarget 0..n UMLObject ----------------------------- UMLCollabStat callTarget collabStats 0..n boundTo 0..1 UMLObject ------------------------- UMLObject bindings boundTo 0..1 containerObject 0..n UMLObject --------------------------------------- UMLMultiLink containerObject revContainerObject Valid combinations of modifier and type (X=valid/O=invalid): modifier\type | normal | optional | negative | set ------------------------------------------------------------- none | X | X | X | X ------------------------------------------------------------- create | X | O | O | O ------------------------------------------------------------- delete | X | X | O | X
 class UMLObjectDiagram
          This class represents an object diagram.
 class UMLPackage
          Associations +-----------+ 1 1 UMLClass | getName() +------------------------------ UMLPackage +-----------+ declares declaredInPackage +-----------+ 1 1 UMLPackage | getName() +-------------------- UMLPackage +-----------+ parent packages
 class UMLParam
          No comment provided by developer, please add a comment to improve documentation.
 class UMLPath
          This class represents path expressions
 class UMLProject
          Associations +---------+ 1 1 UMLProject + name +--------------------------------------- UMLClass +---------+ declaredInReferences references ------ 0..1 Assoc 0..1 UMLProject | ID |--------------------------------- BasicIncrement ------ refProject objectHashTable
 class UMLQualifier
          No comment provided by developer, please add a comment to improve documentation.
 class UMLReactiveDiagram
          
 class UMLRole
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStartActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStatechart
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStatement
           
 class UMLStatementActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStereotype
          Associations +-----------+ 0..1 uMLStereotypes 0..1 UMLStereotypeManager | getText() |----------------------------------------- UMLStereotype +-----------+ uMLStereotypeManager uMLStereotypes +-----------+ 0..n 0..1 UMLIncrement | getText() |----------------------------- UMLStereotype +-----------+ increments uMLStereotype
 class UMLStopActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStoryActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStoryPattern
           
 class UMLTransition
          Associations 0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit
 class UMLTransitionDiagram
          UMLClass: 'UMLTransitionDiagram'.
 class UMLTransitionGuard
          No comment provided by developer, please add a comment to improve documentation.
 class UMLTypeList
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 

Methods in de.uni_paderborn.fujaba.uml that return ASGElement
 ASGElement UMLTypeList.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 ASGElement UMLStereotypeManager.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 ASGElement UMLProject.searchID(java.lang.String id)
          No comment provided by developer, please add a comment to improve documentation.
 ASGElement UMLPackage.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 ASGElement UMLMethod.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 ASGElement UMLClass.searchID(java.lang.String id)
          Searches the ASG tree for a given id
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type ASGElement
 boolean UMLDiagram.removeFromItems(ASGElement item)
          Deprecated. the virtual items attribute will be removed - use removeFromElements instead
 boolean UMLDiagram.addToElements(ASGElement element)
          Access method for an one to n association.
 boolean UMLDiagram.addToItems(ASGElement item)
          Deprecated. the virtual items attribute will be removed - use addToElements instead
 boolean UMLDiagram.removeFromItemsWithoutIncrementAge(ASGElement asgElement)
          Deprecated. the virtual items attribute will be removed - use removeFromElementsWithSideEffects instead
 boolean UMLDiagram.removeFromElementsWithSideEffects(ASGElement asgElement)
          No comment provided by developer, please add a comment to improve documentation.
 

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

Methods in de.uni_paderborn.fujaba.uml.unparse with parameters of type ASGElement
static java.lang.String UMLUnparseGetter.getUnparseModuleName(ASGElement incr)
          Get the unparseModuleName attribute of the UMLUnparseGetter class
 

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

Methods in de.uni_paderborn.fujaba.uml.utility with parameters of type ASGElement
 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.
 

Uses of ASGElement in de.uni_paderborn.fujaba.views
 

Subclasses of ASGElement in de.uni_paderborn.fujaba.views
 class ViewDiagram
          UMLDiagram that is a View of another Diagram.
 

Uses of ASGElement in de.uni_paderborn.fujaba.views.cf
 

Subclasses of ASGElement in de.uni_paderborn.fujaba.views.cf
 class CFAndNode
          CFAndNode computes the intersection of all sets from incoming edges
 class CFDiagram
          The CFDiagram aalows definition of complex filter rules by combining rules with set operations represented by nodes in this diagram
 class CFEndNode
          CFEndNode returns the result for the context computation of the whole diagram
 class CFFilterNode
          CFFilterNode is a node with an associated filter for context computation
 class CFNode
          Base class for all nodes in a CFDiagram
 class CFNotNode
          Builds the complement of the union of all incoming results
 class CFOrNode
          Builds the union of all incoming results
 class CFStartNode
          The Start node of a CFDiagram.
 class CFTransition
          No comment provided by developer, please add a comment to improve documentation.