Inheritance diagram for cogitant.base.Projection:Public Member Functions | |
| void | setGraphs (Graph from, Graph to) |
| Graph | graphFrom () |
| Graph | graphTo () |
| GraphObject | imageOf (GraphObject first) |
| Image of an object. | |
| GraphObject | antecedentOf (GraphObject second) |
| Antecedent of a node graph. | |
| void | newCouple (GraphObject first, GraphObject second) |
| Adds a new couple. | |
| void | replaceImage (GraphObject oldimage, GraphObject newimage) |
| Replace a node by an other one in images. | |
| GraphObject cogitant.base.Projection.antecedentOf | ( | GraphObject | second | ) |
| Graph cogitant.base.Projection.graphFrom | ( | ) |
Implemented in cogitant.jni.Projection.
| Graph cogitant.base.Projection.graphTo | ( | ) |
Implemented in cogitant.jni.Projection.
| GraphObject cogitant.base.Projection.imageOf | ( | GraphObject | first | ) |
| void cogitant.base.Projection.newCouple | ( | GraphObject | first, |
| GraphObject | second | ||
| ) |
Adds a new couple.
| void cogitant.base.Projection.replaceImage | ( | GraphObject | oldimage, |
| GraphObject | newimage | ||
| ) |