public interface EntityFactory
| Modifier and Type | Method and Description |
|---|---|
Entity |
createEntity(Entity.DATA_FORM form,
Entity.DATA_TYPE type,
ExtendedDataInput in) |
Matrix |
createMatrixWithDefaultValue(Entity.DATA_TYPE type,
int rows,
int columns) |
Vector |
createPairWithDefaultValue(Entity.DATA_TYPE type) |
Scalar |
createScalarWithDefaultValue(Entity.DATA_TYPE type) |
Vector |
createVectorWithDefaultValue(Entity.DATA_TYPE type,
int size) |
Entity createEntity(Entity.DATA_FORM form, Entity.DATA_TYPE type, ExtendedDataInput in) throws IOException
IOExceptionMatrix createMatrixWithDefaultValue(Entity.DATA_TYPE type, int rows, int columns)
Vector createVectorWithDefaultValue(Entity.DATA_TYPE type, int size)
Vector createPairWithDefaultValue(Entity.DATA_TYPE type)
Scalar createScalarWithDefaultValue(Entity.DATA_TYPE type)
Copyright © 2019 DolphinDB. All rights reserved.