/[fenfire]/fenfire/org/fenfire/modules/pp/PPVocab.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/PPVocab.java

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

revision 1.1 by mudyc, Fri Mar 7 16:47:21 2003 UTC revision 1.2 by mudyc, Sat Mar 8 23:32:39 2003 UTC
# Line 23  public static final String rcsid = "$Id$ Line 23  public static final String rcsid = "$Id$
23    
24      public PPVocab() {      public PPVocab() {
25          String pp_voc = "http://fenfire.org/vocabulary/pp.html";          String pp_voc = "http://fenfire.org/vocabulary/pp.html";
26            String spatial_voc = "http://fenfire.org/vocabulary/spatial.html";
27          try {          try {
28              // Propertys              // Propertys
29              Contains = new PropertyImpl(pp_voc+"#contains");              Contains = new PropertyImpl(pp_voc+"#contains");
30              CreationTime = new PropertyImpl(pp_voc + "#creationTime");              CreationTime = new PropertyImpl(pp_voc + "#creationTime");
31              CoordX = new PropertyImpl(pp_voc + "#coordX");              CoordX = new PropertyImpl(spatial_voc + "#coordX");
32              CoordY = new PropertyImpl(pp_voc + "#coordY");              CoordY = new PropertyImpl(spatial_voc + "#coordY");
33              Depth = new PropertyImpl(pp_voc + "#depth");              Depth = new PropertyImpl(spatial_voc + "#depth");
34    
35              // Resources              // Resources
36              PaperType = new ResourceImpl(pp_voc + "#paper_type");              PaperType = new ResourceImpl(pp_voc + "#paper_type");

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