cc.redberry.core.tensor
Class ExpressionFactory
- java.lang.Object
-
- cc.redberry.core.tensor.ExpressionFactory
-
- All Implemented Interfaces:
- TensorFactory
public class ExpressionFactory extends java.lang.Object implements TensorFactory
Factory for expressions.- Since:
- 1.0
- See Also:
Expression
-
-
Field Summary
Fields Modifier and Type Field and Description static ExpressionFactoryFACTORY
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Expressioncreate(Tensor... tensors)Creates tensor with provided array of sub-tensors.
-
-
-
Field Detail
-
FACTORY
public static final ExpressionFactory FACTORY
-
-
Method Detail
-
create
public Expression create(Tensor... tensors)
Description copied from interface:TensorFactoryCreates tensor with provided array of sub-tensors.- Specified by:
createin interfaceTensorFactory- Parameters:
tensors- array of sub-tensors- Returns:
- created tensor
-
-
DataMelt 3.0 © DataMelt by jWork.ORG