public class ValuesFactoryImpl extends EFactoryImpl implements ValuesFactory
eINSTANCE
Constructor and Description |
---|
ValuesFactoryImpl()
Creates an instance of the factory.
|
public static ValuesFactory init()
public EObject create(EClass eClass)
public java.lang.Object createFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertToString(EDataType eDataType, java.lang.Object instanceValue)
public Composite createComposite()
createComposite
in interface ValuesFactory
public java.util.Map.Entry<java.lang.String,Value> createStringToValueMap()
public Quantity createQuantity()
createQuantity
in interface ValuesFactory
public PhysicalQuantity createPhysicalQuantity()
createPhysicalQuantity
in interface ValuesFactory
public Unit createUnit()
createUnit
in interface ValuesFactory
public TimeSeries createTimeSeries()
createTimeSeries
in interface ValuesFactory
public MDTimeSeries createMDTimeSeries()
createMDTimeSeries
in interface ValuesFactory
public Text createText()
createText
in interface ValuesFactory
public URL createURL()
createURL
in interface ValuesFactory
public HTML createHTML()
createHTML
in interface ValuesFactory
public Pointer createPointer()
createPointer
in interface ValuesFactory
public PointerElement createPointerElement()
createPointerElement
in interface ValuesFactory
public Point createPoint()
createPoint
in interface ValuesFactory
public Dynamics createDynamics()
createDynamics
in interface ValuesFactory
public FunctionPlot createFunctionPlot()
createFunctionPlot
in interface ValuesFactory
public Function createFunction()
createFunction
in interface ValuesFactory
public Argument createArgument()
createArgument
in interface ValuesFactory
public Expression createExpression()
createExpression
in interface ValuesFactory
public Collada createCollada()
createCollada
in interface ValuesFactory
public OBJ createOBJ()
createOBJ
in interface ValuesFactory
public Sphere createSphere()
createSphere
in interface ValuesFactory
public Cylinder createCylinder()
createCylinder
in interface ValuesFactory
public Particles createParticles()
createParticles
in interface ValuesFactory
public SkeletonAnimation createSkeletonAnimation()
createSkeletonAnimation
in interface ValuesFactory
public SkeletonTransformation createSkeletonTransformation()
createSkeletonTransformation
in interface ValuesFactory
public VisualGroupElement createVisualGroupElement()
createVisualGroupElement
in interface ValuesFactory
public VisualGroup createVisualGroup()
createVisualGroup
in interface ValuesFactory
public Connection createConnection()
createConnection
in interface ValuesFactory
public ArrayElement createArrayElement()
createArrayElement
in interface ValuesFactory
public ArrayValue createArrayValue()
createArrayValue
in interface ValuesFactory
public Image createImage()
createImage
in interface ValuesFactory
public ImportValue createImportValue()
createImportValue
in interface ValuesFactory
public Connectivity createConnectivityFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertConnectivityToString(EDataType eDataType, java.lang.Object instanceValue)
public ImageFormat createImageFormatFromString(EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertImageFormatToString(EDataType eDataType, java.lang.Object instanceValue)
public ValuesPackage getValuesPackage()
getValuesPackage
in interface ValuesFactory
@Deprecated public static ValuesPackage getPackage()