org.openprovenance.elmo
Class RdfWasGeneratedBy

java.lang.Object
  extended by org.openprovenance.model.WasGeneratedBy
      extended by org.openprovenance.elmo.RdfWasGeneratedBy
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 RdfWasGeneratedBy
extends WasGeneratedBy
implements HasFacade


Field Summary
 
Fields inherited from class org.openprovenance.model.WasGeneratedBy
account, annotation, cause, effect, id, role, time
 
Constructor Summary
RdfWasGeneratedBy(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfWasGeneratedBy(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 WasGeneratedBy findMyFacade()
           
 QName getQName()
           
 void setCause(ProcessRef value)
          Sets the value of the cause property.
 void setEffect(ArtifactRef value)
          Sets the value of the effect property.
 void setFields(ProcessRef cause, ArtifactRef 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.WasGeneratedBy
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

RdfWasGeneratedBy

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

RdfWasGeneratedBy

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

setId

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

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

getQName

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

setEffect

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

Overrides:
setEffect in class WasGeneratedBy
Parameters:
value - allowed object is ArtifactRef

findMyFacade

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

setCause

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

Overrides:
setCause in class WasGeneratedBy
Parameters:
value - allowed object is ProcessRef

setRole

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

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

setFields

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

setTime

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

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


Copyright © 2011. All Rights Reserved.