Skip to content
Snippets Groups Projects
Commit 1fa1f3a4 authored by Sebastien's avatar Sebastien
Browse files

add exemples for cat and r1

parent e7b0755e
Branches
Tags
No related merge requests found
[D]
[S:00]
{org:en}
The black cat and the white cat are eating.
{/org}
{unl}
mod:01(cat(icl>feline>thing):01.@entry.@def,black(icl>adj))
and:01(cat(icl>feline>thing):01.@entry.@def,cat(icl>feline>thing):02.@entry.@def)
mod:01(cat(icl>feline>thing):02.@entry.@def,white(icl>adj))
agt(eat(icl>consume>do,agt>living_thing,obj>concrete_thing,ins>thing).@entry.@pl.@present.@progress,:01.@_hn-scope)
{/unl}
[/S]
[/D]
[D]
[S:R1]
{org:en}
The system allows a radio channel to take on two states: Listening and Traffic.
{/org}
{unl}
aoj( allow(icl>be, aoj>thing, ben>thing, obj>uw, equ>make_possible).@entry, system(icl>group).@def )
obj( allow(icl>be, aoj>thing, ben>thing, obj>uw, equ>make_possible).@entry, take_on(aoj>thing, equ>assume,icl>change, obj>thing) )
ben( allow(icl>be, aoj>thing, ben>thing, obj>uw, equ>make_possible).@entry, channel(icl>radiowave).@indef)
aoj( take_on(aoj>thing, equ>assume, icl>change, obj>thing), channel(icl>radiowave).@indef )
obj( take_on(aoj>thing, equ>assume, icl>change, obj>thing), state(icl>attribute).@plu )
qua( state(icl>attribute).@plu, 2 )
cnt( state(icl>attribute).@plu, listening(icl>sensing) )
and( listening(icl>sensing),traffic(icl>communication) )
{/unl}
[/S]
[/D]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment