edu.umd.cfar.lamp.apploader
Class UNDO

java.lang.Object
  extended byedu.umd.cfar.lamp.apploader.UNDO

public class UNDO
extends java.lang.Object

Namespace vocabulary for the undo history manager preferences.


Field Summary
static com.hp.hpl.jena.rdf.model.Resource Describer
          Describes an undo event.
static com.hp.hpl.jena.rdf.model.Property forEdit
          Gets the class of events this describes.
static com.hp.hpl.jena.rdf.model.Property text
          Gets the text of the description.
protected static java.lang.String uri
           
static com.hp.hpl.jena.rdf.model.Property value
          The text string or list.
 
Constructor Summary
UNDO()
           
 
Method Summary
static java.lang.String getURI()
          Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/undo#.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected static final java.lang.String uri
See Also:
Constant Field Values

Describer

public static final com.hp.hpl.jena.rdf.model.Resource Describer
Describes an undo event.


forEdit

public static final com.hp.hpl.jena.rdf.model.Property forEdit
Gets the class of events this describes.


text

public static final com.hp.hpl.jena.rdf.model.Property text
Gets the text of the description. It is expected that the value resource be either text or a localized list (a node with two properties, lal:lang and undo:value).


value

public static final com.hp.hpl.jena.rdf.model.Property value
The text string or list.

Constructor Detail

UNDO

public UNDO()
Method Detail

getURI

public static java.lang.String getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/undo#.

Returns:
the URI for this schema