varie
This commit is contained in:
+22
-19
@@ -7,20 +7,22 @@
|
||||
In questa prima comprensione, cerchiamo di fare un'espressione la piu' semplice possibile per valutare la sintassi e la grammatica e l'enliving dell'espressione.
|
||||
|
||||
```Gen
|
||||
comprehension: NEURON
|
||||
NEURON
|
||||
|
||||
include:
|
||||
neuron-beh.md
|
||||
axon.md
|
||||
soma.md
|
||||
postsynapse.md
|
||||
dendritic-branch.md
|
||||
neuron-dev.md
|
||||
type: comprehension
|
||||
|
||||
expansion: NEURON-BEH ( active: 1x )
|
||||
include:
|
||||
neuron-beh.md
|
||||
axon.md
|
||||
soma.md
|
||||
postsynapse.md
|
||||
dendritic-branch.md
|
||||
neuron-dev.md
|
||||
|
||||
tub_intricated: NightPossible ( contained_by: ORG )
|
||||
# qui e' l'organismo che va a dormire (Ipotalamo)
|
||||
expansion: NEURON-BEH ( active: 1x )
|
||||
|
||||
tub_intricated: NightPossible ( contained_by: ORG )
|
||||
# qui e' l'organismo che va a dormire (Ipotalamo)
|
||||
```
|
||||
|
||||
### BehDevPossibility: Scope
|
||||
@@ -28,15 +30,16 @@ comprehension: NEURON
|
||||
Alternanza DAY-N durante il giorno e NIGHT-N notte. Influenzata da intricazioni con l’ipotalamo che si occupa della fatica organismica.
|
||||
|
||||
```Gen
|
||||
scope: BehDevPossibility
|
||||
BehDevPossibility: ( active: 60x )
|
||||
|
||||
contained_by: NEURON
|
||||
in_context: Fixed
|
||||
rf: 60x
|
||||
type: scope
|
||||
contained_by: NEURON
|
||||
|
||||
condition: NOT ( DevPossible fullness ) # Day
|
||||
activate: NEURON-BEH # la disattivazione e' la non attivazione
|
||||
in_context: Fixed
|
||||
|
||||
condition: ( DevPossible fullness ) # Night
|
||||
activate: NEURON-DEV
|
||||
condition: NOT ( DevPossible fullness ) # Day
|
||||
activate_scope: NEURON-BEH # la disattivazione e' la non attivazione
|
||||
|
||||
condition: ( DevPossible fullness ) # Night
|
||||
activate_activate: NEURON-DEV
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user