Uses of Class
org.lemsml.jlems.core.type.PairCollection
-
Packages that use PairCollection Package Description org.lemsml.jlems.core.reader org.lemsml.jlems.core.type org.lemsml.jlems.core.type.structure -
-
Uses of PairCollection in org.lemsml.jlems.core.reader
Methods in org.lemsml.jlems.core.reader that return PairCollection Modifier and Type Method Description private PairCollectionLemsFactory. buildPairCollection(XMLElement xel) -
Uses of PairCollection in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type with type parameters of type PairCollection Modifier and Type Field Description LemsCollection<PairCollection>ComponentType. pairCollectionsMethods in org.lemsml.jlems.core.type that return PairCollection Modifier and Type Method Description PairCollectionComponentType. getPairCollection(java.lang.String cnm)PairCollectionPairCollection. makeCopy()Methods in org.lemsml.jlems.core.type that return types with arguments of type PairCollection Modifier and Type Method Description LemsCollection<PairCollection>ComponentType. getPairCollections() -
Uses of PairCollection in org.lemsml.jlems.core.type.structure
Fields in org.lemsml.jlems.core.type.structure declared as PairCollection Modifier and Type Field Description PairCollectionGatherPairs. r_collectionPairCollectionIncludePair. r_collection
-