| |
The JGROK tables
When a TA file is parsed by JGROK the following edgesets are generated.
From Schema
| EdgeSet Name | Domain | Range | Comments |
| $INHERIT | $subclass | $class | node subclass inherits from class |
| $INHERIT | $_subclass | $_class | relation subclass inherits from class |
| $_relation | $class1 | $class2 | $_relation from $class1 to $class2 |
| @attributeName | $class | value | node $class has @attributeName value |
| @attributeName | $_class | value | relation $class has @attributeName value |
From Facts
| EdgeSet Name | Domain | Range | Comments |
| $INSTANCE | node | $class | node instance of class |
| relation | node | tonode | relation node->tonode |
| @attributeName | node | value | node $class has @attributeName value |
| @attributeName | (relation node toclass) | value | relation has @attributeName value |
|