Uses of Class
org.lemsml.jlems.core.type.ComponentReference
-
Packages that use ComponentReference Package Description org.lemsml.jlems.core.reader org.lemsml.jlems.core.type org.lemsml.jlems.core.type.dynamics org.lemsml.jlems.core.type.simulation -
-
Uses of ComponentReference in org.lemsml.jlems.core.reader
Methods in org.lemsml.jlems.core.reader that return ComponentReference Modifier and Type Method Description private ComponentReferenceLemsFactory. buildComponentReference(XMLElement xel) -
Uses of ComponentReference in org.lemsml.jlems.core.type
Subclasses of ComponentReference in org.lemsml.jlems.core.type Modifier and Type Class Description classLinkFields in org.lemsml.jlems.core.type with type parameters of type ComponentReference Modifier and Type Field Description LemsCollection<ComponentReference>ComponentType. componentReferencesMethods in org.lemsml.jlems.core.type that return ComponentReference Modifier and Type Method Description ComponentReferenceComponentType. getComponentRef(java.lang.String sn)ComponentReferenceComponentReference. makeCopy()Methods in org.lemsml.jlems.core.type that return types with arguments of type ComponentReference Modifier and Type Method Description LemsCollection<ComponentReference>ComponentType. getComponentReferences()LemsCollection<ComponentReference>ComponentType. getComponentRefs() -
Uses of ComponentReference in org.lemsml.jlems.core.type.dynamics
Fields in org.lemsml.jlems.core.type.dynamics declared as ComponentReference Modifier and Type Field Description (package private) ComponentReferenceKineticScheme. r_srcRef(package private) ComponentReferenceKineticScheme. r_tgtRef -
Uses of ComponentReference in org.lemsml.jlems.core.type.simulation
Fields in org.lemsml.jlems.core.type.simulation declared as ComponentReference Modifier and Type Field Description ComponentReferenceRun. r_componentRef
-