|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UMLDiagram in de.uni_paderborn.fujaba.packagediagrams |
Subclasses of UMLDiagram in de.uni_paderborn.fujaba.packagediagrams | |
class |
PackageDiagram
A Package Diagram. |
Uses of UMLDiagram in de.uni_paderborn.fujaba.packagediagrams.gui |
Methods in de.uni_paderborn.fujaba.packagediagrams.gui with parameters of type UMLDiagram | |
javax.swing.tree.DefaultMutableTreeNode |
FrameDecoratorPackageDiagram.getTreeNode(UMLDiagram diag)
Get the treeNode attribute of the FrameDecoratorPackageDiagram object |
Uses of UMLDiagram in de.uni_paderborn.fujaba.uml |
Subclasses of UMLDiagram in de.uni_paderborn.fujaba.uml | |
class |
UMLActivityDiagram
Associations 0..1 contains n UMLComplexState --------------------------- UMLActivityDiagram revContains contains |
class |
UMLClassDiagram
|
class |
UMLObjectDiagram
This class represents an object diagram. |
class |
UMLReactiveDiagram
|
class |
UMLStatechart
No comment provided by developer, please add a comment to improve documentation. |
class |
UMLStoryPattern
|
class |
UMLTransitionDiagram
UMLClass: 'UMLTransitionDiagram'. |
Methods in de.uni_paderborn.fujaba.uml that return UMLDiagram | |
UMLDiagram |
UMLProject.getFromDiags(java.lang.String name)
Get the fromDiags attribute of the UMLProject object |
UMLDiagram |
UMLProject.getCurrentUMLDiagram()
Get the currentUMLDiagram attribute of the UMLProject object |
UMLDiagram |
UMLDiagramItem.getFirstFromDiagrams()
returns the first diagram in the set of diagrams. |
UMLDiagram |
UMLDiagramItem.getCurrentActiveDiagram()
Returns the current active diagram of the item and works as follows: - Iterate over all display increments of this item. - Select the item, which method getCanvas().getPanel() returns not null it indicates that the display item is actually shown on the screen. |
UMLDiagram |
UMLCollabStat.getDiag()
Get the diag attribute of the UMLCollabStat object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLDiagram | |
boolean |
UMLCollabStat.setDiag(UMLDiagram value)
Sets the diag attribute of the UMLCollabStat object |
Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLDiagram | |
UMLObject(java.lang.String objectName,
java.lang.String objectType,
UMLDiagram parent)
Constructor for class UMLObject |
|
UMLCollabStat(UMLCollabStat father,
UMLObject src,
UMLObject tgt,
UMLDiagram diag)
Constructor for class UMLCollabStat |
Uses of UMLDiagram in de.uni_paderborn.fujaba.uml.actions |
Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLDiagram | |
static UMLComplexState |
NewStateAction.createState(UMLDiagram diagram,
java.lang.String name)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLDiagram in de.uni_paderborn.fujaba.uml.gui |
Methods in de.uni_paderborn.fujaba.uml.gui with parameters of type UMLDiagram | |
javax.swing.tree.DefaultMutableTreeNode |
FrameDecoratorUMLActivityDiagram.getTreeNode(UMLDiagram diag)
Get the treeNode attribute of the FrameDecoratorUMLActivityDiagram object |
Uses of UMLDiagram in de.uni_paderborn.fujaba.views |
Subclasses of UMLDiagram in de.uni_paderborn.fujaba.views | |
class |
ViewDiagram
UMLDiagram that is a View of another Diagram. |
Methods in de.uni_paderborn.fujaba.views that return UMLDiagram | |
UMLDiagram |
ViewDiagram.getDiagram()
Get the diagram attribute of the ViewDiagram object |
UMLDiagram |
ViewDiagram.getOriginalDiagram()
Get the originalDiagram attribute of the ViewDiagram object |
UMLDiagram |
FilterManager.FMListModel.getDiagram()
Get the diagram attribute of the FMListModel object |
Methods in de.uni_paderborn.fujaba.views with parameters of type UMLDiagram | |
boolean |
ViewDiagram.setDiagram(UMLDiagram value)
Sets the diagram attribute of the ViewDiagram object |
boolean |
ViewDiagram.addToItems(UMLDiagramItem item,
UMLDiagram diag)
This is needed for parsing XML-files |
boolean |
ViewDefinition.addToItems(UMLDiagramItem value,
UMLDiagram diag)
This is needed for parsing XML-files |
boolean |
TransitionFilter.isForDiagram(UMLDiagram diag)
Get the forDiagram attribute of the TransitionFilter object |
java.util.Set |
TransitionFilter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
UMLMethod: '+ get1Context (item : UMLDiagramItem;context : Set;newNodes : Set) : Set' |
boolean |
LinkFilter.isForDiagram(UMLDiagram diag)
Get the forDiagram attribute of the LinkFilter object |
java.util.Set |
LinkFilter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
InheritanceFilter.isForDiagram(UMLDiagram diag)
Get the forDiagram attribute of the InheritanceFilter object |
java.util.Set |
InheritanceFilter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
UMLMethod: '+ get1Context (item : UMLDiagramItem;context : Set;newNodes : Set) : Set' |
javax.swing.ComboBoxModel |
FilterManager.getListModel(UMLDiagram diagram)
Get the listModel attribute of the FilterManager object |
javax.swing.ComboBoxModel |
FilterManager.getPrototypeListModel(UMLDiagram diagram)
|
boolean |
Filter.isForDiagram(UMLDiagram diag)
Defines if this Filter is suited for a diagram or not. |
java.util.Set |
Filter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
In this Method the Rule for the 1-Context is defined. |
java.util.Set |
Filter.get1Context(UMLDiagram diag,
UMLDiagramItem item)
Get the 1-Context for the given item |
java.util.Set |
Filter.get1Context(UMLDiagram diag,
java.util.Iterator items)
Get the 1-Context for the items in the Iterator |
java.util.Set |
Filter.getNContext(UMLDiagram diag,
UMLDiagramItem item,
int depth)
Get the n-Context for the items in the Iterator |
java.util.Set |
Filter.getNContext(UMLDiagram diag,
java.util.Iterator items,
int depth)
Get the n-Context for the items in the Iterator |
boolean |
CompositeFilter.isForDiagram(UMLDiagram diag)
Get the forDiagram attribute of the CompositeFilter object |
java.util.Set |
CompositeFilter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
AssocFilter.isForDiagram(UMLDiagram diag)
Get the forDiagram attribute of the AssocFilter object |
java.util.Set |
AssocFilter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
No comment provided by developer, please add a comment to improve documentation. |
abstract java.util.Set |
AbstractFilter.grow1Context(UMLDiagram diag,
UMLDiagramItem item,
ItemSet context)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Set |
AbstractFilter.get1Context(UMLDiagram diag,
UMLDiagramItem item)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Set |
AbstractFilter.get1Context(UMLDiagram diag,
java.util.Iterator items)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Set |
AbstractFilter.getNContext(UMLDiagram diag,
UMLDiagramItem item,
int depth)
Get the nContext attribute of the AbstractFilter object |
java.util.Set |
AbstractFilter.getNContext(UMLDiagram diag,
java.util.Iterator items,
int depth)
Get the nContext attribute of the AbstractFilter object |
static java.util.Set |
AbstractFilter.getConnections(UMLDiagram diag,
java.util.Set items,
java.lang.Class type)
Get all UMLConnections in Diagram diag which are of class type and which have a start- and end-item which are in the items-Set |
static boolean |
AbstractFilter.containsConnectors(UMLDiagram diag,
UMLConnection connection)
|
static boolean |
AbstractFilter.containsConnection(UMLDiagram diag,
UMLConnection connection)
|
static UMLDiagramItem |
AbstractFilter.tryAddConnection(UMLDiagram diag,
java.util.Set context,
UMLConnection connection)
Add the connection to the context if the diagram contains the connection and the context contains at least one of the connections ends. |
static boolean |
AbstractFilter.tryAddConnection(UMLDiagram diag,
java.util.Set context,
UMLConnection connection,
UMLDiagramItem item)
Add the connection to the context if the diagram contains the connection and the context contains at least the given item. |
Constructors in de.uni_paderborn.fujaba.views with parameters of type UMLDiagram | |
FilterManager.FMListModel(UMLDiagram diagram,
boolean clone)
Constructor for class FMListModel |
|
FilterManager.FMListModel(UMLDiagram diagram)
Constructor for class FMListModel |
Uses of UMLDiagram in de.uni_paderborn.fujaba.views.cf |
Subclasses of UMLDiagram in de.uni_paderborn.fujaba.views.cf | |
class |
CFDiagram
The CFDiagram aalows definition of complex filter rules by combining rules with set operations represented by nodes in this diagram |
Methods in de.uni_paderborn.fujaba.views.cf with parameters of type UMLDiagram | |
protected java.util.Set |
CFStartNode.computeResult(UMLDiagram diag,
UMLDiagramItem item,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
protected java.util.Set |
CFOrNode.computeResult(UMLDiagram diag,
UMLDiagramItem item,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
protected java.util.Set |
CFNotNode.computeResult(UMLDiagram diag,
UMLDiagramItem diagItem,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
java.util.Set |
CFNode.getResults(UMLDiagram diag,
UMLDiagramItem item)
Get the results attribute of the CFNode object |
protected java.util.Set |
CFNode.getResults(UMLDiagram diag,
UMLDiagramItem item,
java.util.Set uncomplete)
Get the results attribute of the CFNode object |
protected abstract java.util.Set |
CFNode.computeResult(UMLDiagram diag,
UMLDiagramItem item,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
protected java.util.Set |
CFFilterNode.computeResult(UMLDiagram diag,
UMLDiagramItem item,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
protected java.util.Set |
CFFilterNode.computeLastStepResult(UMLDiagram diag,
UMLDiagramItem diagItem,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
protected java.util.Set |
CFEndNode.getResults(UMLDiagram diag,
UMLDiagramItem item,
java.util.Set uncomplete)
Get the results attribute of the CFEndNode object |
java.util.Set |
CFDiagram.getResults(UMLDiagram diag,
UMLDiagramItem item)
Get the results attribute of the CFDiagram object |
protected java.util.Set |
CFAndNode.computeResult(UMLDiagram diag,
UMLDiagramItem item,
java.util.Collection sourceResults)
No comment provided by developer, please add a comment to improve documentation. |
Uses of UMLDiagram in de.uni_paderborn.fujaba.views.gui |
Methods in de.uni_paderborn.fujaba.views.gui with parameters of type UMLDiagram | |
boolean |
ViewDefinitionDialog.hasInSourceDiagrams(UMLDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
ViewDefinitionDialog.addToSourceDiagrams(UMLDiagram value)
Access method for an one to n association. |
boolean |
ViewDefinitionDialog.removeFromSourceDiagrams(UMLDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |