public class Device extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Device.Type |
| Constructor and Description |
|---|
Device(String name,
Device.Type t) |
| Modifier and Type | Method and Description |
|---|---|
List<Joint> |
getAllJoints() |
Joint |
getJointForChannelID(String channelID) |
String |
getName() |
Device.Type |
getType() |
void |
registerJoint(Joint j) |
public Device(String name, Device.Type t)
Copyright © 2010-2016. All Rights Reserved.