org.eclipse.higgins.idas.cp.rdf
Class RDFEntity

java.lang.Object
  extended byorg.eclipse.higgins.idas.spi.BasicEntity
      extended byorg.eclipse.higgins.idas.cp.rdf.RDFEntity
All Implemented Interfaces:
org.eclipse.higgins.idas.spi.IAttributeContainer, org.eclipse.higgins.idas.api.IBlankEntity, org.eclipse.higgins.idas.api.IEntity, org.eclipse.higgins.idas.api.IHasAttributes

public class RDFEntity
extends org.eclipse.higgins.idas.spi.BasicEntity


Constructor Summary
RDFEntity(org.eclipse.higgins.idas.spi.BasicContext containerCtx, URI type, com.hp.hpl.jena.rdf.model.Resource resource)
           
 
Method Summary
 org.eclipse.higgins.idas.api.IAttribute getAttribute(URI attrID)
           
 Iterator getAttributes()
           
 
Methods inherited from class org.eclipse.higgins.idas.spi.BasicEntity
addAttribute, addAttribute, equals, getContext, getEntityID, getEntityType, getModel, getSingleValuedAttribute, remove, removeAttribute, removeAttributeValue, removeAttributeValue, updateNotification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFEntity

public RDFEntity(org.eclipse.higgins.idas.spi.BasicContext containerCtx,
                 URI type,
                 com.hp.hpl.jena.rdf.model.Resource resource)
          throws org.eclipse.higgins.idas.api.IdASException
Method Detail

getAttribute

public org.eclipse.higgins.idas.api.IAttribute getAttribute(URI attrID)
                                                     throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException

getAttributes

public Iterator getAttributes()
                       throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException