GrammatistaEntity?
Holds metadata and contents of a content source, for instance, a file of source code.
Properties
| content | The content of the resource - usually the file source code |
| ident | The URI of the resource, for instance a filesystem path |
| type | The type of the resource - something like xml, php etc. Usually a file extension, or what would be the file extension if the resource lived in a filesystem |
| default_domain | The default domain of the entity as it was (maybe!) determined by the scanner. Check if this exists, it is up to the scanner implementation! |
