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

java.lang.Object
  extended by org.eclipse.higgins.idas.spi.BasicEntity
      extended by org.eclipse.higgins.idas.cp.rdf.RDFProxyEntity
All Implemented Interfaces:
org.eclipse.higgins.idas.api.IEntity, org.eclipse.higgins.idas.api.IHasAttributes, org.eclipse.higgins.idas.api.IValue, org.eclipse.higgins.idas.spi.IAttributeContainer

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


Field Summary
 
Fields inherited from interface org.eclipse.higgins.idas.api.IValue
BASE_OWL_URI
 
Constructor Summary
RDFProxyEntity(org.eclipse.higgins.idas.spi.BasicContext containerCtx, String uri)
           
 
Method Summary
 boolean isProxy()
           
 
Methods inherited from class org.eclipse.higgins.idas.spi.BasicEntity
addAttribute, addAttribute, addAttributeValue, equals, getAttribute, getAttributes, getContext, getEntityID, getModel, getSingleValuedAttribute, getType, getValueModel, isSimple, remove, removeAttribute, removeAttributeValue, removeAttributeValue, updateNotification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFProxyEntity

public RDFProxyEntity(org.eclipse.higgins.idas.spi.BasicContext containerCtx,
                      String uri)
               throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException
Method Detail

isProxy

public boolean isProxy()
Specified by:
isProxy in interface org.eclipse.higgins.idas.api.IEntity
Overrides:
isProxy in class org.eclipse.higgins.idas.spi.BasicEntity