Uses of Class
org.lemsml.jlems.core.type.InstanceProperty
-
Packages that use InstanceProperty Package Description org.lemsml.jlems.core.run org.lemsml.jlems.core.type -
-
Uses of InstanceProperty in org.lemsml.jlems.core.run
Fields in org.lemsml.jlems.core.run with type parameters of type InstanceProperty Modifier and Type Field Description (package private) java.util.ArrayList<InstanceProperty>
StateType. instanceProperties
Methods in org.lemsml.jlems.core.run with parameters of type InstanceProperty Modifier and Type Method Description void
StateType. addInstanceProperty(InstanceProperty ip)
Method parameters in org.lemsml.jlems.core.run with type arguments of type InstanceProperty Modifier and Type Method Description void
StateInstance. setInstanceProperties(java.util.ArrayList<InstanceProperty> ips)
-
Uses of InstanceProperty in org.lemsml.jlems.core.type
Fields in org.lemsml.jlems.core.type with type parameters of type InstanceProperty Modifier and Type Field Description private LemsCollection<InstanceProperty>
ComponentType. instancePropertys
Methods in org.lemsml.jlems.core.type that return InstanceProperty Modifier and Type Method Description InstanceProperty
InstanceProperty. makeCopy()
Methods in org.lemsml.jlems.core.type that return types with arguments of type InstanceProperty Modifier and Type Method Description LemsCollection<InstanceProperty>
ComponentType. getInstancePropertys()
-