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

Packages that use UMLConnection
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.views   
de.uni_paderborn.fujaba.views.cf   
 

Uses of UMLConnection in de.uni_paderborn.fujaba.uml
 

Subclasses of UMLConnection in de.uni_paderborn.fujaba.uml
 class UMLAssoc
          Associations ------------- 0..n stereotype 0..1 UMLAssoc | getText() |----------------------------- UMLStereotype ------------- uMLAssoc uMLStereotype
 class UMLGeneralization
          No comment provided by developer, please add a comment to improve documentation.
 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 UMLMultiLink
          No comment provided by developer, please add a comment to improve documentation.
 class UMLPath
          This class represents path expressions
 class UMLTransition
          Associations 0..1 N UMLActivity -------------------- UMLTransition revEntry entry 0..1 N UMLActivity -------------------- UMLTransition revExit exit
 

Uses of UMLConnection in de.uni_paderborn.fujaba.views
 

Methods in de.uni_paderborn.fujaba.views with parameters of type UMLConnection
static boolean AbstractFilter.containsConnectors(UMLDiagram diag, UMLConnection connection)
           
static boolean AbstractFilter.containsConnection(UMLDiagram diag, UMLConnection connection)
           
static boolean AbstractFilter.containsConnectors(java.util.Set context, UMLConnection connection)
           
static boolean AbstractFilter.containsConnection(java.util.Set context, UMLConnection connection)
           
static boolean AbstractFilter.tryAddConnection(java.util.Set context, UMLConnection connection)
          Add the connection to the context if both ends of the connection are already in the context
static boolean AbstractFilter.tryAddConnection(java.util.Set context, UMLConnection connection, UMLDiagramItem item)
          Add the connection and the item to the context if the end of the connection that is not the item is already in the context
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.
 

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

Subclasses of UMLConnection in de.uni_paderborn.fujaba.views.cf
 class CFTransition
          No comment provided by developer, please add a comment to improve documentation.