Uses of Class
org.umlg.collectiontest.B

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

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

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