Environment object. More...
Inheritance diagram for cogitant.base.EnvironmentObject:Classes | |
| enum | Type |
| Object type. More... | |
Public Member Functions | |
| 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... | |
Environment object.
| Constraint cogitant.base.EnvironmentObject.asConstraint | ( | ) | throws ExceptionIncorrectType |
Returns a Constraint reference.
| Graph cogitant.base.EnvironmentObject.asGraph | ( | ) | throws ExceptionIncorrectType |
Returns a Graph reference.
| Rule cogitant.base.EnvironmentObject.asRule | ( | ) | throws ExceptionIncorrectType |
Returns a Rule reference.
| Environment cogitant.base.EnvironmentObject.environment | ( | ) |
Environment of the graph.
| String cogitant.base.EnvironmentObject.name | ( | ) |
Name of the object.