edu.umd.cfar.lamp.viper.gui.core
Class GT

java.lang.Object
  extended byedu.umd.cfar.lamp.viper.gui.core.GT

public class GT
extends java.lang.Object

Vocabulary for ViPER-GT preferences.


Field Summary
static com.hp.hpl.jena.rdf.model.Resource ChoosableFile
          Resource that describes a file selection filter.
static com.hp.hpl.jena.rdf.model.Property extension
          A property that describes a possible file extension for a ChoosableFile.
static com.hp.hpl.jena.rdf.model.Property fileLocation
          A property for locating an alternate location for a file with the subject resource uri.
static com.hp.hpl.jena.rdf.model.Property interpolator
          The class used to interpolate a given data type.
static com.hp.hpl.jena.rdf.model.Property mimeType
          A property that describes a possible mime type for a ChoosableFile.
static com.hp.hpl.jena.rdf.model.Property playbackSelectedIcon
          The icon for 'playback selected'.
static com.hp.hpl.jena.rdf.model.Property playbackUnselectedIcon
          The icon for 'playback unselected'.
protected static java.lang.String uri
           
static com.hp.hpl.jena.rdf.model.Property visualCreator
           
static com.hp.hpl.jena.rdf.model.Property visualEditor
           
static com.hp.hpl.jena.rdf.model.Property visualNode
           
 
Constructor Summary
GT()
           
 
Method Summary
static java.lang.String getURI()
          Returns the URI for this schema, http://viper-toolkit.sourceforge.net/owl/gt#.
 
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

ChoosableFile

public static final com.hp.hpl.jena.rdf.model.Resource ChoosableFile
Resource that describes a file selection filter.


extension

public static final com.hp.hpl.jena.rdf.model.Property extension
A property that describes a possible file extension for a ChoosableFile.


mimeType

public static final com.hp.hpl.jena.rdf.model.Property mimeType
A property that describes a possible mime type for a ChoosableFile.


fileLocation

public static final com.hp.hpl.jena.rdf.model.Property fileLocation
A property for locating an alternate location for a file with the subject resource uri.


playbackSelectedIcon

public static final com.hp.hpl.jena.rdf.model.Property playbackSelectedIcon
The icon for 'playback selected'. XXX: This is used in the timeline, right?


playbackUnselectedIcon

public static final com.hp.hpl.jena.rdf.model.Property playbackUnselectedIcon
The icon for 'playback unselected'.


interpolator

public static final com.hp.hpl.jena.rdf.model.Property interpolator
The class used to interpolate a given data type. used in the form: data:type gt:interpolatorClass [ {interpolator bean} ] .


visualNode

public static final com.hp.hpl.jena.rdf.model.Property visualNode

visualEditor

public static final com.hp.hpl.jena.rdf.model.Property visualEditor

visualCreator

public static final com.hp.hpl.jena.rdf.model.Property visualCreator
Constructor Detail

GT

public GT()
Method Detail

getURI

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

Returns:
the URI for this schema