Quick links: Examples - Files.
Classes: Hierarchy - Index - List - Members.
Packages: Index - base - jni.

Public Member Functions | List of all members
cogitant.base.ObserverMessageGraphRuleApplication Class Reference

Message for an application of a Rule on Graph for an Observer. More...

+ Inheritance diagram for cogitant.base.ObserverMessageGraphRuleApplication:

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
 

Detailed Description

Message for an application of a Rule on Graph for an Observer.

Constructor & Destructor Documentation

◆ ObserverMessageGraphRuleApplication()

cogitant.base.ObserverMessageGraphRuleApplication.ObserverMessageGraphRuleApplication ( Type  t,
Graph  graph,
Rule  rule,
Projection  projection 
)

Member Function Documentation

◆ graph()

Graph cogitant.base.ObserverMessageGraphRuleApplication.graph ( )

◆ projection()

Projection cogitant.base.ObserverMessageGraphRuleApplication.projection ( )

◆ rule()

Rule cogitant.base.ObserverMessageGraphRuleApplication.rule ( )

◆ toString()

String cogitant.base.ObserverMessageGraphRuleApplication.toString ( )

Debug toString() method.