cc.redberry.core.transformations
Class Transformer
- java.lang.Object
-
- cc.redberry.core.transformations.Transformer
-
- All Implemented Interfaces:
- Transformation
public class Transformer extends java.lang.Object implements Transformation
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface cc.redberry.core.transformations.Transformation
Transformation.Util
-
-
Field Summary
-
Fields inherited from interface cc.redberry.core.transformations.Transformation
INDENTITY
-
-
Constructor Summary
Constructors Constructor and Description Transformer(TraverseState state, Transformation[] transformations)Transformer(TraverseState state, Transformation[] transformations, TraverseGuide guide)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Tensortransform(Tensor t)Transforms specified tensor and returns the result.
-
-
-
Constructor Detail
-
Transformer
public Transformer(TraverseState state, Transformation[] transformations, TraverseGuide guide)
-
Transformer
public Transformer(TraverseState state, Transformation[] transformations)
-
-
Method Detail
-
transform
public Tensor transform(Tensor t)
Description copied from interface:TransformationTransforms specified tensor and returns the result.- Specified by:
transformin interfaceTransformation- Parameters:
t- tensor- Returns:
- transformed tensor
-
-
DataMelt 3.0 © DataMelt by jWork.ORG