[MOBY-guts] biomoby commit
Eddie Kawas
kawas at pub.open-bio.org
Thu Apr 7 22:32:22 UTC 2005
kawas
Thu Apr 7 18:32:22 EDT 2005
Update of /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/vocabulary
In directory pub.open-bio.org:/tmp/cvs-serv5587/org/biomoby/registry/rdfagent/vocabulary
Modified Files:
MP.java
Log Message:
renamed enum to _enum for eventual 1.5 compatibility
moby-live/Java/src/main/org/biomoby/registry/rdfagent/vocabulary MP.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/vocabulary/MP.java,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/registry/rdfagent/vocabulary/MP.java 2004/10/28 17:55:43 1.1
+++ /home/repository/moby/moby-live/Java/src/main/org/biomoby/registry/rdfagent/vocabulary/MP.java 2005/04/07 22:32:22 1.2
@@ -1,53 +1,53 @@
-/*
- * Created by IntelliJ IDEA.
- * User: developer
- * Date: Jun 22, 2004
- * Time: 9:25:32 PM
- * To change template for new class use
- * Code Style | Class Templates options (Tools | IDE Options).
- */
-package org.biomoby.registry.rdfagent.vocabulary;
-
-import com.hp.hpl.jena.rdf.model.*;
-
-/** MP vocabulary class for namespace http://biomoby.org/RESOURCES/MOBY-S/Predicates#
- */
-public class MP {
-
- protected static final String uri ="http://biomoby.org/RESOURCES/MOBY-S/Predicates#";
-
- /** returns the URI for this schema
- * @return the URI for this schema
- */
- public static String getURI() {
- return uri;
- }
-
- private static Model m = ModelFactory.createDefaultModel();
-
-
- public static final Property category = m.getProperty(uri + "category" ) ;
- public static final Property articleName = m.getProperty(uri + "articleName" ) ;
- public static final Property article_name = m.getProperty(uri + "article_name" ) ;
- public static final Property namespace_type = m.getProperty(uri + "namespace_type" ) ;
- public static final Property object_type = m.getProperty(uri + "object_type" ) ;
- public static final Property input = m.getProperty(uri + "input" ) ;
- public static final Property output = m.getProperty(uri + "output" ) ;
- public static final Property consumes = m.getProperty(uri + "consumes" ) ;
- public static final Property produces = m.getProperty(uri + "produces" ) ;
- public static final Property performs_task = m.getProperty(uri + "performs_task" );
- public static final Property comment = m.getProperty(uri + "comment" ) ;
- public static final Property label = m.getProperty(uri + "label" ) ;
- public static final Property def = m.getProperty(uri + "default_value" ) ;
- public static final Property datatype = m.getProperty(uri + "datatype" ) ;
- public static final Property max = m.getProperty(uri + "max" ) ;
- public static final Property min = m.getProperty(uri + "min" ) ;
- public static final Property enum = m.getProperty(uri + "enum" ) ;
- public static final Property SimpleArticle = m.getProperty(uri + "SimpleArticle" ) ;
- public static final Property CollectionArticle = m.getProperty(uri + "CollectionArticle" );
- public static final Property SecondaryArticle = m.getProperty(uri + "SecondaryArticle" ) ;
-
-
-
- }
-
+/*
+ * Created by IntelliJ IDEA.
+ * User: developer
+ * Date: Jun 22, 2004
+ * Time: 9:25:32 PM
+ * To change template for new class use
+ * Code Style | Class Templates options (Tools | IDE Options).
+ */
+package org.biomoby.registry.rdfagent.vocabulary;
+
+import com.hp.hpl.jena.rdf.model.*;
+
+/** MP vocabulary class for namespace http://biomoby.org/RESOURCES/MOBY-S/Predicates#
+ */
+public class MP {
+
+ protected static final String uri ="http://biomoby.org/RESOURCES/MOBY-S/Predicates#";
+
+ /** returns the URI for this schema
+ * @return the URI for this schema
+ */
+ public static String getURI() {
+ return uri;
+ }
+
+ private static Model m = ModelFactory.createDefaultModel();
+
+
+ public static final Property category = m.getProperty(uri + "category" ) ;
+ public static final Property articleName = m.getProperty(uri + "articleName" ) ;
+ public static final Property article_name = m.getProperty(uri + "article_name" ) ;
+ public static final Property namespace_type = m.getProperty(uri + "namespace_type" ) ;
+ public static final Property object_type = m.getProperty(uri + "object_type" ) ;
+ public static final Property input = m.getProperty(uri + "input" ) ;
+ public static final Property output = m.getProperty(uri + "output" ) ;
+ public static final Property consumes = m.getProperty(uri + "consumes" ) ;
+ public static final Property produces = m.getProperty(uri + "produces" ) ;
+ public static final Property performs_task = m.getProperty(uri + "performs_task" );
+ public static final Property comment = m.getProperty(uri + "comment" ) ;
+ public static final Property label = m.getProperty(uri + "label" ) ;
+ public static final Property def = m.getProperty(uri + "default_value" ) ;
+ public static final Property datatype = m.getProperty(uri + "datatype" ) ;
+ public static final Property max = m.getProperty(uri + "max" ) ;
+ public static final Property min = m.getProperty(uri + "min" ) ;
+ public static final Property enumeration = m.getProperty(uri + "enum" ) ;
+ public static final Property SimpleArticle = m.getProperty(uri + "SimpleArticle" ) ;
+ public static final Property CollectionArticle = m.getProperty(uri + "CollectionArticle" );
+ public static final Property SecondaryArticle = m.getProperty(uri + "SecondaryArticle" ) ;
+
+
+
+ }
+
More information about the MOBY-guts
mailing list