Karin C's example

This commit is contained in:
aarne
2004-09-16 14:47:18 +00:00
parent d5c0814180
commit e2f00638e2
55 changed files with 2212 additions and 4 deletions

View File

@@ -0,0 +1,29 @@
abstract specific = general, weekday, time, channel ** {
cat
StartTime ;
EndTime ;
ChToStore ;
WdToStore ;
cat
DelAction ;
fun
--- Inds
indTime : Time -> Ind;
indChannel : Channel -> Ind;
indWeekday : Weekday -> Ind;
fun
delAction : DelAction -> Action ;
delete_rec_job : DelAction ;
fun
startTimeToStore : Time -> StartTime ;
endTimeToStore : Time -> EndTime ;
channelToStore : Channel -> ChToStore ;
weekdayToStore : Weekday -> WdToStore ;
vcr_add_rec_job_no_args : Action ; ---- moved from specUser and specSystem
}