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

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

Uses of FStereotype in de.uni_paderborn.fujaba.metamodel
 

Methods in de.uni_paderborn.fujaba.metamodel that return FStereotype
 FStereotype FStereotypeManager.getFromFStereotypes(java.lang.String key)
          Deprecated.  
 FStereotype FIncrement.getFromFStereotypes(java.lang.String key)
          Get the fromStereotypes attribute of the FClass object
 

Methods in de.uni_paderborn.fujaba.metamodel with parameters of type FStereotype
 boolean FStereotypeManager.hasInStereotypes(FStereotype value)
          Deprecated.  
 boolean FIncrement.hasInStereotypes(FStereotype obj)
          No comment provided by developer, please add a comment to improve documentation.
 boolean FIncrement.addToStereotypes(FStereotype obj)
          Access method for an one to n association.
 boolean FIncrement.removeFromStereotypes(FStereotype obj)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of FStereotype in de.uni_paderborn.fujaba.uml
 

Classes in de.uni_paderborn.fujaba.uml that implement FStereotype
 class UMLAssocStereotype
          Deprecated. use UMLStereotype instead
 class UMLStereotype
          Associations +-----------+ 0..1 uMLStereotypes 0..1 UMLStereotypeManager | getText() |----------------------------------------- UMLStereotype +-----------+ uMLStereotypeManager uMLStereotypes +-----------+ 0..n 0..1 UMLIncrement | getText() |----------------------------- UMLStereotype +-----------+ increments uMLStereotype
 

Methods in de.uni_paderborn.fujaba.uml that return FStereotype
 FStereotype UMLStereotypeManager.getFromFStereotypes(java.lang.String key)
          Get the fromFStereotypes attribute of the UMLStereotypeManager object
 FStereotype UMLIncrement.getFromStereotypes(java.lang.String key)
          Get the fromStereotypes attribute of the UMLClass object
 FStereotype UMLIncrement.getFromStereotypes(FStereotype value)
          Get the fromStereotypes attribute of the UMLClass object
 FStereotype UMLIncrement.getFromFStereotypes(java.lang.String key)
          Get the fromStereotypes attribute of the FClass object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FStereotype
 boolean UMLStereotypeManager.hasInStereotypes(FStereotype value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLStereotypeManager.removeFromStereotypes(FStereotype value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLIncrement.hasInStereotypes(FStereotype obj)
          No comment provided by developer, please add a comment to improve documentation.
 FStereotype UMLIncrement.getFromStereotypes(FStereotype value)
          Get the fromStereotypes attribute of the UMLClass object
 boolean UMLIncrement.addToStereotypes(FStereotype obj)
          Access method for an one to n association.
 boolean UMLIncrement.removeFromStereotypes(FStereotype obj)
          No comment provided by developer, please add a comment to improve documentation.
 void UMLIncrement.setStereotype(FStereotype stereotype, boolean value)
          This method sets the stereotype if the value is true and deletes all of the specified kind if the value is false.
 void UMLAssoc.setStereotype(FStereotype obj)
          Deprecated. use stereotypes/UMLStereotype instead