Uses of Class
org.umlg.collectiontest.D

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

    Methods in org.umlg.collectiontest that return types with arguments of type D
    Modifier and Type
    Method
    Description
    static org.umlg.runtime.collection.UmlgSet<? extends D>
     
    static org.umlg.runtime.collection.UmlgSet<? extends D>
    D.allInstances​(org.umlg.runtime.collection.Filter filter)
     
    org.umlg.runtime.collection.UmlgOrderedSet<D>
    C.getD()
     
    org.umlg.runtime.collection.UmlgSet<D>
     
    Methods in org.umlg.collectiontest with parameters of type D
    Modifier and Type
    Method
    Description
    void
    C.addToD​(int index, D d)
     
    void
    C.addToD​(D d)
     
    void
     
    void
    C.removeFromD​(D d)
     
    Method parameters in org.umlg.collectiontest with type arguments of type D
    Modifier and Type
    Method
    Description
    void
    C.addToD​(int index, org.umlg.runtime.collection.UmlgOrderedSet<D> d)
     
    void
    C.addToD​(org.umlg.runtime.collection.UmlgOrderedSet<D> d)
     
    void
    C.removeFromD​(org.umlg.runtime.collection.UmlgOrderedSet<D> d)
     
    void
    C.setD​(org.umlg.runtime.collection.UmlgOrderedSet<D> d)
     
  • Uses of D in org.umlg.model

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