edu.umd.cfar.lamp.apploader
Class PREFS

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

public class PREFS
extends java.lang.Object

Namespace schema for loading RDF from command line arguments. For information, see the namespace document.

Author:
davidm

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

uri

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

PreferenceTrigger

public static final 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.


PreferenceFlag

public static final com.hp.hpl.jena.rdf.model.Resource PreferenceFlag
A preference flag - a boolean value that is set to on by its existence. An example would be the '-h' and '-v' flags at the command line


longName

public static final com.hp.hpl.jena.rdf.model.Property longName
The long name: the property name or the name passed using two hyphens, e.g. '--version'.


abbr

public static final com.hp.hpl.jena.rdf.model.Property abbr
The short name: the name passed using one hyphens, e.g. '-'.


invokes

public static final com.hp.hpl.jena.rdf.model.Property invokes
The method that the trigger or flag invokes.


inserts

public static final com.hp.hpl.jena.rdf.model.Property inserts
The value that the trigger or flag asserts.

Constructor Detail

PREFS

public PREFS()
Method Detail

getURI

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

Returns:
the URI for this schema