This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
documentation:ref:transformation [2015/09/22 19:14] poslavskysv [Basics] |
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 (''t == Identity >> t'') | + | * 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 64: | 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]] | ||
| + | |||