org.robokind.impl.motion.sync
Class PortableSynchronizedJointConfig

java.lang.Object
  extended by org.robokind.impl.motion.sync.PortableSynchronizedJointConfig
All Implemented Interfaces:
SynchronizedJointConfig

public class PortableSynchronizedJointConfig
extends Object
implements SynchronizedJointConfig

Author:
Matthew Stevenson

Constructor Summary
PortableSynchronizedJointConfig(Joint.Id jointId, String name, NormalizedDouble defPos)
           
PortableSynchronizedJointConfig(SynchronizedJointConfig conf)
           
PortableSynchronizedJointConfig(SynchronizedJointConfigRecord record)
           
 
Method Summary
 NormalizedDouble getDefaultPosition()
           
 Joint.Id getJointId()
           
 String getName()
           
 SynchronizedJointConfigRecord getRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortableSynchronizedJointConfig

public PortableSynchronizedJointConfig(SynchronizedJointConfigRecord record)

PortableSynchronizedJointConfig

public PortableSynchronizedJointConfig(SynchronizedJointConfig conf)

PortableSynchronizedJointConfig

public PortableSynchronizedJointConfig(Joint.Id jointId,
                                       String name,
                                       NormalizedDouble defPos)
Method Detail

getJointId

public Joint.Id getJointId()
Specified by:
getJointId in interface SynchronizedJointConfig

getName

public String getName()
Specified by:
getName in interface SynchronizedJointConfig

getDefaultPosition

public NormalizedDouble getDefaultPosition()
Specified by:
getDefaultPosition in interface SynchronizedJointConfig

getRecord

public SynchronizedJointConfigRecord getRecord()


Copyright © 2011-2013. All Rights Reserved.