Package org.operaton.spin
Class SpinFactory
java.lang.Object
org.operaton.spin.SpinFactory
- Direct Known Subclasses:
SpinFactoryImpl
- Author:
- Sebastian Menski, Daniel Meyer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SpinFactoryThe singleton instance of the SpinFactory. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract <T extends Spin<?>>
TcreateSpin(Object parameter) abstract <T extends Spin<?>>
TcreateSpin(Object parameter, String dataFormatName) abstract <T extends Spin<?>>
TcreateSpin(Object parameter, DataFormat<T> format)
-
Field Details
-
INSTANCE
The singleton instance of the SpinFactory.
-
-
Constructor Details
-
SpinFactory
public SpinFactory()
-
-
Method Details
-
createSpin
-
createSpin
-
createSpin
-