CVS update: openprivacy/htdocs/notes

From: cvs@openprivacy.org
Date: Mon Dec 18 2000 - 19:08:12 PST


Date: Monday December 18, 19100 @ 19:08
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:
updated agent1 stuff

*****************************************************************
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.29

CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/openprivacy/htdocs/notes/flow.txt?rev=1.29&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.29&r2=1.28

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

Index: openprivacy/htdocs/notes/flow.txt
diff -u openprivacy/htdocs/notes/flow.txt:1.28 openprivacy/htdocs/notes/flow.txt:1.29
--- openprivacy/htdocs/notes/flow.txt:1.28 Mon Dec 18 19:04:41 2000
+++ openprivacy/htdocs/notes/flow.txt Mon Dec 18 19:08:12 2000
@@ -1,4 +1,4 @@
-$Id: flow.txt,v 1.28 2000/12/19 03:04:41 fen Exp $
+$Id: flow.txt,v 1.29 2000/12/19 03:08:12 fen Exp $
 
 http://pix.comedia.com/OpenPrivacy/20001214/DSCN5532.JPG
 
@@ -69,6 +69,8 @@
 }
 
 // example implementation of storeLocally
+// what kind of checking is done locally to look for duplications, etc.
+// (such as property grouping, duplication, etc...)
 // see RecordFactory, below, for a better way to do this
 //
 jetspeek.storeLocally(prob) {
@@ -139,14 +141,7 @@
 op.setProperty("ontology", "OpenPrivacyDefaultOntology")
 op.setProperty("payload", "cool")
 
-// create prob with AJ1
-//
 prob_AJ1 = agent1.ProbFactory.create(op, AJ1s)
-
-// store prob in local database
-// what kind of checking is done locally to look for duplications, etc.
-// (such as J1 grouping, duplication, etc...)
-//
 agent1.storeLocally(prob_AJ1)
 
 // categorize these four streams (with three J's) as "MyNews"
@@ -154,15 +149,13 @@
 //
 agent1.categorize(prob_AJ1, MyNews")
 
-// send the prob to JetsPeek (which is acting as a reputation server)
-// other capabilities include DELETE, GRAFT, ...?
-// refURI used for DELETE and GRAFT
+// send the prob to JetsPeek (acting as a reputation server)
+// other capabilities include DELETE, ...?
 //
 agent1.sendMessage(
     address=JetsPeek,
- facility=putReputation,
- prob=prob_AJ1,
- refURI="")
+ facility=putReputation, // essentially a graft
+ prob=prob_AJ1) // prob_AJ1 includes reference URI
 
 // ========== in JetsPeek ==========
 



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