So here is the first unit I'm trying to define, the "file":term "file" (n): - CONTAINER for data- HAS name- either (data IS text) or (data IS binary)- IN filesystem- IN directory- IN path- ACTOR reads file- ACTOR writes file- ACTOR opens file -> file IS open- ACTOR reads data FROM open file- ACTOR writes data TO open fileI foresee an indexing script that can read this stuff and tell me what terms...
No comments:
Post a Comment