Uses of Class
org.umlg.collectiontest.A

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

    Methods in org.umlg.collectiontest that return types with arguments of type A
    Modifier and Type
    Method
    Description
    static org.umlg.runtime.collection.UmlgSet<? extends A>
     
    static org.umlg.runtime.collection.UmlgSet<? extends A>
    A.allInstances​(org.umlg.runtime.collection.Filter filter)
     
    org.umlg.runtime.collection.UmlgOrderedSet<A>
    B.getA()
     
    org.umlg.runtime.collection.UmlgSet<A>
     
    Methods in org.umlg.collectiontest with parameters of type A
    Modifier and Type
    Method
    Description
    void
    B.addToA​(int index, A a)
     
    void
    B.addToA​(A a)
     
    void
     
    void
    B.removeFromA​(A a)
     
    Method parameters in org.umlg.collectiontest with type arguments of type A
    Modifier and Type
    Method
    Description
    void
    B.addToA​(int index, org.umlg.runtime.collection.UmlgOrderedSet<A> a)
     
    void
    B.addToA​(org.umlg.runtime.collection.UmlgOrderedSet<A> a)
     
    void
    B.removeFromA​(org.umlg.runtime.collection.UmlgOrderedSet<A> a)
     
    void
    B.setA​(org.umlg.runtime.collection.UmlgOrderedSet<A> a)
     
  • Uses of A in org.umlg.model

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