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 ArduinoAttributeArduinoAttributes. 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 ObjectArduinoAttribute.ArduinoAttrObject. getAttrValue(ArduinoAttribute pAttr)Obtain value for attribute.ObjectArduinoMessage. getAttrValue(ArduinoAttribute pAttr)ObjectArduinoNode. getAttrValue(ArduinoAttribute pAttr)ObjectArduinoSignal. getAttrValue(ArduinoAttribute pAttr)ObjectArduinoSystem. getAttrValue(ArduinoAttribute pAttr)ObjectArduinoNode. getRelationValue(ArduinoAttribute pAttr, ArduinoAttribute.ArduinoAttrObject pRelation)Obtain value for relation attribute.static ArduinoAttrConstraintsArduinoAttrConstraints. parseConstraints(ArduinoAttribute pAttr, String pConstDef)parse the constraints.