uk.ac.soton.ecs.grimoires.server.impl.topics.datamodel
Class TopicsRDF

java.lang.Object
  extended byuk.ac.soton.ecs.grimoires.server.impl.topics.datamodel.TopicsRDF

public final class TopicsRDF
extends Object

Version:
$Id: TopicsRDF.java,v 1.2 2005/06/07 13:54:01 wf Exp $ Created: 05 November 2003 Copyright 2003 Simon Miles, Luc Moreau, Juri Papay
Author:
Simon Miles

Field Summary
static String hasIdentification
           
static String hasLocalTopic
           
static String hasNotificationService
           
static String hasTopicName
           
static String hasVirtualTopicKey
           
static String localTopic
           
static String myGridTopicsNS
           
static String virtualTopic
           
 
Constructor Summary
TopicsRDF()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myGridTopicsNS

public static final String myGridTopicsNS
See Also:
Constant Field Values

virtualTopic

public static final String virtualTopic
See Also:
Constant Field Values

hasVirtualTopicKey

public static final String hasVirtualTopicKey
See Also:
Constant Field Values

hasIdentification

public static final String hasIdentification
See Also:
Constant Field Values

hasLocalTopic

public static final String hasLocalTopic
See Also:
Constant Field Values

localTopic

public static final String localTopic
See Also:
Constant Field Values

hasNotificationService

public static final String hasNotificationService
See Also:
Constant Field Values

hasTopicName

public static final String hasTopicName
See Also:
Constant Field Values
Constructor Detail

TopicsRDF

public TopicsRDF()