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 PairCollection
LemsFactory. 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. pairCollections
Methods in org.lemsml.jlems.core.type that return PairCollection Modifier and Type Method Description PairCollection
ComponentType. getPairCollection(java.lang.String cnm)
PairCollection
PairCollection. 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 PairCollection
GatherPairs. r_collection
PairCollection
IncludePair. r_collection
-