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. instancePropertiesMethods in org.lemsml.jlems.core.run with parameters of type InstanceProperty Modifier and Type Method Description voidStateType. addInstanceProperty(InstanceProperty ip)Method parameters in org.lemsml.jlems.core.run with type arguments of type InstanceProperty Modifier and Type Method Description voidStateInstance. 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. instancePropertysMethods in org.lemsml.jlems.core.type that return InstanceProperty Modifier and Type Method Description InstancePropertyInstanceProperty. 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()
-