/[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.1 by mudyc, Wed Mar 26 12:18:51 2003 UTC revision 1.2 by mudyc, Wed Mar 26 23:48:15 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 xuLinkFrom;
13        static public Property xuLinkTo;
14    
15        static public Resource xuType;
16            
17      static {      static {
18          try {          try {
19              content = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#content");              content = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#content");
20                xuLinkFrom = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#xuLinkFrom");
21                xuLinkTo = new PropertyImpl("http://fenfire.org/vocabulary/alph.html#xuLinkTo");
22    
23                xuType = new ResourceImpl("http://fenfire.org/vocabulary/alph.html#xuType");
24    
25          } catch (RDFException e) {          } catch (RDFException e) {
26              pa("Failed: "+e);              pa("Failed: "+e);
27          }          }

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

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