Couple of lambda-graphs. More...
Public Member Functions | |
Graph | first () |
First graph of the couple. More... | |
Graph | second () |
Second graph of the couple. More... | |
Public Member Functions inherited from cogitant.base.EnvironmentObject | |
Environment | environment () |
Environment of the graph. More... | |
String | name () |
Name of the object. More... | |
Type | objectType () |
Type of the object. More... | |
Graph | asGraph () throws ExceptionIncorrectType |
Returns a Graph reference. More... | |
Rule | asRule () throws ExceptionIncorrectType |
Returns a Rule reference. More... | |
Constraint | asConstraint () throws ExceptionIncorrectType |
Returns a Constraint reference. More... | |
Public Member Functions inherited from cogitant.base.ObservableObject | |
void | attachObserver (Observer obs) throws ExceptionObserver |
Adds a new Observer. More... | |
void | detachObserver (Observer obs) throws ExceptionObserver |
Detachs an Observer. More... | |
void | lock () |
Locks the object. More... | |
void | unlock () |
Unlocks the object. More... | |
boolean | isLocked () |
Is the object locked. More... | |
Couple of lambda-graphs.
Graph cogitant.base.CoupleOfLambdas.first | ( | ) |
First graph of the couple.
Graph cogitant.base.CoupleOfLambdas.second | ( | ) |
Second graph of the couple.