Uses of Class
org.umlg.collectiontest.Fantasy
Packages that use Fantasy
-
Uses of Fantasy in org.umlg.collectiontest
Methods in org.umlg.collectiontest that return FantasyMethods in org.umlg.collectiontest that return types with arguments of type FantasyModifier and TypeMethodDescriptionstatic org.umlg.runtime.collection.UmlgSet<? extends Fantasy>Fantasy.allInstances()static org.umlg.runtime.collection.UmlgSet<? extends Fantasy>Fantasy.allInstances(org.umlg.runtime.collection.Filter filter)Methods in org.umlg.collectiontest with parameters of type FantasyModifier and TypeMethodDescriptionvoidFWomen.addToFantasy(Fantasy fantasy)voidFWomen.addToFantasyIgnoreInverse(Fantasy fantasy)voidFWomen.removeFromFantasy(Fantasy fantasy)voidFWomen.setFantasy(Fantasy fantasy)Method parameters in org.umlg.collectiontest with type arguments of type FantasyModifier and TypeMethodDescriptionvoidFWomen.removeFromFantasy(org.umlg.runtime.collection.UmlgSet<Fantasy> fantasy)Constructors in org.umlg.collectiontest with parameters of type Fantasy -
Uses of Fantasy in org.umlg.concretetest
Methods in org.umlg.concretetest that return types with arguments of type FantasyModifier and TypeMethodDescriptionorg.umlg.runtime.collection.UmlgQualifiedOrderedSet<Fantasy>God.getFantasy()org.umlg.runtime.collection.UmlgOrderedSet<Fantasy>God.getFantasyForFantasyQualifierOnName(org.umlg.runtime.util.Pair<org.apache.tinkerpop.gremlin.process.traversal.Compare,String> fantasyQualifierOnName)Methods in org.umlg.concretetest with parameters of type FantasyModifier and TypeMethodDescriptionvoidGod.addToFantasy(int index, Fantasy fantasy)voidGod.addToFantasy(Fantasy fantasy)voidGod.addToFantasyIgnoreInverse(Fantasy fantasy)List<org.umlg.runtime.collection.Qualifier>God.getQualifierForFantasy(Fantasy context)voidGod.removeFromFantasy(Fantasy fantasy)Method parameters in org.umlg.concretetest with type arguments of type FantasyModifier and TypeMethodDescriptionvoidGod.addToFantasy(int index, org.umlg.runtime.collection.UmlgOrderedSet<Fantasy> fantasy)voidGod.addToFantasy(org.umlg.runtime.collection.UmlgOrderedSet<Fantasy> fantasy)voidGod.removeFromFantasy(org.umlg.runtime.collection.UmlgOrderedSet<Fantasy> fantasy)voidGod.setFantasy(org.umlg.runtime.collection.UmlgOrderedSet<Fantasy> fantasy)