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 ComponentReference
LemsFactory. 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 class
Link
Fields in org.lemsml.jlems.core.type with type parameters of type ComponentReference Modifier and Type Field Description LemsCollection<ComponentReference>
ComponentType. componentReferences
Methods in org.lemsml.jlems.core.type that return ComponentReference Modifier and Type Method Description ComponentReference
ComponentType. getComponentRef(java.lang.String sn)
ComponentReference
ComponentReference. 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) ComponentReference
KineticScheme. r_srcRef
(package private) ComponentReference
KineticScheme. 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 ComponentReference
Run. r_componentRef
-