activerdf_net7 1.6.11
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +79 -0
- data/LICENSE +504 -0
- data/README.rdoc +34 -0
- data/activerdf-jena/CHANGELOG +14 -0
- data/activerdf-jena/LICENSE +504 -0
- data/activerdf-jena/README +57 -0
- data/activerdf-jena/Rakefile +87 -0
- data/activerdf-jena/TODO +18 -0
- data/activerdf-jena/VERSION +1 -0
- data/activerdf-jena/ext/antlr-2.7.5.jar +0 -0
- data/activerdf-jena/ext/arq-extra.jar +0 -0
- data/activerdf-jena/ext/arq.jar +0 -0
- data/activerdf-jena/ext/aterm-java-1.6.jar +0 -0
- data/activerdf-jena/ext/commons-logging-1.1.jar +0 -0
- data/activerdf-jena/ext/concurrent.jar +0 -0
- data/activerdf-jena/ext/icu4j_3_4.jar +0 -0
- data/activerdf-jena/ext/iri.jar +0 -0
- data/activerdf-jena/ext/jena.jar +0 -0
- data/activerdf-jena/ext/jenatest.jar +0 -0
- data/activerdf-jena/ext/json.jar +0 -0
- data/activerdf-jena/ext/junit.jar +0 -0
- data/activerdf-jena/ext/log4j-1.2.12.jar +0 -0
- data/activerdf-jena/ext/lucene-core-2.0.0.jar +0 -0
- data/activerdf-jena/ext/ng4j.jar +0 -0
- data/activerdf-jena/ext/pellet.jar +0 -0
- data/activerdf-jena/ext/relaxngDatatype.jar +0 -0
- data/activerdf-jena/ext/stax-api-1.0.jar +0 -0
- data/activerdf-jena/ext/wstx-asl-3.0.0.jar +0 -0
- data/activerdf-jena/ext/xercesImpl.jar +0 -0
- data/activerdf-jena/ext/xml-apis.jar +0 -0
- data/activerdf-jena/ext/xsdlib.jar +0 -0
- data/activerdf-jena/lib/activerdf_jena/init.rb +26 -0
- data/activerdf-jena/lib/activerdf_jena/jena.rb +59 -0
- data/activerdf-jena/lib/activerdf_jena/jena_adapter.rb +515 -0
- data/activerdf-jena/lib/activerdf_jena/lucene.rb +22 -0
- data/activerdf-jena/lib/activerdf_jena/ng4j.rb +50 -0
- data/activerdf-jena/lib/activerdf_jena/ng4j_adapter.rb +379 -0
- data/activerdf-jena/lib/activerdf_jena/pellet.rb +25 -0
- data/activerdf-jena/test/bnode_org_rss.rdf +793 -0
- data/activerdf-jena/test/eyal-foaf.nt +39 -0
- data/activerdf-jena/test/fun_with_bnodes.nt +2 -0
- data/activerdf-jena/test/s1.n3 +18 -0
- data/activerdf-jena/test/test_data.nt +32 -0
- data/activerdf-jena/test/test_jena_adapter.rb +451 -0
- data/activerdf-jena/test/test_ng4j_adapter.rb +354 -0
- data/activerdf-rdflite/CHANGELOG +31 -0
- data/activerdf-rdflite/LICENSE +504 -0
- data/activerdf-rdflite/README +16 -0
- data/activerdf-rdflite/Rakefile +73 -0
- data/activerdf-rdflite/VERSION +1 -0
- data/activerdf-rdflite/lib/activerdf_rdflite/fetching.rb +34 -0
- data/activerdf-rdflite/lib/activerdf_rdflite/init.rb +13 -0
- data/activerdf-rdflite/lib/activerdf_rdflite/rdflite.rb +582 -0
- data/activerdf-rdflite/lib/activerdf_rdflite/suggesting.rb +87 -0
- data/activerdf-rdflite/test/test_bnode_data.nt +5 -0
- data/activerdf-rdflite/test/test_data.nt +32 -0
- data/activerdf-rdflite/test/test_escaped_data.nt +2 -0
- data/activerdf-rdflite/test/test_fetching.rb +33 -0
- data/activerdf-rdflite/test/test_rdflite.rb +277 -0
- data/activerdf-redland/CHANGELOG +12 -0
- data/activerdf-redland/LICENSE +504 -0
- data/activerdf-redland/README +9 -0
- data/activerdf-redland/Rakefile +72 -0
- data/activerdf-redland/VERSION +1 -0
- data/activerdf-redland/lib/activerdf_redland/init.rb +10 -0
- data/activerdf-redland/lib/activerdf_redland/redland.rb +362 -0
- data/activerdf-redland/test/test_person_data.nt +42 -0
- data/activerdf-redland/test/test_redland_adapter.rb +242 -0
- data/activerdf-sesame/CHANGELOG +6 -0
- data/activerdf-sesame/LICENSE +10 -0
- data/activerdf-sesame/LICENSE-aduna +10 -0
- data/activerdf-sesame/LICENSE-lgpl +504 -0
- data/activerdf-sesame/README +33 -0
- data/activerdf-sesame/Rakefile +77 -0
- data/activerdf-sesame/VERSION +1 -0
- data/activerdf-sesame/ext/commons-codec-1.3.jar +0 -0
- data/activerdf-sesame/ext/commons-dbcp-1.2.2.jar +0 -0
- data/activerdf-sesame/ext/commons-httpclient-3.1.jar +0 -0
- data/activerdf-sesame/ext/commons-logging-1.1.1.jar +0 -0
- data/activerdf-sesame/ext/commons-pool-1.3.jar +0 -0
- data/activerdf-sesame/ext/commons-pool-1.5.2.jar +0 -0
- data/activerdf-sesame/ext/junit-3.8.2.jar +0 -0
- data/activerdf-sesame/ext/openrdf-sesame-2.0-onejar.jar +0 -0
- data/activerdf-sesame/ext/openrdf-sesame-2.3-pr1-onejar.jar +0 -0
- data/activerdf-sesame/ext/slf4j-api-1.4.3.jar +0 -0
- data/activerdf-sesame/ext/slf4j-nop-1.4.3.jar +0 -0
- data/activerdf-sesame/ext/wrapper-sesame2.jar +0 -0
- data/activerdf-sesame/java/build.number +3 -0
- data/activerdf-sesame/java/build.xml +313 -0
- data/activerdf-sesame/java/javadoc/allclasses-frame.html +31 -0
- data/activerdf-sesame/java/javadoc/allclasses-noframe.html +31 -0
- data/activerdf-sesame/java/javadoc/constant-values.html +146 -0
- data/activerdf-sesame/java/javadoc/deprecated-list.html +146 -0
- data/activerdf-sesame/java/javadoc/help-doc.html +223 -0
- data/activerdf-sesame/java/javadoc/index-files/index-1.html +150 -0
- data/activerdf-sesame/java/javadoc/index-files/index-10.html +145 -0
- data/activerdf-sesame/java/javadoc/index-files/index-2.html +157 -0
- data/activerdf-sesame/java/javadoc/index-files/index-3.html +146 -0
- data/activerdf-sesame/java/javadoc/index-files/index-4.html +145 -0
- data/activerdf-sesame/java/javadoc/index-files/index-5.html +145 -0
- data/activerdf-sesame/java/javadoc/index-files/index-6.html +142 -0
- data/activerdf-sesame/java/javadoc/index-files/index-7.html +145 -0
- data/activerdf-sesame/java/javadoc/index-files/index-8.html +152 -0
- data/activerdf-sesame/java/javadoc/index-files/index-9.html +146 -0
- data/activerdf-sesame/java/javadoc/index.html +36 -0
- data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/WrapperForSesame2.html +665 -0
- data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/class-use/WrapperForSesame2.html +144 -0
- data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/package-frame.html +32 -0
- data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/package-summary.html +157 -0
- data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/package-tree.html +150 -0
- data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/package-use.html +144 -0
- data/activerdf-sesame/java/javadoc/overview-summary.html +156 -0
- data/activerdf-sesame/java/javadoc/overview-tree.html +152 -0
- data/activerdf-sesame/java/javadoc/package-list +1 -0
- data/activerdf-sesame/java/javadoc/resources/inherit.gif +0 -0
- data/activerdf-sesame/java/javadoc/stylesheet.css +29 -0
- data/activerdf-sesame/java/lib/commons-codec-1.3.jar +0 -0
- data/activerdf-sesame/java/lib/commons-dbcp-1.2.2.jar +0 -0
- data/activerdf-sesame/java/lib/commons-httpclient-3.1.jar +0 -0
- data/activerdf-sesame/java/lib/commons-logging-1.1.1.jar +0 -0
- data/activerdf-sesame/java/lib/commons-pool-1.3.jar +0 -0
- data/activerdf-sesame/java/lib/commons-pool-1.5.2.jar +0 -0
- data/activerdf-sesame/java/lib/junit-3.8.2.jar +0 -0
- data/activerdf-sesame/java/lib/openrdf-sesame-2.0-onejar.jar +0 -0
- data/activerdf-sesame/java/lib/openrdf-sesame-2.3-pr1-onejar.jar +0 -0
- data/activerdf-sesame/java/lib/slf4j-api-1.4.3.jar +0 -0
- data/activerdf-sesame/java/lib/slf4j-nop-1.4.3.jar +0 -0
- data/activerdf-sesame/java/manifest.mf +3 -0
- data/activerdf-sesame/java/settings.xml +135 -0
- data/activerdf-sesame/java/src/org/activerdf/wrapper/sesame2/WrapperForSesame2.java +145 -0
- data/activerdf-sesame/java/test-src/org/activerdf/wrapper/sesame2/TestWrapperForSesame2.java +41 -0
- data/activerdf-sesame/lib/activerdf_sesame/init.rb +11 -0
- data/activerdf-sesame/lib/activerdf_sesame/sesame.rb +400 -0
- data/activerdf-sesame/test/eyal-foaf.nt +39 -0
- data/activerdf-sesame/test/eyal-foaf.rdf +65 -0
- data/activerdf-sesame/test/test_sesame_adapter.rb +341 -0
- data/activerdf-sparql/CHANGELOG +35 -0
- data/activerdf-sparql/LICENSE +504 -0
- data/activerdf-sparql/README +10 -0
- data/activerdf-sparql/Rakefile +78 -0
- data/activerdf-sparql/VERSION +1 -0
- data/activerdf-sparql/lib/activerdf_sparql/init.rb +10 -0
- data/activerdf-sparql/lib/activerdf_sparql/sparql.rb +212 -0
- data/activerdf-sparql/lib/activerdf_sparql/sparql_result_parser.rb +55 -0
- data/activerdf-sparql/test/test_sparql_adapter.rb +108 -0
- data/activerdf-yars/LICENSE +504 -0
- data/activerdf-yars/README +10 -0
- data/activerdf-yars/Rakefile +38 -0
- data/activerdf-yars/lib/activerdf_yars/init.rb +10 -0
- data/activerdf-yars/lib/activerdf_yars/jars2.rb +119 -0
- data/lib/active_rdf.rb +85 -0
- data/lib/active_rdf/directaccess/direct_access.rb +49 -0
- data/lib/active_rdf/federation/active_rdf_adapter.rb +47 -0
- data/lib/active_rdf/federation/connection_pool.rb +156 -0
- data/lib/active_rdf/federation/federation_manager.rb +112 -0
- data/lib/active_rdf/instance_exec.rb +13 -0
- data/lib/active_rdf/objectmanager/bnode.rb +7 -0
- data/lib/active_rdf/objectmanager/literal.rb +71 -0
- data/lib/active_rdf/objectmanager/namespace.rb +106 -0
- data/lib/active_rdf/objectmanager/object_manager.rb +119 -0
- data/lib/active_rdf/objectmanager/ordered_set.rb +116 -0
- data/lib/active_rdf/objectmanager/property_list.rb +76 -0
- data/lib/active_rdf/objectmanager/resource.rb +609 -0
- data/lib/active_rdf/objectmanager/resource_like.rb +28 -0
- data/lib/active_rdf/queryengine/ntriples_parser.rb +90 -0
- data/lib/active_rdf/queryengine/query.rb +245 -0
- data/lib/active_rdf/queryengine/query2jars2.rb +22 -0
- data/lib/active_rdf/queryengine/query2sparql.rb +139 -0
- data/lib/active_rdf_helpers.rb +30 -0
- data/lib/active_rdf_log.rb +100 -0
- data/test/common.rb +119 -0
- data/test/directaccess/test_direct_access.rb +64 -0
- data/test/federation/test_connection_pool.rb +86 -0
- data/test/federation/test_federation_manager.rb +145 -0
- data/test/objectmanager/test_literal.rb +52 -0
- data/test/objectmanager/test_namespace.rb +83 -0
- data/test/objectmanager/test_object_manager.rb +96 -0
- data/test/objectmanager/test_ordered_set.rb +110 -0
- data/test/objectmanager/test_resource_reading.rb +150 -0
- data/test/objectmanager/test_resource_writing.rb +39 -0
- data/test/objectmanager/test_talia_syntax.rb +68 -0
- data/test/queryengine/my_external_resource.rb +24 -0
- data/test/queryengine/test_external_resource_class.rb +49 -0
- data/test/queryengine/test_ntriples_parser.rb +71 -0
- data/test/queryengine/test_query.rb +55 -0
- data/test/queryengine/test_query2jars2.rb +51 -0
- data/test/queryengine/test_query2sparql.rb +76 -0
- data/test/queryengine/test_query_engine.rb +52 -0
- data/test/test_adapters.rb +58 -0
- metadata +266 -0
data/activerdf-sesame/java/javadoc/org/activerdf/wrapper/sesame2/class-use/WrapperForSesame2.html
ADDED
@@ -0,0 +1,144 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<!--NewPage-->
|
3
|
+
<HTML>
|
4
|
+
<HEAD>
|
5
|
+
<!-- Generated by javadoc (build 1.6.0_03) on Fri Feb 01 09:40:56 CET 2008 -->
|
6
|
+
<TITLE>
|
7
|
+
Uses of Class org.activerdf.wrapper.sesame2.WrapperForSesame2 (Wrapper-Sesame2)
|
8
|
+
</TITLE>
|
9
|
+
|
10
|
+
<META NAME="date" CONTENT="2008-02-01">
|
11
|
+
|
12
|
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
|
13
|
+
|
14
|
+
<SCRIPT type="text/javascript">
|
15
|
+
function windowTitle()
|
16
|
+
{
|
17
|
+
if (location.href.indexOf('is-external=true') == -1) {
|
18
|
+
parent.document.title="Uses of Class org.activerdf.wrapper.sesame2.WrapperForSesame2 (Wrapper-Sesame2)";
|
19
|
+
}
|
20
|
+
}
|
21
|
+
</SCRIPT>
|
22
|
+
<NOSCRIPT>
|
23
|
+
</NOSCRIPT>
|
24
|
+
|
25
|
+
</HEAD>
|
26
|
+
|
27
|
+
<BODY BGCOLOR="white" onload="windowTitle();">
|
28
|
+
<HR>
|
29
|
+
|
30
|
+
|
31
|
+
<!-- ========= START OF TOP NAVBAR ======= -->
|
32
|
+
<A NAME="navbar_top"><!-- --></A>
|
33
|
+
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
34
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
35
|
+
<TR>
|
36
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
37
|
+
<A NAME="navbar_top_firstrow"><!-- --></A>
|
38
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
39
|
+
<TR ALIGN="center" VALIGN="top">
|
40
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
41
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/activerdf/wrapper/sesame2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
42
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/activerdf/wrapper/sesame2/WrapperForSesame2.html" title="class in org.activerdf.wrapper.sesame2"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
|
43
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
|
44
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
45
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
46
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
47
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
48
|
+
</TR>
|
49
|
+
</TABLE>
|
50
|
+
</TD>
|
51
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
52
|
+
</EM>
|
53
|
+
</TD>
|
54
|
+
</TR>
|
55
|
+
|
56
|
+
<TR>
|
57
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
58
|
+
PREV
|
59
|
+
NEXT</FONT></TD>
|
60
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
61
|
+
<A HREF="../../../../../index.html?org/activerdf/wrapper/sesame2//class-useWrapperForSesame2.html" target="_top"><B>FRAMES</B></A>
|
62
|
+
<A HREF="WrapperForSesame2.html" target="_top"><B>NO FRAMES</B></A>
|
63
|
+
<SCRIPT type="text/javascript">
|
64
|
+
<!--
|
65
|
+
if(window==top) {
|
66
|
+
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
67
|
+
}
|
68
|
+
//-->
|
69
|
+
</SCRIPT>
|
70
|
+
<NOSCRIPT>
|
71
|
+
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
72
|
+
</NOSCRIPT>
|
73
|
+
|
74
|
+
|
75
|
+
</FONT></TD>
|
76
|
+
</TR>
|
77
|
+
</TABLE>
|
78
|
+
<A NAME="skip-navbar_top"></A>
|
79
|
+
<!-- ========= END OF TOP NAVBAR ========= -->
|
80
|
+
|
81
|
+
<HR>
|
82
|
+
<CENTER>
|
83
|
+
<H2>
|
84
|
+
<B>Uses of Class<br>org.activerdf.wrapper.sesame2.WrapperForSesame2</B></H2>
|
85
|
+
</CENTER>
|
86
|
+
No usage of org.activerdf.wrapper.sesame2.WrapperForSesame2
|
87
|
+
<P>
|
88
|
+
<HR>
|
89
|
+
|
90
|
+
|
91
|
+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
92
|
+
<A NAME="navbar_bottom"><!-- --></A>
|
93
|
+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
94
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
95
|
+
<TR>
|
96
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
97
|
+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
98
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
99
|
+
<TR ALIGN="center" VALIGN="top">
|
100
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
101
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/activerdf/wrapper/sesame2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
102
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/activerdf/wrapper/sesame2/WrapperForSesame2.html" title="class in org.activerdf.wrapper.sesame2"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
|
103
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
|
104
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
105
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
106
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
107
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
108
|
+
</TR>
|
109
|
+
</TABLE>
|
110
|
+
</TD>
|
111
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
112
|
+
</EM>
|
113
|
+
</TD>
|
114
|
+
</TR>
|
115
|
+
|
116
|
+
<TR>
|
117
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
118
|
+
PREV
|
119
|
+
NEXT</FONT></TD>
|
120
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
121
|
+
<A HREF="../../../../../index.html?org/activerdf/wrapper/sesame2//class-useWrapperForSesame2.html" target="_top"><B>FRAMES</B></A>
|
122
|
+
<A HREF="WrapperForSesame2.html" target="_top"><B>NO FRAMES</B></A>
|
123
|
+
<SCRIPT type="text/javascript">
|
124
|
+
<!--
|
125
|
+
if(window==top) {
|
126
|
+
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
127
|
+
}
|
128
|
+
//-->
|
129
|
+
</SCRIPT>
|
130
|
+
<NOSCRIPT>
|
131
|
+
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
132
|
+
</NOSCRIPT>
|
133
|
+
|
134
|
+
|
135
|
+
</FONT></TD>
|
136
|
+
</TR>
|
137
|
+
</TABLE>
|
138
|
+
<A NAME="skip-navbar_bottom"></A>
|
139
|
+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
140
|
+
|
141
|
+
<HR>
|
142
|
+
|
143
|
+
</BODY>
|
144
|
+
</HTML>
|
@@ -0,0 +1,32 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<!--NewPage-->
|
3
|
+
<HTML>
|
4
|
+
<HEAD>
|
5
|
+
<!-- Generated by javadoc (build 1.6.0_03) on Fri Feb 01 09:40:56 CET 2008 -->
|
6
|
+
<TITLE>
|
7
|
+
org.activerdf.wrapper.sesame2 (Wrapper-Sesame2)
|
8
|
+
</TITLE>
|
9
|
+
|
10
|
+
<META NAME="date" CONTENT="2008-02-01">
|
11
|
+
|
12
|
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
|
13
|
+
|
14
|
+
|
15
|
+
</HEAD>
|
16
|
+
|
17
|
+
<BODY BGCOLOR="white">
|
18
|
+
<FONT size="+1" CLASS="FrameTitleFont">
|
19
|
+
<A HREF="../../../../org/activerdf/wrapper/sesame2/package-summary.html" target="classFrame">org.activerdf.wrapper.sesame2</A></FONT>
|
20
|
+
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
|
21
|
+
<TR>
|
22
|
+
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
|
23
|
+
Classes</FONT>
|
24
|
+
<FONT CLASS="FrameItemFont">
|
25
|
+
<BR>
|
26
|
+
<A HREF="WrapperForSesame2.html" title="class in org.activerdf.wrapper.sesame2" target="classFrame">WrapperForSesame2</A></FONT></TD>
|
27
|
+
</TR>
|
28
|
+
</TABLE>
|
29
|
+
|
30
|
+
|
31
|
+
</BODY>
|
32
|
+
</HTML>
|
@@ -0,0 +1,157 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<!--NewPage-->
|
3
|
+
<HTML>
|
4
|
+
<HEAD>
|
5
|
+
<!-- Generated by javadoc (build 1.6.0_03) on Fri Feb 01 09:40:56 CET 2008 -->
|
6
|
+
<TITLE>
|
7
|
+
org.activerdf.wrapper.sesame2 (Wrapper-Sesame2)
|
8
|
+
</TITLE>
|
9
|
+
|
10
|
+
<META NAME="date" CONTENT="2008-02-01">
|
11
|
+
|
12
|
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
|
13
|
+
|
14
|
+
<SCRIPT type="text/javascript">
|
15
|
+
function windowTitle()
|
16
|
+
{
|
17
|
+
if (location.href.indexOf('is-external=true') == -1) {
|
18
|
+
parent.document.title="org.activerdf.wrapper.sesame2 (Wrapper-Sesame2)";
|
19
|
+
}
|
20
|
+
}
|
21
|
+
</SCRIPT>
|
22
|
+
<NOSCRIPT>
|
23
|
+
</NOSCRIPT>
|
24
|
+
|
25
|
+
</HEAD>
|
26
|
+
|
27
|
+
<BODY BGCOLOR="white" onload="windowTitle();">
|
28
|
+
<HR>
|
29
|
+
|
30
|
+
|
31
|
+
<!-- ========= START OF TOP NAVBAR ======= -->
|
32
|
+
<A NAME="navbar_top"><!-- --></A>
|
33
|
+
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
34
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
35
|
+
<TR>
|
36
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
37
|
+
<A NAME="navbar_top_firstrow"><!-- --></A>
|
38
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
39
|
+
<TR ALIGN="center" VALIGN="top">
|
40
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
41
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/activerdf/wrapper/sesame2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
42
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
43
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
|
44
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
45
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
46
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
47
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
48
|
+
</TR>
|
49
|
+
</TABLE>
|
50
|
+
</TD>
|
51
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
52
|
+
</EM>
|
53
|
+
</TD>
|
54
|
+
</TR>
|
55
|
+
|
56
|
+
<TR>
|
57
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
58
|
+
PREV PACKAGE
|
59
|
+
NEXT PACKAGE</FONT></TD>
|
60
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
61
|
+
<A HREF="../../../../index.html?org/activerdf/wrapper/sesame2/package-summary.html" target="_top"><B>FRAMES</B></A>
|
62
|
+
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
|
63
|
+
<SCRIPT type="text/javascript">
|
64
|
+
<!--
|
65
|
+
if(window==top) {
|
66
|
+
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
67
|
+
}
|
68
|
+
//-->
|
69
|
+
</SCRIPT>
|
70
|
+
<NOSCRIPT>
|
71
|
+
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
72
|
+
</NOSCRIPT>
|
73
|
+
|
74
|
+
|
75
|
+
</FONT></TD>
|
76
|
+
</TR>
|
77
|
+
</TABLE>
|
78
|
+
<A NAME="skip-navbar_top"></A>
|
79
|
+
<!-- ========= END OF TOP NAVBAR ========= -->
|
80
|
+
|
81
|
+
<HR>
|
82
|
+
<H2>
|
83
|
+
Package org.activerdf.wrapper.sesame2
|
84
|
+
</H2>
|
85
|
+
|
86
|
+
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
|
87
|
+
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
|
88
|
+
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
|
89
|
+
<B>Class Summary</B></FONT></TH>
|
90
|
+
</TR>
|
91
|
+
<TR BGCOLOR="white" CLASS="TableRowColor">
|
92
|
+
<TD WIDTH="15%"><B><A HREF="../../../../org/activerdf/wrapper/sesame2/WrapperForSesame2.html" title="class in org.activerdf.wrapper.sesame2">WrapperForSesame2</A></B></TD>
|
93
|
+
<TD>construct a wrapper for a sesame2 repository.</TD>
|
94
|
+
</TR>
|
95
|
+
</TABLE>
|
96
|
+
|
97
|
+
|
98
|
+
<P>
|
99
|
+
<DL>
|
100
|
+
</DL>
|
101
|
+
<HR>
|
102
|
+
|
103
|
+
|
104
|
+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
105
|
+
<A NAME="navbar_bottom"><!-- --></A>
|
106
|
+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
107
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
108
|
+
<TR>
|
109
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
110
|
+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
111
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
112
|
+
<TR ALIGN="center" VALIGN="top">
|
113
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
114
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/activerdf/wrapper/sesame2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
115
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
116
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
|
117
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
118
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
119
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
120
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
121
|
+
</TR>
|
122
|
+
</TABLE>
|
123
|
+
</TD>
|
124
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
125
|
+
</EM>
|
126
|
+
</TD>
|
127
|
+
</TR>
|
128
|
+
|
129
|
+
<TR>
|
130
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
131
|
+
PREV PACKAGE
|
132
|
+
NEXT PACKAGE</FONT></TD>
|
133
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
134
|
+
<A HREF="../../../../index.html?org/activerdf/wrapper/sesame2/package-summary.html" target="_top"><B>FRAMES</B></A>
|
135
|
+
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
|
136
|
+
<SCRIPT type="text/javascript">
|
137
|
+
<!--
|
138
|
+
if(window==top) {
|
139
|
+
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
140
|
+
}
|
141
|
+
//-->
|
142
|
+
</SCRIPT>
|
143
|
+
<NOSCRIPT>
|
144
|
+
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
145
|
+
</NOSCRIPT>
|
146
|
+
|
147
|
+
|
148
|
+
</FONT></TD>
|
149
|
+
</TR>
|
150
|
+
</TABLE>
|
151
|
+
<A NAME="skip-navbar_bottom"></A>
|
152
|
+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
153
|
+
|
154
|
+
<HR>
|
155
|
+
|
156
|
+
</BODY>
|
157
|
+
</HTML>
|
@@ -0,0 +1,150 @@
|
|
1
|
+
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
2
|
+
<!--NewPage-->
|
3
|
+
<HTML>
|
4
|
+
<HEAD>
|
5
|
+
<!-- Generated by javadoc (build 1.6.0_03) on Fri Feb 01 09:40:56 CET 2008 -->
|
6
|
+
<TITLE>
|
7
|
+
org.activerdf.wrapper.sesame2 Class Hierarchy (Wrapper-Sesame2)
|
8
|
+
</TITLE>
|
9
|
+
|
10
|
+
<META NAME="date" CONTENT="2008-02-01">
|
11
|
+
|
12
|
+
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
|
13
|
+
|
14
|
+
<SCRIPT type="text/javascript">
|
15
|
+
function windowTitle()
|
16
|
+
{
|
17
|
+
if (location.href.indexOf('is-external=true') == -1) {
|
18
|
+
parent.document.title="org.activerdf.wrapper.sesame2 Class Hierarchy (Wrapper-Sesame2)";
|
19
|
+
}
|
20
|
+
}
|
21
|
+
</SCRIPT>
|
22
|
+
<NOSCRIPT>
|
23
|
+
</NOSCRIPT>
|
24
|
+
|
25
|
+
</HEAD>
|
26
|
+
|
27
|
+
<BODY BGCOLOR="white" onload="windowTitle();">
|
28
|
+
<HR>
|
29
|
+
|
30
|
+
|
31
|
+
<!-- ========= START OF TOP NAVBAR ======= -->
|
32
|
+
<A NAME="navbar_top"><!-- --></A>
|
33
|
+
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
|
34
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
35
|
+
<TR>
|
36
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
37
|
+
<A NAME="navbar_top_firstrow"><!-- --></A>
|
38
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
39
|
+
<TR ALIGN="center" VALIGN="top">
|
40
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
41
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/activerdf/wrapper/sesame2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
42
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
43
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
|
44
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
|
45
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
46
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
47
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
48
|
+
</TR>
|
49
|
+
</TABLE>
|
50
|
+
</TD>
|
51
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
52
|
+
</EM>
|
53
|
+
</TD>
|
54
|
+
</TR>
|
55
|
+
|
56
|
+
<TR>
|
57
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
58
|
+
PREV
|
59
|
+
NEXT</FONT></TD>
|
60
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
61
|
+
<A HREF="../../../../index.html?org/activerdf/wrapper/sesame2/package-tree.html" target="_top"><B>FRAMES</B></A>
|
62
|
+
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
|
63
|
+
<SCRIPT type="text/javascript">
|
64
|
+
<!--
|
65
|
+
if(window==top) {
|
66
|
+
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
67
|
+
}
|
68
|
+
//-->
|
69
|
+
</SCRIPT>
|
70
|
+
<NOSCRIPT>
|
71
|
+
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
72
|
+
</NOSCRIPT>
|
73
|
+
|
74
|
+
|
75
|
+
</FONT></TD>
|
76
|
+
</TR>
|
77
|
+
</TABLE>
|
78
|
+
<A NAME="skip-navbar_top"></A>
|
79
|
+
<!-- ========= END OF TOP NAVBAR ========= -->
|
80
|
+
|
81
|
+
<HR>
|
82
|
+
<CENTER>
|
83
|
+
<H2>
|
84
|
+
Hierarchy For Package org.activerdf.wrapper.sesame2
|
85
|
+
</H2>
|
86
|
+
</CENTER>
|
87
|
+
<H2>
|
88
|
+
Class Hierarchy
|
89
|
+
</H2>
|
90
|
+
<UL>
|
91
|
+
<LI TYPE="circle">java.lang.Object<UL>
|
92
|
+
<LI TYPE="circle">org.activerdf.wrapper.sesame2.<A HREF="../../../../org/activerdf/wrapper/sesame2/WrapperForSesame2.html" title="class in org.activerdf.wrapper.sesame2"><B>WrapperForSesame2</B></A></UL>
|
93
|
+
</UL>
|
94
|
+
<HR>
|
95
|
+
|
96
|
+
|
97
|
+
<!-- ======= START OF BOTTOM NAVBAR ====== -->
|
98
|
+
<A NAME="navbar_bottom"><!-- --></A>
|
99
|
+
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
|
100
|
+
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
|
101
|
+
<TR>
|
102
|
+
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
|
103
|
+
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
104
|
+
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
|
105
|
+
<TR ALIGN="center" VALIGN="top">
|
106
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
107
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/activerdf/wrapper/sesame2/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
108
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
|
109
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
|
110
|
+
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </TD>
|
111
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
112
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
113
|
+
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
|
114
|
+
</TR>
|
115
|
+
</TABLE>
|
116
|
+
</TD>
|
117
|
+
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
|
118
|
+
</EM>
|
119
|
+
</TD>
|
120
|
+
</TR>
|
121
|
+
|
122
|
+
<TR>
|
123
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
124
|
+
PREV
|
125
|
+
NEXT</FONT></TD>
|
126
|
+
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
|
127
|
+
<A HREF="../../../../index.html?org/activerdf/wrapper/sesame2/package-tree.html" target="_top"><B>FRAMES</B></A>
|
128
|
+
<A HREF="package-tree.html" target="_top"><B>NO FRAMES</B></A>
|
129
|
+
<SCRIPT type="text/javascript">
|
130
|
+
<!--
|
131
|
+
if(window==top) {
|
132
|
+
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
|
133
|
+
}
|
134
|
+
//-->
|
135
|
+
</SCRIPT>
|
136
|
+
<NOSCRIPT>
|
137
|
+
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
|
138
|
+
</NOSCRIPT>
|
139
|
+
|
140
|
+
|
141
|
+
</FONT></TD>
|
142
|
+
</TR>
|
143
|
+
</TABLE>
|
144
|
+
<A NAME="skip-navbar_bottom"></A>
|
145
|
+
<!-- ======== END OF BOTTOM NAVBAR ======= -->
|
146
|
+
|
147
|
+
<HR>
|
148
|
+
|
149
|
+
</BODY>
|
150
|
+
</HTML>
|