Package deltix.qsrv.solgen
Class SampleFactoryProvider
- java.lang.Object
-
- deltix.qsrv.solgen.SampleFactoryProvider
-
- All Implemented Interfaces:
SampleFactoryProviderBase
public class SampleFactoryProvider extends java.lang.Object implements SampleFactoryProviderBase
-
-
Constructor Summary
Constructors Constructor Description SampleFactoryProvider()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SampleFactory
createForCpp()
SampleFactory
createForGo()
SampleFactory
createForJava()
SampleFactory
createForNET()
SampleFactory
createForPython()
static SampleFactoryProvider
getInstance()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface deltix.qsrv.solgen.base.SampleFactoryProviderBase
create
-
-
-
-
Method Detail
-
getInstance
public static SampleFactoryProvider getInstance()
-
createForJava
public SampleFactory createForJava()
- Specified by:
createForJava
in interfaceSampleFactoryProviderBase
-
createForNET
public SampleFactory createForNET()
- Specified by:
createForNET
in interfaceSampleFactoryProviderBase
-
createForPython
public SampleFactory createForPython()
- Specified by:
createForPython
in interfaceSampleFactoryProviderBase
-
createForCpp
public SampleFactory createForCpp()
- Specified by:
createForCpp
in interfaceSampleFactoryProviderBase
-
createForGo
public SampleFactory createForGo()
- Specified by:
createForGo
in interfaceSampleFactoryProviderBase
-
-