|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FDiagram | |
de.uni_paderborn.fujaba.asg | The Abstract Syntax Graph model. |
de.uni_paderborn.fujaba.metamodel | |
de.uni_paderborn.fujaba.packagediagrams | |
de.uni_paderborn.fujaba.uml | UML-Abstract Syntax Tree Structure |
de.uni_paderborn.fujaba.views | |
de.uni_paderborn.fujaba.views.cf |
Uses of FDiagram in de.uni_paderborn.fujaba.asg |
Classes in de.uni_paderborn.fujaba.asg that implement FDiagram | |
class |
ASGDiagram
Associations 0..1 hasCurrentDiagram 0..1 ASGProject --------------------------------- ASGDiagram currentProject currentDiagram |
Methods in de.uni_paderborn.fujaba.asg with parameters of type FDiagram | |
boolean |
ASGProject.addToDiags(FDiagram diagram)
Adds a diagram to the project. |
boolean |
ASGElement.hasInDiagrams(FDiagram diagram)
No comment provided by developer, please add a comment to improve documentation. |
void |
ASGElement.addToDiagrams(FDiagram diagram)
Access method for an one to n association. |
void |
ASGElement.removeFromDiagrams(FDiagram diagram)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FDiagram in de.uni_paderborn.fujaba.metamodel |
Subinterfaces of FDiagram in de.uni_paderborn.fujaba.metamodel | |
interface |
FClassDiagram
|
interface |
FModelDiagram
No comment provided by developer, please add a comment to improve documentation. |
Methods in de.uni_paderborn.fujaba.metamodel that return FDiagram | |
FDiagram |
FMethod.getFStoryDiagram()
Get the storyDiagram attribute of the FMethod object |
FDiagram |
FDiagramItem.getFFirstFromDiagrams()
Get the fFirstFromDiagrams attribute of the FDiagramItem object |
FDiagram |
FDiagramItem.getFCurrentActiveDiagram()
Get the fCurrentActiveDiagram attribute of the FDiagramItem object |
FDiagram |
FClass.getFStatechart()
Deprecated. will be renamed when using JDK 1.5 (without F) |
FDiagram |
FClass.getFReactiveDiagram()
Deprecated. will be renamed when using JDK 1.5 (without F) or removed? |
Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FDiagram | |
boolean |
FProject.addToDiags(FDiagram diagram)
Deprecated. |
boolean |
FElement.hasInDiagrams(FDiagram diagram)
No comment provided by developer, please add a comment to improve documentation. |
void |
FElement.addToDiagrams(FDiagram diagram)
Access method for an one to n association. |
void |
FElement.removeFromDiagrams(FDiagram diagram)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FConstraint.hasInRevConstraint(FDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FConstraint.addToRevConstraint(FDiagram value)
Access method for an one to n association. |
boolean |
FConstraint.removeFromRevConstraint(FDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FDiagram in de.uni_paderborn.fujaba.packagediagrams |
Classes in de.uni_paderborn.fujaba.packagediagrams that implement FDiagram | |
class |
PackageDiagram
A Package Diagram. |
Uses of FDiagram in de.uni_paderborn.fujaba.uml |
Classes in de.uni_paderborn.fujaba.uml that implement FDiagram | |
class |
UMLActivityDiagram
Associations 0..1 contains n UMLComplexState --------------------------- UMLActivityDiagram revContains contains |
class |
UMLClassDiagram
|
class |
UMLDiagram
No comment provided by developer, please add a comment to improve documentation. |
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 FDiagram | |
FDiagram |
UMLMethod.getFStoryDiagram()
Get the fStoryDiagram attribute of the UMLMethod object |
FDiagram |
UMLDiagramItem.getFFirstFromDiagrams()
Get the fFirstFromDiagrams attribute of the UMLDiagramItem object |
FDiagram |
UMLDiagramItem.getFCurrentActiveDiagram()
Get the fCurrentActiveDiagram attribute of the UMLDiagramItem object |
FDiagram |
UMLClass.getFReactiveDiagram()
Get the fReactiveDiagram attribute of the UMLClass object |
FDiagram |
UMLClass.getFStatechart()
Get the fStatechart attribute of the UMLClass object |
Methods in de.uni_paderborn.fujaba.uml with parameters of type FDiagram | |
void |
UMLStartActivity.addToDiagrams(FDiagram diagram)
Access method for an one to n association. |
void |
UMLDiagramItem.addToDiagrams(FDiagram diagram)
ensures that only UMLDiagrams can be added to the set of diagrams. |
boolean |
UMLConstraint.hasInRevConstraint(FDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
UMLConstraint.addToRevConstraint(FDiagram value)
Access method for an one to n association. |
boolean |
UMLConstraint.removeFromRevConstraint(FDiagram value)
No comment provided by developer, please add a comment to improve documentation. |
void |
UMLClass.removeFromDiagrams(FDiagram obj)
No comment provided by developer, please add a comment to improve documentation. |
Uses of FDiagram in de.uni_paderborn.fujaba.views |
Classes in de.uni_paderborn.fujaba.views that implement FDiagram | |
class |
ViewDiagram
UMLDiagram that is a View of another Diagram. |
Uses of FDiagram in de.uni_paderborn.fujaba.views.cf |
Classes in de.uni_paderborn.fujaba.views.cf that implement FDiagram | |
class |
CFDiagram
The CFDiagram aalows definition of complex filter rules by combining rules with set operations represented by nodes in this diagram |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |