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

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

public class RGEdge
extends RGNode


Field Summary
protected  RGNode object
           
protected  RGNode subject
           
 
Fields inherited from class com.att.gs.codip.resource.AbstractResource
delineatedType, isSingleTyped
 
Constructor Summary
protected RGEdge(RGraph aGraph)
           
  RGEdge(java.lang.String theID, RGraph aGraph)
           
 
Method Summary
 RGNode getObject()
           
 RGNode getSubject()
           
 void setObject(RGNode theObject)
           
 void setSubject(RGNode theSubject)
           
 
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

subject

protected RGNode subject

object

protected RGNode object
Constructor Detail

RGEdge

protected RGEdge(RGraph aGraph)

RGEdge

public RGEdge(java.lang.String theID,
              RGraph aGraph)
Method Detail

setObject

public void setObject(RGNode theObject)

getObject

public RGNode getObject()

setSubject

public void setSubject(RGNode theSubject)

getSubject

public RGNode getSubject()


CODIP AT&T Government Solutions, Inc.