This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
documentation:ref:transformation [2015/09/22 18:28] 127.0.0.1 external edit |
documentation:ref:transformation [2015/11/21 12:33] (current) |
||
---|---|---|---|
Line 14: | Line 14: | ||
* Applying ''Transformation'' using ''%%>>%%'' operator is equivalent to direct invocation of method ''.transform(exp)''. | * Applying ''Transformation'' using ''%%>>%%'' operator is equivalent to direct invocation of method ''.transform(exp)''. | ||
+ | * The ''Identity'' transformation does nothing (''expr == Identity %%>>%% expr'') | ||
====Examples==== | ====Examples==== | ||
[[Expand]] is a ''Transformation'' that expands out product of sums: | [[Expand]] is a ''Transformation'' that expands out product of sums: | ||
Line 63: | Line 64: | ||
* Related guides: [[documentation:guide:applying_and_manipulating_transformations]], [[documentation:guide:list_of_transformations]] | * Related guides: [[documentation:guide:applying_and_manipulating_transformations]], [[documentation:guide:list_of_transformations]] | ||
* Related reference material: [[documentation:ref:tensor]] | * Related reference material: [[documentation:ref:tensor]] | ||
- | * JavaDocs: [[http://api.redberry.cc/redberry/1.1.8/java-api/cc/redberry/core/transformations/Transformation.html|Transformation]] | + | * JavaDocs: [[http://api.redberry.cc/redberry/1.1.9/java-api/cc/redberry/core/transformations/Transformation.html|Transformation]] |
* Source code: [[https://bitbucket.org/redberry/redberry/src/tip/core/src/main/java/cc/redberry/core/transformations/Transformation.java|Transformation.java]] | * Source code: [[https://bitbucket.org/redberry/redberry/src/tip/core/src/main/java/cc/redberry/core/transformations/Transformation.java|Transformation.java]] | ||
+ |