Uses of Class
net.sourceforge.jarduino.message.ArduinoAttribute
Package | Description |
---|---|
net.sourceforge.jarduino.message |
Arduino Message Definition.
|
-
Uses of ArduinoAttribute in net.sourceforge.jarduino.message
Methods in net.sourceforge.jarduino.message that return ArduinoAttribute Modifier and Type Method Description ArduinoAttribute
ArduinoAttributes. getAttributeForName(String pName)
Obtain attribute for name.Methods in net.sourceforge.jarduino.message that return types with arguments of type ArduinoAttribute Modifier and Type Method Description List<ArduinoAttribute>
ArduinoAttributes. getAttributes()
Obtain a list of all attributes in the system.List<ArduinoAttribute>
ArduinoSystem. getAttributes()
Obtain a list of all attributes in the system.Methods in net.sourceforge.jarduino.message with parameters of type ArduinoAttribute Modifier and Type Method Description Object
ArduinoAttribute.ArduinoAttrObject. getAttrValue(ArduinoAttribute pAttr)
Obtain value for attribute.Object
ArduinoMessage. getAttrValue(ArduinoAttribute pAttr)
Object
ArduinoNode. getAttrValue(ArduinoAttribute pAttr)
Object
ArduinoSignal. getAttrValue(ArduinoAttribute pAttr)
Object
ArduinoSystem. getAttrValue(ArduinoAttribute pAttr)
Object
ArduinoNode. getRelationValue(ArduinoAttribute pAttr, ArduinoAttribute.ArduinoAttrObject pRelation)
Obtain value for relation attribute.static ArduinoAttrConstraints
ArduinoAttrConstraints. parseConstraints(ArduinoAttribute pAttr, String pConstDef)
parse the constraints.