net.sourceforge.fluxion.api
Class FluxionNamespaces

java.lang.Object
  extended by net.sourceforge.fluxion.api.FluxionNamespaces

public class FluxionNamespaces
extends java.lang.Object

Namespaces used by the Fluxion and OWL2 XML schemata

Author:
Tom Oinn

Field Summary
static org.jdom.Namespace fluxionNamespace
          Namespace used for types in the fluxion service schema.
static org.jdom.Namespace owlNamespace
          Namespace used for OWL2 XML elements within the fluxion system.
 
Constructor Summary
FluxionNamespaces()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

owlNamespace

public static org.jdom.Namespace owlNamespace
Namespace used for OWL2 XML elements within the fluxion system. The namespace is 'http://www.w3.org/ns/owl2-xml' and uses the prefix 'owl2'


fluxionNamespace

public static org.jdom.Namespace fluxionNamespace
Namespace used for types in the fluxion service schema. The namespace is 'urn:service.fluxion.sourceforge.net' and uses the prefix 'fluxion'

Constructor Detail

FluxionNamespaces

public FluxionNamespaces()


Copyright © 2010. All Rights Reserved.