Package org.robwork.sdurw_assembly
Class TimedAssemblyState
- java.lang.Object
-
- org.robwork.sdurw_assembly.TimedAssemblyState
-
public class TimedAssemblyState extends java.lang.Object
A tuple of (time, value).
-
-
Constructor Summary
Constructors Constructor Description TimedAssemblyState()
Default constructorTimedAssemblyState(double time, AssemblyState value)
ConstructorTimedAssemblyState(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(TimedAssemblyState obj)
SWIGTYPE_p_double
getTime()
The timeAssemblyState
getValue()
void
setTime(double time)
-
-
-
Constructor Detail
-
TimedAssemblyState
public TimedAssemblyState(long cPtr, boolean cMemoryOwn)
-
TimedAssemblyState
public TimedAssemblyState(double time, AssemblyState value)
Constructor
-
TimedAssemblyState
public TimedAssemblyState()
Default constructor
-
-
Method Detail
-
getCPtr
public static long getCPtr(TimedAssemblyState obj)
-
delete
public void delete()
-
getTime
public SWIGTYPE_p_double getTime()
The time
-
getValue
public AssemblyState getValue()
-
setTime
public void setTime(double time)
-
-