edu.umd.cfar.lamp.apploader
Class MRU

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

public class MRU
extends java.lang.Object

Namespace schema for file operation histories (most recently used lists). Need to look at other history schemata before I write this, like Mozilla's, or something else... I will probably use xsd:datatime stamps for the time. For information, see the namespace document.

Author:
davidm

Field Summary
static com.hp.hpl.jena.rdf.model.Property name
          The pretty name for the file.
protected static java.lang.String uri
           
static com.hp.hpl.jena.rdf.model.Property viewedOn
          When this file was last viewed.
static com.hp.hpl.jena.rdf.model.Resource VisitedFile
          A class that all visited files should fall into.
 
Constructor Summary
MRU()
           
 
Method Summary
static java.lang.String getURI()
          Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader/mru#.
 
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

VisitedFile

public static final com.hp.hpl.jena.rdf.model.Resource VisitedFile
A class that all visited files should fall into.


viewedOn

public static final com.hp.hpl.jena.rdf.model.Property viewedOn
When this file was last viewed.


name

public static final com.hp.hpl.jena.rdf.model.Property name
The pretty name for the file.

Constructor Detail

MRU

public MRU()
Method Detail

getURI

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

Returns:
the URI for this schema