/[fenfire]/fenfire/org/fenfire/vocab/ALPH.java
ViewVC logotype

Diff of /fenfire/org/fenfire/vocab/ALPH.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mudyc, Wed Mar 26 23:48:15 2003 UTC revision 1.3 by mudyc, Thu Mar 27 02:26:40 2003 UTC
# Line 9  public static final String rcsid = "$Id$ Line 9  public static final String rcsid = "$Id$
9      protected static void pa(String s) { System.out.println("ALPH: "+s); }      protected static void pa(String s) { System.out.println("ALPH: "+s); }
10            
11      static public Property content;      static public Property content;
12        static public Property clone;
13      static public Property xuLinkFrom;      static public Property xuLinkFrom;
14      static public Property xuLinkTo;      static public Property xuLinkTo;
15    
16      static public Resource xuType;      static public Resource xuType;
17        static public Resource cloneType;
18        static public Resource dataType;
19            
20      static {      static {
21          try {          try {
22              content = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#content");              content = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#content");
23                clone = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#clone");
24              xuLinkFrom = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#xuLinkFrom");              xuLinkFrom = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#xuLinkFrom");
25              xuLinkTo = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#xuLinkTo");              xuLinkTo = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#xuLinkTo");
26    
27              xuType = new ResourceImpl("http://fenfire.org/vocabulary/alph.html#xuType");              xuType = new ResourceImpl("http://fenfire.org/vocabulary/alph.html#xuType");
28                cloneType = new ResourceImpl("http://fenfire.org/vocabulary/alph.html#cloneType");
29                dataType = new ResourceImpl("http://fenfire.org/vocabulary/alph.html#dataType");
30    
31          } catch (RDFException e) {          } catch (RDFException e) {
32              pa("Failed: "+e);              pa("Failed: "+e);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26