org.openprovenance.elmo
Class RdfWasControlledBy

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


Field Summary
 
Fields inherited from class org.openprovenance.model.WasControlledBy
account, annotation, cause, effect, endTime, id, role, startTime
 
Constructor Summary
RdfWasControlledBy(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfWasControlledBy(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 WasControlledBy findMyFacade()
           
 QName getQName()
           
 void setCause(AgentRef value)
          Sets the value of the cause property.
 void setEffect(ProcessRef value)
          Sets the value of the effect property.
 void setEndTime(OTime otime)
          Sets the value of the endTime property.
 void setFields(AgentRef 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 setStartTime(OTime otime)
          Sets the value of the startTime property.
 
Methods inherited from class org.openprovenance.model.WasControlledBy
equals, equals, getAccount, getAnnotation, getCause, getEffect, getEndTime, getId, getRole, getStartTime, hashCode, hashCode, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdfWasControlledBy

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

RdfWasControlledBy

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

setId

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

Specified by:
setId in interface Identifiable
Overrides:
setId in class WasControlledBy
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: WasControlledBy
Sets the value of the effect property.

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

setCause

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

Overrides:
setCause in class WasControlledBy
Parameters:
value - allowed object is AgentRef

findMyFacade

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

setRole

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

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

setFields

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

setStartTime

public void setStartTime(OTime otime)
Description copied from class: WasControlledBy
Sets the value of the startTime property.

Overrides:
setStartTime in class WasControlledBy
Parameters:
otime - allowed object is OTime

setEndTime

public void setEndTime(OTime otime)
Description copied from class: WasControlledBy
Sets the value of the endTime property.

Overrides:
setEndTime in class WasControlledBy
Parameters:
otime - allowed object is OTime


Copyright © 2010. All Rights Reserved.