|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.att.gs.codip.resource.AbstractResource | +--com.att.gs.codip.resource.rgraph.RGNode | +--com.att.gs.codip.resource.rgraph.RGCORE
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 |
public static final java.lang.String RDF_URI
public static final java.lang.String RDF_NS
public static final java.lang.String RDFS_URI
public static final java.lang.String RDFS_NS
public static LogicalResource Thing
public static LogicalResource Nothing
public static LogicalResource RDF_type
public static LogicalResource RDFS_Class
Constructor Detail |
public RGCORE(RGraph anl)
Method Detail |
public void initialize()
public static void main(java.lang.String[] args)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |