|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.minetti.astrodevice.common.device.DeviceNode
public final class DeviceNode
Node of device tree.
| Constructor Summary | |
|---|---|
DeviceNode(DeviceNode parent,
String name,
DeviceSignature signature,
Collection<DeviceNode> children)
Constructor. |
|
| Method Summary | |
|---|---|
Collection<DeviceNode> |
getChildren()
Returns the child nodes. |
String |
getName()
Returns the node name. |
DeviceNode |
getParent()
Returns the parent node. |
DeviceSignature |
getSignature()
Returns the signature used for recognize the device. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceNode(DeviceNode parent,
String name,
DeviceSignature signature,
Collection<DeviceNode> children)
parent - Parent node.name - Node name.signature - Signature used for recognize the device (can be NULL).children - Child nodes (can be NULL).| Method Detail |
|---|
public DeviceNode getParent()
public String getName()
public DeviceSignature getSignature()
public Collection<DeviceNode> getChildren()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||