|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.MRU
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.
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 |
protected static final java.lang.String uri
public static final com.hp.hpl.jena.rdf.model.Resource VisitedFile
public static final com.hp.hpl.jena.rdf.model.Property viewedOn
public static final com.hp.hpl.jena.rdf.model.Property name
Constructor Detail |
public MRU()
Method Detail |
public static java.lang.String getURI()
http://viper-toolkit.sourceforge.net/owl/apploader/mru#
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |