Uses of Interface
de.uni_paderborn.fujaba.uml.UMLType

Packages that use UMLType
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of UMLType in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLType
protected  boolean PETypeSelection.filter(UMLType type)
          The function filter enables the class to preselect the kind of type.
 

Uses of UMLType in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement UMLType
 class UMLArray
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 class UMLBaseTypes
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 class UMLClass
          UMLClass is the core element of UMLClass-Diagrams.
 

Methods in de.uni_paderborn.fujaba.uml that return UMLType
 UMLType UMLTypeList.getFromTypes(java.lang.String key)
          Get the fromTypes attribute of the UMLTypeList object
 UMLType UMLTypeList.provideType(java.lang.String key)
          No comment provided by developer, please add a comment to improve documentation.
 UMLType UMLType.getRealType()
          Use this function to get the real type of the associatet UMLType.
 UMLType UMLQualifier.getType()
          Get the type attribute of the UMLQualifier object
 UMLType UMLQualifier.getUmlType()
          Get the umlType attribute of the UMLQualifier object
 UMLType UMLProject.getOrNewType(UMLClass context, java.lang.String name)
          Get the orNewType attribute of the UMLProject object
 UMLType UMLProject.getOrNewType(UMLClass context, java.lang.String name, boolean coobraPersistent)
          Get the orNewType attribute of the UMLProject object
 UMLType UMLProject.findType(UMLClass context, java.lang.String name)
          No comment provided by developer, please add a comment to improve documentation.
 UMLType UMLProject.findType(UMLClass context, java.lang.String name, boolean create)
          No comment provided by developer, please add a comment to improve documentation.
 UMLType UMLProject.findType(UMLClass context, java.lang.String name, boolean create, boolean coobraPersistent)
          No comment provided by developer, please add a comment to improve documentation.
 UMLType UMLParam.getParamType()
          Get the paramType attribute of the UMLParam object
 UMLType UMLParam.getUMLType()
          Get the uMLType attribute of the UMLParam object
 UMLType UMLMethod.getResultType()
          Get the resultType attribute of the UMLMethod object
 UMLType UMLMethod.getUMLType()
          Get the uMLType attribute of the UMLMethod object
abstract  UMLType UMLDeclaration.getUMLType()
          returns the type of the declaration element.
 UMLType UMLCollabStat.getAssignTgtType()
          Get the assignTgtType attribute of the UMLCollabStat object
 UMLType UMLCollabStat.setAssignTgtType(UMLType assignTgtType)
          Sets the assignTgtType attribute of the UMLCollabStat object
 UMLType UMLClass.getUMLType()
          Get the uMLType attribute of the UMLClass object
 UMLType UMLClass.getRealType()
          Get the realType attribute of the UMLClass object
 UMLType UMLBaseTypes.getRealType()
          Get the realType attribute of the UMLBaseTypes object
 UMLType UMLAttr.getAttrType()
          Get the attrType attribute of the UMLAttr object
 UMLType UMLAttr.getUMLType()
          Get the uMLType attribute of the UMLAttr object
 UMLType UMLArray.getArrayType()
          Get the arrayType attribute of the UMLArray object
 UMLType UMLArray.getBaseType()
          Get the baseType attribute of the UMLArray object
 UMLType UMLArray.getRealType()
          Get the realType attribute of the UMLArray object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLType
 boolean UMLMethod.hasInThrowsTypes(UMLType value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLMethod.addToThrowsTypes(UMLType value)
          Access method for an one to n association.
 boolean UMLMethod.removeFromThrowsTypes(UMLType value)
          No comment provided by developer, please add a comment to improve documentation.
 UMLType UMLCollabStat.setAssignTgtType(UMLType assignTgtType)
          Sets the assignTgtType attribute of the UMLCollabStat object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLType
UMLParam(java.lang.String name, UMLType paramType)
          Constructor for class UMLParam
UMLParam(java.lang.String name, UMLType paramType, UMLMethod revParam)
          Constructor for class UMLParam
UMLMethod(java.lang.String name, boolean umlStatic, int visibility, UMLType resultType)
          Constructor for class UMLMethod
UMLMethod(java.lang.String name, boolean umlStatic, int visibility, UMLConstraint constraint, UMLType resultType, UMLStartActivity revSpec)
          Constructor for class UMLMethod
UMLAttr(java.lang.String name, boolean umlStatic, boolean javaFinal, int visibility, java.lang.String initialValue, UMLType attrType)
          Constructor for class UMLAttr
UMLAttr(java.lang.String name, boolean umlStatic, boolean javaFinal, int visibility, java.lang.String initialValue, UMLType attrType, UMLClass parent, UMLConstraint constraint)
          Constructor for class UMLAttr
UMLArray(UMLType arrayType)
          Constructor for class UMLArray