|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.umd.cfar.lamp.apploader.PREFS
Namespace schema for loading RDF from command line arguments. For information, see the namespace document.
Field Summary | |
static com.hp.hpl.jena.rdf.model.Property |
abbr
The short name: the name passed using one hyphens, e.g. '-'. |
static com.hp.hpl.jena.rdf.model.Property |
inserts
The value that the trigger or flag asserts. |
static com.hp.hpl.jena.rdf.model.Property |
invokes
The method that the trigger or flag invokes. |
static com.hp.hpl.jena.rdf.model.Property |
longName
The long name: the property name or the name passed using two hyphens, e.g. |
static com.hp.hpl.jena.rdf.model.Resource |
PreferenceFlag
A preference flag - a boolean value that is set to on by its existence. |
static com.hp.hpl.jena.rdf.model.Resource |
PreferenceTrigger
A preference trigger - a description of how a pair 'preference value' should be applied when passed as a command line argument or as a property. |
protected static java.lang.String |
uri
|
Constructor Summary | |
PREFS()
|
Method Summary | |
static java.lang.String |
getURI()
Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/apploader# . |
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 PreferenceTrigger
public static final com.hp.hpl.jena.rdf.model.Resource PreferenceFlag
public static final com.hp.hpl.jena.rdf.model.Property longName
public static final com.hp.hpl.jena.rdf.model.Property abbr
public static final com.hp.hpl.jena.rdf.model.Property invokes
public static final com.hp.hpl.jena.rdf.model.Property inserts
Constructor Detail |
public PREFS()
Method Detail |
public static java.lang.String getURI()
http://viper-toolkit.sourceforge.net/owl/apploader#
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |