Uses of Class
org.lemsml.jlems.core.type.Collection
-
Packages that use Collection Package Description org.lemsml.jlems.core.reader org.lemsml.jlems.core.type org.lemsml.jlems.core.type.structure -
-
Uses of Collection in org.lemsml.jlems.core.reader
Methods in org.lemsml.jlems.core.reader that return Collection Modifier and Type Method Description private CollectionLemsFactory. buildCollection(XMLElement xel) -
Uses of Collection in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type with type parameters of type Collection Modifier and Type Field Description LemsCollection<Collection>ComponentType. collectionsMethods in org.lemsml.jlems.core.type that return Collection Modifier and Type Method Description CollectionComponentType. getCollection(java.lang.String cnm)CollectionCollection. makeCopy()Methods in org.lemsml.jlems.core.type that return types with arguments of type Collection Modifier and Type Method Description LemsCollection<Collection>ComponentType. getCollections() -
Uses of Collection in org.lemsml.jlems.core.type.structure
Fields in org.lemsml.jlems.core.type.structure declared as Collection Modifier and Type Field Description CollectionGather. r_collection
-