Message for an application of a Rule on Graph for an Observer. More...
Public Member Functions | |
ObserverMessageGraphRuleApplication (Type t, Graph graph, Rule rule, Projection projection) | |
Constructor. More... | |
String | toString () |
Debug toString() method. More... | |
Graph | graph () |
Rule | rule () |
Projection | projection () |
Public Member Functions inherited from cogitant.base.ObserverMessage | |
ObserverMessage (Type t) | |
Constructor. More... | |
Type | type () |
Type of the message. More... | |
String | toString () |
Debug toString() method. More... | |
Additional Inherited Members | |
Protected Attributes inherited from cogitant.base.ObserverMessage | |
Type | m_type |
cogitant.base.ObserverMessageGraphRuleApplication.ObserverMessageGraphRuleApplication | ( | Type | t, |
Graph | graph, | ||
Rule | rule, | ||
Projection | projection | ||
) |
Graph cogitant.base.ObserverMessageGraphRuleApplication.graph | ( | ) |
Projection cogitant.base.ObserverMessageGraphRuleApplication.projection | ( | ) |
Rule cogitant.base.ObserverMessageGraphRuleApplication.rule | ( | ) |
String cogitant.base.ObserverMessageGraphRuleApplication.toString | ( | ) |
Debug toString() method.