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