Public Member Functions

cogitant.base.ObserverMessageGraphNodeComeFrom Class Reference

Message on the origin of a change in a Graph for an Observer. More...

Inheritance diagram for cogitant.base.ObserverMessageGraphNodeComeFrom:

List of all members.

Public Member Functions

 ObserverMessageGraphNodeComeFrom (Type t, Graph graph, GraphObject node, Graph graphorig, GraphObject nodeorig)
 Constructor.
String toString ()
 Debug toString() method.
Graph graph ()
 Modified graph.
GraphObject node ()
 Modified or added node.
Graph graphOrig ()
 Graph at the origin of the change.
GraphObject nodeOrig ()
 Node at the origin of the change.

Detailed Description

Message on the origin of a change in a Graph for an Observer.


Constructor & Destructor Documentation

cogitant.base.ObserverMessageGraphNodeComeFrom.ObserverMessageGraphNodeComeFrom ( Type  t,
Graph  graph,
GraphObject  node,
Graph  graphorig,
GraphObject  nodeorig 
)

Member Function Documentation

Graph cogitant.base.ObserverMessageGraphNodeComeFrom.graph ( )
Graph cogitant.base.ObserverMessageGraphNodeComeFrom.graphOrig ( )

Graph at the origin of the change.

GraphObject cogitant.base.ObserverMessageGraphNodeComeFrom.node ( )
GraphObject cogitant.base.ObserverMessageGraphNodeComeFrom.nodeOrig ( )

Node at the origin of the change.

String cogitant.base.ObserverMessageGraphNodeComeFrom.toString ( )

Debug toString() method.

Reimplemented from cogitant.base.ObserverMessage.