public interface ValueFactoryProvider
SimpleValueFactory
helps creating simple value objects.
The ExpressionBuilder
helps building valid expressions.
The BlendFactory
helps creating blend objects.
The JointPositionFactory
helps creating joint positions objects.
The PoseFactory
helps creating Pose objects.Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
createExpressionBuilder()
This method instantiates a new
ExpressionBuilder to create a single valid expression. |
BlendFactory |
getBlendFactory()
This method returns a
BlendFactory to create blends. |
JointPositionFactory |
getJointPositionFactory()
This method returns a
JointPositionFactory to create joint positions. |
PoseFactory |
getPoseFactory()
This method returns a
PoseFactory to create poses. |
SimpleValueFactory |
getSimpleValueFactory()
This method returns a
SimpleValueFactory to create value objects |
SimpleValueFactory getSimpleValueFactory()
SimpleValueFactory
to create value objectsExpressionBuilder createExpressionBuilder()
ExpressionBuilder
to create a single valid expression.BlendFactory getBlendFactory()
BlendFactory
to create blends.JointPositionFactory getJointPositionFactory()
JointPositionFactory
to create joint positions.PoseFactory getPoseFactory()
PoseFactory
to create poses.Copyright © 2018. All rights reserved.