forked from GitHub/gf-core
30 lines
456 B
Plaintext
30 lines
456 B
Plaintext
abstract ExtraLexicon = Cat ** {
|
|
fun
|
|
time_N : N ;
|
|
square_A : A ;
|
|
value_N : N ;
|
|
element_N : N ;
|
|
|
|
|
|
--------------------------
|
|
--CNL presentation
|
|
|
|
entity_N : N ;
|
|
abstract_N : N ;
|
|
attribute_N : N ;
|
|
graph_N : N ;
|
|
model_N : N ;
|
|
process_N : N ;
|
|
task_N : N ;
|
|
proposition_N : N ;
|
|
quantity_N : N ;
|
|
set_N : N ;
|
|
class_N : N ;
|
|
physical_N : N ;
|
|
content_N : N ;
|
|
object_N : N ;
|
|
system_N : N ;
|
|
physical_A : A ;
|
|
|
|
}
|