org.openprovenance.elmo
Class RdfUsed

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

public class RdfUsed
extends Used
implements HasFacade


Field Summary
 
Fields inherited from class org.openprovenance.model.Used
account, annotation, cause, effect, id, role, time
 
Constructor Summary
RdfUsed(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfUsed(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 Used findMyFacade()
           
 QName getQName()
           
 void setCause(ArtifactRef value)
          Sets the value of the cause property.
 void setEffect(ProcessRef value)
          Sets the value of the effect property.
 void setFields(ArtifactRef cause, ProcessRef effect, Role role)
           
 void setId(String value)
          Sets the value of the id property.
 void setRole(Role value)
          Sets the value of the role property.
 void setTime(OTime otime)
          Sets the value of the time property.
 
Methods inherited from class org.openprovenance.model.Used
equals, equals, getAccount, getAnnotation, getCause, getEffect, getId, getRole, getTime, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdfUsed

public RdfUsed(org.openrdf.elmo.ElmoManager manager,
               QName qname)

RdfUsed

public RdfUsed(org.openrdf.elmo.ElmoManager manager,
               String prefix)
Method Detail

setId

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

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

getQName

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

setEffect

public void setEffect(ProcessRef value)
Description copied from class: Used
Sets the value of the effect property.

Overrides:
setEffect in class Used
Parameters:
value - allowed object is ProcessRef

findMyFacade

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

setCause

public void setCause(ArtifactRef value)
Description copied from class: Used
Sets the value of the cause property.

Overrides:
setCause in class Used
Parameters:
value - allowed object is ArtifactRef

setRole

public void setRole(Role value)
Description copied from class: Used
Sets the value of the role property.

Overrides:
setRole in class Used
Parameters:
value - allowed object is Role

setFields

public void setFields(ArtifactRef cause,
                      ProcessRef effect,
                      Role role)

setTime

public void setTime(OTime otime)
Description copied from class: Used
Sets the value of the time property.

Overrides:
setTime in class Used
Parameters:
otime - allowed object is OTime


Copyright © 2011. All Rights Reserved.