public class Articulation extends Object
| Constructor and Description | 
|---|
Articulation()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getName()
Gets the name of the articulation. 
 | 
String | 
getTransformation()
Gets the name of the transformation contained in the articulation. 
 | 
URI | 
getUri()
Gets the Uri of the model to which the articulation pertains. 
 | 
GraphicsParameter<Double> | 
getValue()
Gets the parameter defining the value of the transformation over time. 
 | 
void | 
setName(String value)
Sets the name of the articulation. 
 | 
void | 
setTransformation(String value)
Sets the name of the transformation contained in the articulation. 
 | 
void | 
setUri(URI value)
Sets the Uri of the model to which the articulation pertains. 
 | 
void | 
setValue(GraphicsParameter<Double> value)
Sets the parameter defining the value of the transformation over time. 
 | 
public final String getName()
public final void setName(String value)
public final String getTransformation()
public final void setTransformation(String value)
public final GraphicsParameter<Double> getValue()
public final void setValue(GraphicsParameter<Double> value)
public final URI getUri()
public final void setUri(URI value)