org.openprovenance.elmo
Class RdfAgent

java.lang.Object
  extended by org.openprovenance.model.Agent
      extended by org.openprovenance.elmo.RdfAgent
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString, HasFacade, Annotable, HasAccounts, Identifiable, Node

public class RdfAgent
extends Agent
implements HasFacade


Field Summary
 
Fields inherited from class org.openprovenance.model.Agent
account, annotation, id
 
Constructor Summary
RdfAgent(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfAgent(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 Agent findMyFacade()
           
 Set<Account> getAccounts()
           
 Set<Annotation> getAnnotations()
           
 QName getQName()
           
 void setAccounts(Set<? extends Account> accs)
           
 void setAnnotations(Set<? extends Annotation> ann)
           
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class org.openprovenance.model.Agent
equals, equals, getAccount, getAnnotation, getId, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdfAgent

public RdfAgent(org.openrdf.elmo.ElmoManager manager,
                String prefix)

RdfAgent

public RdfAgent(org.openrdf.elmo.ElmoManager manager,
                QName qname)
Method Detail

setId

public void setId(String value)
Description copied from class: Agent
Sets the value of the id property.

Specified by:
setId in interface Identifiable
Overrides:
setId in class Agent
Parameters:
value - allowed object is String

getQName

public QName getQName()
Specified by:
getQName in interface HasFacade

findMyFacade

public Agent findMyFacade()
Specified by:
findMyFacade in interface HasFacade

setAccounts

public void setAccounts(Set<? extends Account> accs)

getAccounts

public Set<Account> getAccounts()

setAnnotations

public void setAnnotations(Set<? extends Annotation> ann)

getAnnotations

public Set<Annotation> getAnnotations()


Copyright © 2011. All Rights Reserved.