Uses of Class
org.umlg.tag.Tag

Packages that use Tag
Package
Description
 
 
 
  • Uses of Tag in org.umlg

    Methods in org.umlg that return types with arguments of type Tag
    Modifier and Type
    Method
    Description
    org.umlg.runtime.collection.UmlgSet<Tag>
    BaseModelUmlg.getTag()
     
    org.umlg.runtime.collection.UmlgSet<Tag>
    BaseModelUmlg.lookupFor_baseUmlg_tag()
     
    Methods in org.umlg with parameters of type Tag
    Modifier and Type
    Method
    Description
    void
    BaseModelUmlg.addToTag​(Tag tag)
     
    void
    BaseModelUmlg.addToTagIgnoreInverse​(Tag tag)
     
    void
    BaseModelUmlg.removeFromTag​(Tag tag)
     
    Method parameters in org.umlg with type arguments of type Tag
    Modifier and Type
    Method
    Description
    void
    BaseModelUmlg.addToTag​(org.umlg.runtime.collection.UmlgSet<Tag> tag)
     
    void
    BaseModelUmlg.removeFromTag​(org.umlg.runtime.collection.UmlgSet<Tag> tag)
     
    void
    BaseModelUmlg.setTag​(org.umlg.runtime.collection.UmlgSet<Tag> tag)
     
  • Uses of Tag in org.umlg.model

    Methods in org.umlg.model that return types with arguments of type Tag
    Modifier and Type
    Method
    Description
    static org.umlg.runtime.collection.UmlgSet<? extends Tag>
    Umlgtest.getTag()
     
  • Uses of Tag in org.umlg.tag

    Methods in org.umlg.tag that return types with arguments of type Tag
    Modifier and Type
    Method
    Description
    static org.umlg.runtime.collection.UmlgSet<? extends Tag>
     
    static org.umlg.runtime.collection.UmlgSet<? extends Tag>
    Tag.allInstances​(org.umlg.runtime.collection.Filter filter)