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

Packages that use UMLCardinality
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of UMLCardinality in de.uni_paderborn.fujaba.uml
 

Methods in de.uni_paderborn.fujaba.uml that return UMLCardinality
 UMLCardinality UMLRole.getCard()
          Get the card attribute of the UMLRole object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLCardinality
UMLRole(java.lang.String name, int adornment, UMLClass target, UMLQualifier qualifier, UMLCardinality card, int visibility, UMLAssoc revLeftRole, UMLAssoc revRightRole)
          Constructor for class UMLRole