|
Last change
on this file was
6,
checked in by dsowen, 21 years ago
|
|
Split out the access stuff into accesslib.
New Creator interface off-loads object creation to user.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
819 bytes
|
| Line | |
|---|
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
|---|
| 2 | <html lang="en-us"> |
|---|
| 3 | <head> |
|---|
| 4 | <meta name="generator" content="HTML Tidy for Linux/x86 (vers 1st August 2004), see www.w3.org"> |
|---|
| 5 | <meta content="text/html; charset=us-ascii" http-equiv="content-type"> |
|---|
| 6 | <title>JPath</title> |
|---|
| 7 | </head> |
|---|
| 8 | <body> |
|---|
| 9 | <p>jpathlib.</p> |
|---|
| 10 | <h1>JPath design decisions.</h1> |
|---|
| 11 | <h2>Use cases.</h2> |
|---|
| 12 | <p>I would like to support the following use cases:</p> |
|---|
| 13 | <ol> |
|---|
| 14 | <li>No creation of missing edges;</li> |
|---|
| 15 | <li>Automatic creation of missing edges; and,</li> |
|---|
| 16 | <li>Delegated creation of missing edges.</li> |
|---|
| 17 | </ol> |
|---|
| 18 | <h2>Design.</h2> |
|---|
| 19 | <p>To emulate a filesystem. Different features:</p> |
|---|
| 20 | <ul> |
|---|
| 21 | <li>There is a context (current working directory);</li> |
|---|
| 22 | <li>Paths are parseable independent of any context;</li> |
|---|
| 23 | <li>Paths are evaluated against a context.</li> |
|---|
| 24 | </ul> |
|---|
| 25 | </body> |
|---|
| 26 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.