[MOBY-guts] biomoby commit
Martin Senger
senger at pub.open-bio.org
Mon Aug 29 13:21:59 UTC 2005
senger
Mon Aug 29 09:21:59 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files
In directory pub.open-bio.org:/tmp/cvs-serv13506/src/main/org/biomoby/client/doc-files
Modified Files:
client-processing.dot client-processing.png
Log Message:
moby-live/Java/src/main/org/biomoby/client/doc-files client-processing.dot,1.1,1.2 client-processing.png,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.dot,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.dot 2005/08/26 06:27:04 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.dot 2005/08/29 13:21:59 1.2
@@ -1,16 +1,16 @@
digraph ClientProcessing {
rankdir=TB;
- edge [arrowhead=empty,arrowname=onormal];
+ edge [arrowhead=open];
node [shape=rectangle];
Start [shape=circle];
- fillRequest1 [label="fillRequest(XML)"];
- fillRequest2 [label="fillRequest(MobyPackage)"];
- fillRequest3 [label="fillRequest(MobyJob)",shape=hexagon];
-
- useResponse1 [label="useResponse(XML)"];
- useResponse2 [label="useResponse(MobyPackage)"];
- useResponse3 [label="useResponse(MobyJob)",shape=hexagon];
+ fillRequest1 [label="fillRequest(XML)",fillcolor=lightskyblue2,style=filled];
+ fillRequest2 [label="fillRequest(MobyPackage)",fillcolor=palegoldenrod,style=filled];
+ fillRequest3 [label="fillRequest(MobyJob)",shape=hexagon,fillcolor=olivedrab1,style=filled];
+
+ useResponse1 [label="useResponse(XML)",fillcolor=lightskyblue2,style=filled];
+ useResponse2 [label="useResponse(MobyPackage)",fillcolor=palegoldenrod,style=filled];
+ useResponse3 [label="useResponse(MobyJob)",shape=hexagon,fillcolor=olivedrab1,style=filled];
createEmpty [label="create empty\nMobyPackage"];
createXML [label="create XML"];
@@ -18,33 +18,29 @@
callRemoteService1 [label="callRemoteService()"];
callRemoteService2 [label="callRemoteService()"];
- getServiceLocator1 [label="getServiceLocator()"];
- getServiceLocator2 [label="getServiceLocator()"];
+ getServiceLocator1 [label="getServiceLocator()",fillcolor=olivedrab1,style=filled];
+ getServiceLocator2 [label="getServiceLocator()",fillcolor=olivedrab1,style=filled];
End [shape=circle];
Start -> fillRequest1;
fillRequest1 -> createEmpty [label="if null"];
createEmpty -> fillRequest2;
- fillRequest2 -> fillRequest3 [label="*"];
- fillRequest3 -> fillRequest2;
- fillRequest2 -> createXML;
+ fillRequest2 -> fillRequest3 [label="* (iterate)",arrowtail=open];
+ fillRequest2 -> createXML [label="if true"];
createXML -> callRemoteService1;
- callRemoteService1 -> getServiceLocator1;
- getServiceLocator1 -> callRemoteService1;
+ callRemoteService1 -> getServiceLocator1 [arrowtail=open];
callRemoteService1 -> useResponse1;
useResponse1 -> extractXML [label="if true"];
extractXML -> useResponse2;
- useResponse2 -> useResponse3 [label="*"];
- useResponse3 -> useResponse2;
- useRespomse2 -> End;
+ useResponse2 -> useResponse3 [label="* (iterate)",arrowtail=open];
+ useResponse2 -> End;
fillRequest2 -> End [label="if false"];
useResponse1 -> End [label="if false"];
fillRequest1 -> callRemoteService2 [label="if non empty"];
- callRemoteService2 -> getServiceLocator2;
- getServiceLocator2 -> callRemoteService2;
+ callRemoteService2 -> getServiceLocator2 [arrowtail=open];
callRemoteService2 -> useResponse1;
}
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
Binary files /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.png 2005/08/26 06:27:04 1.1 and /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.png 2005/08/29 13:21:59 1.2 differ
rcsdiff: /home/repository/moby/moby-live/Java/src/main/org/biomoby/client/doc-files/client-processing.png: diff failed
More information about the MOBY-guts
mailing list