Home
last modified time | relevance | path

Searched refs:getObjectProperty (Results 1 – 25 of 103) sorted by relevance

12345

/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/
H A DXMIResource_save.cpp341 controller.getObjectProperty(id, kind, CHILDREN, children); in writeAbstractLayer()
375 controller.getObjectProperty(id, kind, UID, uid); in writeAbstractBaseObject()
428 controller.getObjectProperty(root, DIAGRAM, PATH, strValue); in writeDiagram()
609 controller.getObjectProperty(id, BLOCK, STYLE, strValue); in writeBlock()
682 controller.getObjectProperty(id, BLOCK, LABEL, label); in writeBlock()
913 controller.getObjectProperty(id, PORT, UID, strValue); in writePort()
964 controller.getObjectProperty(id, PORT, STYLE, strValue); in writePort()
972 controller.getObjectProperty(id, PORT, LABEL, strValue); in writePort()
1054 controller.getObjectProperty(id, LINK, STYLE, strValue); in writeLink()
1062 controller.getObjectProperty(id, LINK, COLOR, intValue); in writeLink()
[all …]
H A DController.cpp274 getObjectProperty(initial, uid_prop, v); in unlinkVector()
299 getObjectProperty(initial, uid_prop, v); in unlink()
335 getObjectProperty(o, uid_prop, ref); in deleteOwnedReference()
447 getObjectProperty(initial, p, v); in deepClone()
483 getObjectProperty(initial, p, v); in deepCloneVector()
658 return getObjectProperty<>(uid, k, p, v); in getObjectProperty()
662 return getObjectProperty<>(uid, k, p, v); in getObjectProperty()
666 return getObjectProperty<>(uid, k, p, v); in getObjectProperty()
670 return getObjectProperty<>(uid, k, p, v); in getObjectProperty()
674 return getObjectProperty<>(uid, k, p, v); in getObjectProperty()
[all …]
H A DModel_getObjectProperties.cpp37 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, double& v) const in getObjectProperty() function in org_scilab_modules_scicos::Model
93 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, int& v) const in getObjectProperty() function in org_scilab_modules_scicos::Model
164 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, bool& v) const in getObjectProperty() function in org_scilab_modules_scicos::Model
220 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, std::string& v) con… in getObjectProperty() function in org_scilab_modules_scicos::Model
337 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, ScicosID& v) const in getObjectProperty() function in org_scilab_modules_scicos::Model
431 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<double>… in getObjectProperty() function in org_scilab_modules_scicos::Model
523 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<int>& v… in getObjectProperty() function in org_scilab_modules_scicos::Model
599 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<bool>& … in getObjectProperty() function in org_scilab_modules_scicos::Model
651 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<std::st… in getObjectProperty() function in org_scilab_modules_scicos::Model
711 bool Model::getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<ScicosI… in getObjectProperty() function in org_scilab_modules_scicos::Model
/dports/www/glassfish/glassfish5/mq/examples/jms20/messageproperties/
H A DREADME67 booleanProp on producer through getObjectProperty :true
70 byteProp on producer through getObjectProperty :7
73 shortProp on producer through getObjectProperty :123
76 intProp on producer through getObjectProperty :1357924680
88 stringProp on producer through getObjectProperty :Hello
98 booleanProp on Message through getObjectProperty :true
100 byteProp on Message through getObjectProperty :7
102 shortProp on Message through getObjectProperty :123
104 intProp on Message through getObjectProperty :1357924680
108 floatProp on Message through getObjectProperty :3.1415927
[all …]
H A DMessagePropertiesConsumer.java95 … "booleanProp on Message through getObjectProperty :" + textMessage.getObjectProperty("booleanProp… in runTest()
99 …ln( "byteProp on Message through getObjectProperty :" + textMessage.getObjectProperty("byteProp")); in runTest()
103 …n( "shortProp on Message through getObjectProperty :" + textMessage.getObjectProperty("shortProp")… in runTest()
107 …ntln( "intProp on Message through getObjectProperty :" + textMessage.getObjectProperty("intProp")); in runTest()
111 …ln( "longProp on Message through getObjectProperty :" + textMessage.getObjectProperty("longProp")); in runTest()
115 …n( "floatProp on Message through getObjectProperty :" + textMessage.getObjectProperty("floatProp")… in runTest()
119 …n( "doubleProp on Message through getObjectProperty :" +textMessage.getObjectProperty("doubleProp"… in runTest()
123 …n( "stringProp on Message through getObjectProperty :" +textMessage.getObjectProperty("stringProp"… in runTest()
H A DMessagePropertiesProducer.java95 …n( "booleanProp on producer through getObjectProperty :" + producer.getObjectProperty("booleanProp… in runTest()
101 …intln( "byteProp on producer through getObjectProperty :" +producer.getObjectProperty("byteProp")); in runTest()
107 …ntln( "shortProp on producer through getObjectProperty :" +producer.getObjectProperty("shortProp")… in runTest()
113 …println( "intProp on producer through getObjectProperty :" +producer.getObjectProperty("intProp")); in runTest()
119 …intln( "longProp on producer through getObjectProperty :" +producer.getObjectProperty("longProp")); in runTest()
125 …ntln( "floatProp on producer through getObjectProperty :" +producer.getObjectProperty("floatProp")… in runTest()
131 …tln( "doubleProp on producer through getObjectProperty :" +producer.getObjectProperty("doubleProp"… in runTest()
137 …tln( "stringProp on producer through getObjectProperty :" +producer.getObjectProperty("stringProp"… in runTest()
/dports/www/payara/payara5/mq/examples/jms20/messageproperties/
H A DREADME67 booleanProp on producer through getObjectProperty :true
70 byteProp on producer through getObjectProperty :7
73 shortProp on producer through getObjectProperty :123
76 intProp on producer through getObjectProperty :1357924680
88 stringProp on producer through getObjectProperty :Hello
98 booleanProp on Message through getObjectProperty :true
100 byteProp on Message through getObjectProperty :7
102 shortProp on Message through getObjectProperty :123
104 intProp on Message through getObjectProperty :1357924680
108 floatProp on Message through getObjectProperty :3.1415927
[all …]
H A DMessagePropertiesConsumer.java125 … "booleanProp on Message through getObjectProperty :" + textMessage.getObjectProperty("booleanProp… in runTest()
129 …ln( "byteProp on Message through getObjectProperty :" + textMessage.getObjectProperty("byteProp")); in runTest()
133 …n( "shortProp on Message through getObjectProperty :" + textMessage.getObjectProperty("shortProp")… in runTest()
137 …ntln( "intProp on Message through getObjectProperty :" + textMessage.getObjectProperty("intProp")); in runTest()
141 …ln( "longProp on Message through getObjectProperty :" + textMessage.getObjectProperty("longProp")); in runTest()
145 …n( "floatProp on Message through getObjectProperty :" + textMessage.getObjectProperty("floatProp")… in runTest()
149 …n( "doubleProp on Message through getObjectProperty :" +textMessage.getObjectProperty("doubleProp"… in runTest()
153 …n( "stringProp on Message through getObjectProperty :" +textMessage.getObjectProperty("stringProp"… in runTest()
H A DMessagePropertiesProducer.java125 …n( "booleanProp on producer through getObjectProperty :" + producer.getObjectProperty("booleanProp… in runTest()
131 …intln( "byteProp on producer through getObjectProperty :" +producer.getObjectProperty("byteProp")); in runTest()
137 …ntln( "shortProp on producer through getObjectProperty :" +producer.getObjectProperty("shortProp")… in runTest()
143 …println( "intProp on producer through getObjectProperty :" +producer.getObjectProperty("intProp")); in runTest()
149 …intln( "longProp on producer through getObjectProperty :" +producer.getObjectProperty("longProp")); in runTest()
155 …ntln( "floatProp on producer through getObjectProperty :" +producer.getObjectProperty("floatProp")… in runTest()
161 …tln( "doubleProp on producer through getObjectProperty :" +producer.getObjectProperty("doubleProp"… in runTest()
167 …tln( "stringProp on producer through getObjectProperty :" +producer.getObjectProperty("stringProp"… in runTest()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/includes/
H A DModel.hxx47 inline bool getObjectProperty(ScicosID uid, kind_t /*k*/, object_properties_t p, T& v) const in getObjectProperty() function in org_scilab_modules_scicos::Model
49 return getObjectProperty(getObject(uid), p, v); in getObjectProperty()
58 bool getObjectProperty(model::BaseObject* object, object_properties_t p, double& v) const;
59 bool getObjectProperty(model::BaseObject* object, object_properties_t p, int& v) const;
60 bool getObjectProperty(model::BaseObject* object, object_properties_t p, bool& v) const;
61 bool getObjectProperty(model::BaseObject* object, object_properties_t p, std::string& v) const;
62 bool getObjectProperty(model::BaseObject* object, object_properties_t p, ScicosID& v) const;
63 …bool getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<double>& v) c…
64 …bool getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<int>& v) cons…
65 …bool getObjectProperty(model::BaseObject* object, object_properties_t p, std::vector<bool>& v) con…
[all …]
H A DController.hxx128 bool getObjectProperty(K* object, object_properties_t p, T& v) const in getObjectProperty() function in org_scilab_modules_scicos::Controller
133 bool ret = m_instance.model.getObjectProperty(object, p, v); in getObjectProperty()
160 bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, double& v) const;
161 bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, int& v) const;
162 bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, bool& v) const;
163 bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, std::string& v) const;
164 bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, ScicosID& v) const;
165 …bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, std::vector<double>& v) cons…
166 … bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, std::vector<int>& v) const;
167 … bool getObjectProperty(ScicosID uid, kind_t k, object_properties_t p, std::vector<bool>& v) const;
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/io/writer/
H A DLinkWriter.java35 shared.controller.getObjectProperty(uid, kind, ObjectProperties.KIND, linkKind); in write()
63 shared.controller.getObjectProperty(uid, kind, ObjectProperties.UID, id); in write()
65 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SOURCE_PORT, scicosId); in write()
66 shared.controller.getObjectProperty(scicosId[0], Kind.PORT, ObjectProperties.UID, src); in write()
68 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DESTINATION_PORT, scicosId); in write()
69 shared.controller.getObjectProperty(scicosId[0], Kind.PORT, ObjectProperties.UID, dst); in write()
71 shared.controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, style); in write()
72 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DESCRIPTION, value); in write()
H A DBlockWriter.java44 …shared.controller.getObjectProperty(uid, kind, ObjectProperties.INTERFACE_FUNCTION, interfaceFunct… in write()
55 shared.controller.getObjectProperty(uid, kind, ObjectProperties.UID, v); in write()
67 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_BLOCKTYPE, v); in write()
71 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_DEP_UT, vecOfInt); in write()
75 shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_FUNCTION_NAME, v); in write()
79 … shared.controller.getObjectProperty(uid, kind, ObjectProperties.SIM_FUNCTION_API, functionAPI); in write()
84 shared.controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, v); in write()
87 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DESCRIPTION, v); in write()
112 shared.controller.getObjectProperty(uid, kind, p, ports); in write()
H A DPortWriter.java45 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.IMPLICIT, isImplicit); in write()
81 shared.controller.getObjectProperty(uid, kind, ObjectProperties.UID, str); in write()
92 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.DATATYPE, datatype); in write()
102 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.FIRING, firing); in write()
106 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.STYLE, style); in write()
110 shared.controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.LABEL, value); in write()
H A DRawDataWriter.java87 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DIAGRAM_CONTEXT, context); in writeContext()
100 shared.controller.getObjectProperty(uid, kind, ObjectProperties.EXPRS, vDouble); in writeBlock()
103 shared.controller.getObjectProperty(uid, kind, ObjectProperties.RPAR, vDouble); in writeBlock()
106 shared.controller.getObjectProperty(uid, kind, ObjectProperties.IPAR, vInt); in writeBlock()
109 shared.controller.getObjectProperty(uid, kind, ObjectProperties.OPAR, vDouble); in writeBlock()
112 shared.controller.getObjectProperty(uid, kind, ObjectProperties.NZCROSS, vInt); in writeBlock()
115 shared.controller.getObjectProperty(uid, kind, ObjectProperties.NMODE, vInt); in writeBlock()
118 shared.controller.getObjectProperty(uid, kind, ObjectProperties.STATE, vDouble); in writeBlock()
121 shared.controller.getObjectProperty(uid, kind, ObjectProperties.DSTATE, vDouble); in writeBlock()
124 shared.controller.getObjectProperty(uid, kind, ObjectProperties.ODSTATE, vDouble); in writeBlock()
[all …]
H A DScilabWriter.java50 shared.controller.getObjectProperty(parentUID, parentKind, ObjectProperties.LABEL, label); in writeAnnotationCell()
56 shared.controller.getObjectProperty(label[0], Kind.ANNOTATION, ObjectProperties.UID, v); in writeAnnotationCell()
59 … shared.controller.getObjectProperty(label[0], Kind.ANNOTATION, ObjectProperties.STYLE, v); in writeAnnotationCell()
62 … shared.controller.getObjectProperty(label[0], Kind.ANNOTATION, ObjectProperties.DESCRIPTION, v); in writeAnnotationCell()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/cpp/view_scilab/
H A DLinkAdapter.cpp189 controller.getObjectProperty(adaptee, DESCRIPTION, id); in get()
229 controller.getObjectProperty(adaptee, THICK, thick); in get()
274 controller.getObjectProperty(adaptee, COLOR, color); in get()
275 controller.getObjectProperty(adaptee, KIND, kind); in get()
323 controller.getObjectProperty(adaptee, end, endID); in getLinkEnd()
440 controller.getObjectProperty(linkObject, SOURCE_PORT, from); in setLinkEnd()
511 controller.getObjectProperty(linkObject, KIND, linkType); in setLinkEnd()
548 controller.getObjectProperty(blkObject, INPUTS, in); in setLinkEnd()
549 controller.getObjectProperty(blkObject, OUTPUTS, out); in setLinkEnd()
889 controller.getObjectProperty(adaptee, SOURCE_PORT, from); in refresh_shared_values()
[all …]
H A Dports_management.hxx152 controller.getObjectProperty(adaptee, port_kind, ids); in get_ports_property()
171 controller.getObjectProperty(*it, PORT, p, s); in get_ports_property()
195 controller.getObjectProperty(*it, PORT, DATATYPE, v); in get_ports_property()
206 controller.getObjectProperty(*it, PORT, p, data[i]); in get_ports_property()
222 controller.getObjectProperty(*it, PORT, p, v); in get_ports_property()
235 controller.getObjectProperty(adaptee, PARENT_BLOCK, parentBlock); in get_ports_property()
253 controller.getObjectProperty(*it, PORT, p, id); in get_ports_property()
293 controller.getObjectProperty(adaptee, port_kind, ids); in set_ports_property()
588 controller.getObjectProperty(adaptee, PARENT_BLOCK, parentBlock); in update_ports_property()
590 controller.getObjectProperty(adaptee, PARENT_DIAGRAM, parentDiagram); in update_ports_property()
[all …]
H A DGraphicsAdapter.cpp78 controller.getObjectProperty(adaptee, GEOMETRY, geom); in get()
104 controller.getObjectProperty(adaptee, GEOMETRY, geom); in set()
124 controller.getObjectProperty(adaptee, GEOMETRY, geom); in get()
148 controller.getObjectProperty(adaptee, GEOMETRY, geom); in set()
166 controller.getObjectProperty(adaptee, EXPRS, exprs); in get()
204 controller.getObjectProperty(adaptee, port_kind, ids); in cached_ports_init()
473 controller.getObjectProperty(adaptee, LABEL, label); in get()
736 controller.getObjectProperty(adaptee, p, ports); in relink_cached()
833 controller.getObjectProperty(port, CONNECTED_SIGNALS, in incorrectly_connected()
916 controller.getObjectProperty(adaptee, KIND, linkType); in reverse_relink()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/graph/model/
H A DXcosCellFactory.java246 controller.getObjectProperty(uid, kind, ObjectProperties.LABEL, label); in insertChildren()
413 controller.getObjectProperty(uid, kind, ObjectProperties.UID, strUID); in createBlock()
416 controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, style); in createBlock()
427 controller.getObjectProperty(uid, kind, ObjectProperties.GEOMETRY, geom); in createBlock()
605 controller.getObjectProperty(uid, Kind.PORT, ObjectProperties.UID, strUID);
653 controller.getObjectProperty(uid, kind, ObjectProperties.KIND, type);
665 controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, style);
668 controller.getObjectProperty(uid, kind, ObjectProperties.UID, strUID);
720 controller.getObjectProperty(uid, kind, ObjectProperties.GEOMETRY, geom);
729 controller.getObjectProperty(uid, kind, ObjectProperties.UID, strUID);
[all …]
H A DXcosCell.java332 controller.getObjectProperty(getUID(), getKind(), prop, parent); in removeFromParent()
336 controller.getObjectProperty(getUID(), getKind(), prop, parent); in removeFromParent()
355 … controller.getObjectProperty(getUID(), getKind(), ObjectProperties.SOURCE_BLOCK, parent); in removeFromParent()
358 … controller.getObjectProperty(getUID(), getKind(), ObjectProperties.PORT_KIND, portKind); in removeFromParent()
362 controller.getObjectProperty(parent[0], parentKind, property, ports); in removeFromParent()
525 controller.getObjectProperty(c.getUID(), c.getKind(), ObjectProperties.PORT_KIND, v); in insertPort()
531 controller.getObjectProperty(getUID(), getKind(), property, children); in insertPort()
542 controller.getObjectProperty(getUID(), getKind(), ObjectProperties.CHILDREN, children); in insertChild()
602 controller.getObjectProperty(c.getUID(), c.getKind(), ObjectProperties.PORT_KIND, v); in removePort()
624 controller.getObjectProperty(getUID(), getKind(), property, children); in removePort()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/explorer/
H A DBrowserTreeNodeData.java130 controller.getObjectProperty(uid, kind, ObjectProperties.STYLE, style); in htmlBlock()
132 controller.getObjectProperty(uid, kind, ObjectProperties.EXPRS, exprs); in htmlBlock()
134 controller.getObjectProperty(uid, kind, ObjectProperties.GEOMETRY, geom); in htmlBlock()
136 controller.getObjectProperty(uid, kind, ObjectProperties.INTERFACE_FUNCTION, interf); in htmlBlock()
138 controller.getObjectProperty(uid, kind, ObjectProperties.TITLE, title); in htmlBlock()
140 controller.getObjectProperty(uid, kind, ObjectProperties.UID, uuid); in htmlBlock()
169 controller.getObjectProperty(uid, kind, ObjectProperties.TITLE, title); in htmlDiagram()
171 controller.getObjectProperty(uid, kind, ObjectProperties.VERSION_NUMBER, version); in htmlDiagram()
173 controller.getObjectProperty(uid, kind, ObjectProperties.PATH, path); in htmlDiagram()
175 controller.getObjectProperty(uid, kind, ObjectProperties.DIAGRAM_CONTEXT, context); in htmlDiagram()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/
H A DController.java74 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, double[] v) { in getObjectProperty() method in Controller
78 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, int[] v) { in getObjectProperty() method in Controller
82 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, boolean[] v) { in getObjectProperty() method in Controller
86 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, String[] v) { in getObjectProperty() method in Controller
90 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, long[] v) { in getObjectProperty() method in Controller
94 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfDouble v) { in getObjectProperty() method in Controller
98 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfInt v) { in getObjectProperty() method in Controller
102 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfBool v) { in getObjectProperty() method in Controller
106 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfString v) { in getObjectProperty() method in Controller
110 public boolean getObjectProperty(long uid, Kind k, ObjectProperties p, VectorOfScicosID v) { in getObjectProperty() method in Controller
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/haskell-gi-base-0.24.5/Data/GI/Base/
H A DProperties.hsc129 getObjectProperty :: GObject a => a -> String ->
131 getObjectProperty obj propName getter gtype = do function
187 getObjectProperty obj propName get_int gtypeInt
201 getObjectProperty obj propName get_uint gtypeUInt
361 getObjectProperty obj propName
384 getObjectProperty obj propName (get_boxed >=>
411 getObjectProperty obj propName
435 getObjectProperty obj propName
457 getObjectProperty obj propName
488 getObjectProperty obj propName (get_variant >=>
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/xcos/src/java/org/scilab/modules/xcos/block/
H A DBasicBlock.java316 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.EXP… in updateFields()
320 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.STA… in updateFields()
324 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.DST… in updateFields()
328 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.ODS… in updateFields()
332 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.RPA… in updateFields()
336 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.OPA… in updateFields()
346 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.SIM… in updateFields()
350 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.NZC… in updateFields()
354 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.NMO… in updateFields()
358 …controller.getObjectProperty(modifiedBlock.getUID(), modifiedBlock.getKind(), ObjectProperties.IPA… in updateFields()
[all …]

12345