CVS update: openprivacy/htdocs/notes

From: cvs@openprivacy.org
Date: Sat Dec 16 2000 - 10:24:26 PST


Date: Saturday December 16, 19100 @ 10:24
Author: fen
CVSWEB Options: -------------------

Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes

-----------------------------------

Update of /usr/local/cvsroot/openprivacy/htdocs/notes
In directory openprivacy.org:/home/fen/projects/openprivacy/htdocs/notes

Modified Files:
        flow.txt
Log Message:
untabify

*****************************************************************
File: openprivacy/htdocs/notes/flow.txt

CVSWEB Options: -------------------

CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?annotate=1.11

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?rev=1.11&content-type=text/x-cvsweb-markup

CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt.diff?r1=1.11&r2=1.10

-----------------------------------

Index: openprivacy/htdocs/notes/flow.txt
diff -u openprivacy/htdocs/notes/flow.txt:1.10 openprivacy/htdocs/notes/flow.txt:1.11
--- openprivacy/htdocs/notes/flow.txt:1.10 Sat Dec 16 10:23:36 2000
+++ openprivacy/htdocs/notes/flow.txt Sat Dec 16 10:24:26 2000
@@ -84,52 +84,52 @@
 //
 A1: (J2s,J2p) = createPseudonym(N1s)
 A1: op = OpinionFactory.create(
- reference=RSS2.getURI,
- ontology="OPdefault",
- payload="cool")
+ reference=RSS2.getURI,
+ ontology="OPdefault",
+ payload="cool")
 A1: prob_J1 = ProbFactory.create(op, J2s)
-A1: storeLocally(prob_J2, J2p)
+A1: storeLocally(prob_J2, J2p)
 A1: categorize(prob_J2, MyNews")
-A1=>JP: SendMessage(facility=putReputation, rep=prob_J2)
+A1=>JP: SendMessage(facility=putReputation, rep=prob_J2)
 
 A1: op = OpinionFactory.create(
- reference=RSS3.getURI,
- ontology="OPdefault",
- payload="cool")
+ reference=RSS3.getURI,
+ ontology="OPdefault",
+ payload="cool")
 A1: prob_J1 = ProbFactory.create(op, J2s)
-A1: storeLocally(prob_J2, J2p)
+A1: storeLocally(prob_J2, J2p)
 A1: categorize(prob_J2, MyNews")
-A1=>JP: SendMessage(facility=putReputation, rep=prob_J2)
+A1=>JP: SendMessage(facility=putReputation, rep=prob_J2)
 
 // get stream for J3 (don't publish this one)
 //
 A1: (J3s,J3p) = createPseudonym(N1s)
 A1: op = OpinionFactory.create(
- reference=RSS4.getURI,
- ontology="OPdefault",
- payload="cool")
+ reference=RSS4.getURI,
+ ontology="OPdefault",
+ payload="cool")
 A1: prob_J1 = ProbFactory.create(op, J3s)
-A1: storeLocally(prob_J3, J3p)
-A1: categorize(J3, PRIVATE) // overload or new function?
+A1: storeLocally(prob_J3, J3p)
+A1: categorize(J3, PRIVATE) // overload or new function?
 A1: categorize(prob_J3, MyNews")
 
 // RSS is a multi-valued entity for RSS_090, RSS_091, and RSS_1.0
 //
 A2=>JP: sendMessage(address=JetsPeek,
- facility=getOpinion, // get the opinion...
- signature=J1, // ... of this entity...
- namespace=RSS, // ...within this namespace...
- returnCount=10, // ...limit result set...
- returnAddr=A2) // ...and return it to me
+ facility=getOpinion, // get the opinion...
+ signature=J1, // ... of this entity...
+ namespace=RSS, // ...within this namespace...
+ returnCount=10, // ...limit result set...
+ returnAddr=A2) // ...and return it to me
 
 // TODO: how does JetsPeek determine the correct opinion?
 
 // publish stream pseudonymously
 //
 A1=>JP: SendMessage(address=JetsPeek,
- facility=publish,
- namespace=RSS,
- signature=J4)
+ facility=publish,
+ namespace=RSS,
+ signature=J4)
 
 // TODO: DELETE, GRAFT
 // TODO: AgentLookup;
@@ -138,21 +138,21 @@
 
 // KeyManager
 //
- .getPublicKeys() : PublicKey[]
+ .getPublicKeys() : PublicKey[]
 
 
 // configuration object - ability to set configuration for a particular Jx
 // thread local; ability to save sessions; sessions are indexed by PublicKey
 //
-new ProbConfig() : ProbConfig
- .setAnon(boolean) : void
- .getAnon() : boolean
- .getPublicKey() : PublicKey
- .getPrivateKey() : PrivateKey
- .setPublicKey(PublicKey) : void // sets session
- .getProperty() : Property
+new ProbConfig() : ProbConfig
+ .setAnon(boolean) : void
+ .getAnon() : boolean
+ .getPublicKey() : PublicKey
+ .getPrivateKey() : PrivateKey
+ .setPublicKey(PublicKey) : void // sets session
+ .getProperty() : Property
 
 //
 //
-A1: pc = ProbConfig.getInstance() // returns current session
-A1: pc.setCurrentPublicKey(J1p) // set session
+A1: pc = ProbConfig.getInstance() // returns current session
+A1: pc.setCurrentPublicKey(J1p) // set session



This archive was generated by hypermail 2b30 : Mon Jan 22 2001 - 15:52:14 PST