com.att.gs.codip.resource.rgraph
Class RGCORE

java.lang.Object
  |
  +--com.att.gs.codip.resource.AbstractResource
        |
        +--com.att.gs.codip.resource.rgraph.RGNode
              |
              +--com.att.gs.codip.resource.rgraph.RGCORE
All Implemented Interfaces:
LogicalResource

public class RGCORE
extends RGNode


Field Summary
static LogicalResource Nothing
           
static java.lang.String RDF_NS
          The Namespace of the RDF syntax specificaiton.
static LogicalResource RDF_type
          RDF/S type included in RGraph.
static java.lang.String RDF_URI
          The URI of the RDF syntax specificaiton.
static LogicalResource RDFS_Class
           
static java.lang.String RDFS_NS
          The Namespace of the RDFS syntax specificaiton.
static java.lang.String RDFS_URI
          The URI of the RDFS syntax specificaiton.
static LogicalResource Thing
          Top and Bottom LogicalResources.
 
Fields inherited from class com.att.gs.codip.resource.AbstractResource
delineatedType, isSingleTyped
 
Constructor Summary
RGCORE(RGraph anl)
           
 
Method Summary
 void initialize()
          Creates the static classes.
static void main(java.lang.String[] args)
          Main added for basic testing.
 
Methods inherited from class com.att.gs.codip.resource.rgraph.RGNode
addNewProperty, addProperty, addType, containsProperty, containsType, getComment, getContainingGraph, getLabel, getProperties, getProperties, getProperty, isType, lookupProperty, morphID, properties, properties, removeProperty, removeType, resourceInitialization, setComment, setLabel, toString, types
 
Methods inherited from class com.att.gs.codip.resource.AbstractResource
equals, getID, getLocalName, getNamespace, getType, getURI, isLiteralType, isType, resourceInitialization, setID, setLocalName, setNamespace, setType, setURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.att.gs.codip.resource.LogicalResource
getID, getLocalName, getNamespace, getType, getURI, isLiteralType, isType, setType
 

Field Detail

RDF_URI

public static final java.lang.String RDF_URI
The URI of the RDF syntax specificaiton.

See Also:
Constant Field Values

RDF_NS

public static final java.lang.String RDF_NS
The Namespace of the RDF syntax specificaiton.

See Also:
Constant Field Values

RDFS_URI

public static final java.lang.String RDFS_URI
The URI of the RDFS syntax specificaiton.

See Also:
Constant Field Values

RDFS_NS

public static final java.lang.String RDFS_NS
The Namespace of the RDFS syntax specificaiton.

See Also:
Constant Field Values

Thing

public static LogicalResource Thing
Top and Bottom LogicalResources.


Nothing

public static LogicalResource Nothing

RDF_type

public static LogicalResource RDF_type
RDF/S type included in RGraph.


RDFS_Class

public static LogicalResource RDFS_Class
Constructor Detail

RGCORE

public RGCORE(RGraph anl)
Method Detail

initialize

public void initialize()
Creates the static classes.


main

public static void main(java.lang.String[] args)
Main added for basic testing.



CODIP AT&T Government Solutions, Inc.