Uses of Interface
de.uni_paderborn.fujaba.metamodel.FTypeList

Packages that use FTypeList
de.uni_paderborn.fujaba.basic Basic Classes for Fujaba 
de.uni_paderborn.fujaba.metamodel   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FTypeList in de.uni_paderborn.fujaba.basic
 

Methods in de.uni_paderborn.fujaba.basic that return FTypeList
 FTypeList ClassDiagTemplateLoader.getTypes()
          Get the types attribute of the ClassDiagTemplateLoader object
 

Methods in de.uni_paderborn.fujaba.basic with parameters of type FTypeList
 void ClassDiagTemplateLoader.setTypes(FTypeList types)
          Sets the types attribute of the ClassDiagTemplateLoader object
 

Uses of FTypeList in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FTypeList
 FTypeList FProject.getFTypeList()
          Deprecated.  
 FTypeList FBaseTypes.getFRevTypes()
          Get the revTypes attribute of the UMLBaseTypes object
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FTypeList
 boolean FBaseTypes.setRevTypes(FTypeList value)
          Sets the revTypes attribute of the UMLBaseTypes object
 

Uses of FTypeList in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FTypeList
 class UMLTypeList
          Associations +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 

Methods in de.uni_paderborn.fujaba.uml that return FTypeList
 FTypeList UMLProject.getFTypeList()
          Get the fTypeList attribute of the UMLProject object
 FTypeList UMLBaseTypes.getFRevTypes()
          Get the fRevTypes attribute of the UMLBaseTypes object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FTypeList
 boolean UMLType.setRevTypes(FTypeList revTypes)
           +------+ 1 1 UMLTypeList | name +--------------------- UMLType +------+ revTypes types
 boolean UMLClass.setRevTypes(FTypeList obj)
          Sets the revTypes attribute of the UMLClass object
 boolean UMLBaseTypes.setRevTypes(FTypeList value)
          Sets the revTypes attribute of the UMLBaseTypes object
 boolean UMLArray.setRevTypes(FTypeList obj)
          Sets the revTypes attribute of the UMLArray object