summaryrefslogtreecommitdiff
path: root/examples/SUMO/axioms/Communications.gft
diff options
context:
space:
mode:
Diffstat (limited to 'examples/SUMO/axioms/Communications.gft')
-rw-r--r--examples/SUMO/axioms/Communications.gft20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/SUMO/axioms/Communications.gft b/examples/SUMO/axioms/Communications.gft
deleted file mode 100644
index 783af2de3..000000000
--- a/examples/SUMO/axioms/Communications.gft
+++ /dev/null
@@ -1,20 +0,0 @@
-
-forall CommunicationDevice (\DEVICE -> forall Communication (\COMMUNICATION -> instrument (var ? ? ? COMMUNICATION)(var ? ? ? DEVICE)))
-
-forall TelephoneSystem (\SYSTEM -> exists Telephone (\PHONE -> engineeringSubcomponent(var ? ? ? PHONE)(var ? ? ? SYSTEM)))
-
-forall TelephoneSystem (\SYSTEM -> exists MainTelephoneLine (\LINE -> engineeringSubcomponent(var ? ? ? LINE)(var ? ? ? SYSTEM)))
-
-forall CommunicationSatellite (\SAT -> exists CommunicationSystem (\SYSTEM -> engineeringSubcomponent(var ? ? ? SAT)(var ? ? ? SYSTEM)))
-
-forall RadioSystem (\SYSTEM -> exists RadioReceiver (\DEVICE -> engineeringSubcomponent(var ? ? ? DEVICE)(var ? ? ? SYSTEM)))
-
-forall TelevisionSystem (\SYSTEM -> exists TelevisionStation (\STATION -> engineeringSubcomponent(var ? ? ? STATION)(var ? ? ? SYSTEM)))
-
-forall TelevisionSystem (\SYSTEM -> exists TelevisionReceiver (\DEVICE -> engineeringSubcomponent(var ? ? ? DEVICE)(var ? ? ? SYSTEM)))
-
-forall CableTelevisionSystem (\SYSTEM -> exists TelevisionReceiver (\DEVICE -> engineeringSubcomponent(var ? ? ? DEVICE)(var ? ? ? SYSTEM)))
-
-forall InternetServiceProvider (\PART -> engineeringSubcomponent(var ? ? ? PART)(el ? ? ? Internet))
-
-forall (both Object Agent) (\INDIVIDUAL -> impl ( attribute(var ? ? ? INDIVIDUAL)(el ? ? ? InternetUser))(exists Process (\PROCESS -> and ( agent(var ? ? ? PROCESS)(var ? ? ? INDIVIDUAL))( instrument(var ? ? ? PROCESS)(el ? ? ? Internet)))))