Files
organism/organism-beh.md
T

97 lines
1013 B
Markdown
Raw Normal View History

2026-05-13 14:46:30 +02:00
---
include_toc: true
---
2026-05-22 09:42:32 +02:00
# organism-beh.md
2026-05-19 11:07:53 +02:00
2026-05-22 09:40:03 +02:00
## EXCITATION: Container
```Gen
EXCITATION
type: container
2026-05-22 10:37:29 +02:00
activity_scope: !NIGHT
2026-05-22 09:40:03 +02:00
tub_intricated:
2026-05-22 16:31:01 +02:00
PRESYNAPSE: out.{}.{}.PRESYNAPSE
POSTSYNAPSE: in.{}.{}.POSTSYNAPSE
ASTROSYNAPSE: in.{}.{}.ASTROSYNAPSE
2026-05-22 09:40:03 +02:00
```
#### EXCITATION-POSSIBLE: Contextor
2026-05-19 11:07:53 +02:00
```Gen
2026-05-22 10:26:15 +02:00
2026-05-22 09:40:03 +02:00
EXCITATION-POSSIBLE
type: contextor
contained_by: EXCITATION
2026-05-22 09:40:03 +02:00
```
#### EXCITATION-BIND: Binder
```Gen
2026-05-22 10:26:15 +02:00
2026-05-22 09:40:03 +02:00
EXCITATION-BIND
type: binder
contained_by: EXCITATION
```
#### EXCITATION-UNBIND: Binder
```Gen
2026-05-22 10:26:15 +02:00
2026-05-22 09:40:03 +02:00
EXCITATION-UNBIND
type: binder
contained_by: EXCITATION
```
## INHIBITION: Container
**Inhibitory Behavior**:
```Gen
INHIBITION
type: container
2026-05-22 10:37:29 +02:00
activity_scope: !NIGHT
2026-05-22 09:40:03 +02:00
tub_intricated:
```
## ACTUATION: Container
**Actuation Behavior**:
```Gen
ACTUATION
type: container
2026-05-22 10:37:29 +02:00
activity_scope: !NIGHT
2026-05-22 09:40:03 +02:00
tub_intricated:
```
## SENSORY: Container
**Sensory Behavior**:
```Gen
SENSORY
2026-05-13 14:46:30 +02:00
2026-05-22 09:40:03 +02:00
type: container
2026-05-13 14:46:30 +02:00
2026-05-22 10:37:29 +02:00
activity_scope: !NIGHT
2026-05-22 09:40:03 +02:00
tub_intricated:
2026-05-13 14:46:30 +02:00
```