forked from saetre/busstuc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
noroute.pl
48 lines (37 loc) · 1.13 KB
/
noroute.pl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
%% FILE noroute.pl
%% SYSTEM TUC
%% CREATED TA-000307
%% REVISED TA-011017
% Compiles an Empty Busroute table for Text analysis
%% to be used insted of busroute to have a non bus route application.
:-volatile hpl/3,
regbus/1,
station/1,
composite_stat/3,
composite_road/3,
departureday/4,
streetstat/5,
cname/2,
tram:regbus/1,
tram:route/3,
% tram:passes2/4, %% TA-011030
tram:passes3/4, %% TA-011017
tram:departureday/4,
tram:hpl/3,
tram:composite_stat/3.
:-dynamic hpl/3,
regbus/1,
station/1,
composite_stat/3,
composite_road/3,
departureday/4,
streetstat/5,
cname/2,
tram:regbus/1,
tram:route/3,
% tram:passes2/4, %% TA-011030
tram:passes3/4, %% TA-011017
tram:departureday/4,
tram:hpl/3,
tram:composite_stat/3.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%