[MOBY-guts] biomoby commit
Gary Schlitz
gss at pub.open-bio.org
Wed May 19 23:33:09 UTC 2004
gss
Wed May 19 19:33:08 EDT 2004
Update of /home/repository/moby/moby-live/S-MOBY/ref-impl/core/org/smoby/graph
In directory pub.open-bio.org:/tmp/cvs-serv2283/org/smoby/graph
Modified Files:
MOBYPropertyValueStatement.java
Log Message:
Incorporation of new parser
moby-live/S-MOBY/ref-impl/core/org/smoby/graph MOBYPropertyValueStatement.java,1.1,1.2
===================================================================
RCS file: /home/repository/moby/moby-live/S-MOBY/ref-impl/core/org/smoby/graph/MOBYPropertyValueStatement.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- /home/repository/moby/moby-live/S-MOBY/ref-impl/core/org/smoby/graph/MOBYPropertyValueStatement.java 2004/05/19 18:27:08 1.1
+++ /home/repository/moby/moby-live/S-MOBY/ref-impl/core/org/smoby/graph/MOBYPropertyValueStatement.java 2004/05/19 23:33:08 1.2
@@ -3,9 +3,17 @@
public interface MOBYPropertyValueStatement
{
+ /**
+ * Return the name of this property
+ */
public String getPropertyName();
/**
+ * Return the value currently associated with this property
+ */
+ public MOBYPropertyValue getValue();
+
+ /**
* Set the property value. This is just a placeholder; values of
* different property types will be set to different types of
* values.
More information about the MOBY-guts
mailing list