Uses of Class
org.umlg.collectiontest.G

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

    Methods in org.umlg.collectiontest that return types with arguments of type G
    Modifier and Type
    Method
    Description
    static org.umlg.runtime.collection.UmlgSet<? extends G>
     
    static org.umlg.runtime.collection.UmlgSet<? extends G>
    G.allInstances​(org.umlg.runtime.collection.Filter filter)
     
    org.umlg.runtime.collection.UmlgSequence<G>
    F.getG()
     
    org.umlg.runtime.collection.UmlgSet<G>
     
    Methods in org.umlg.collectiontest with parameters of type G
    Modifier and Type
    Method
    Description
    void
    F.addToG​(int index, G g)
     
    void
    F.addToG​(G g)
     
    void
     
    void
    F.removeFromG​(G g)
     
    Method parameters in org.umlg.collectiontest with type arguments of type G
    Modifier and Type
    Method
    Description
    void
    F.addToG​(int index, org.umlg.runtime.collection.UmlgSequence<G> g)
     
    void
    F.addToG​(org.umlg.runtime.collection.UmlgSequence<G> g)
     
    void
    F.removeFromG​(org.umlg.runtime.collection.UmlgSequence<G> g)
     
    void
    F.setG​(org.umlg.runtime.collection.UmlgSequence<G> g)
     
  • Uses of G in org.umlg.model

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