org.openprovenance.elmo
Class RdfProcess

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


Field Summary
 
Fields inherited from class org.openprovenance.model.Process
account, annotation, id
 
Constructor Summary
RdfProcess(org.openrdf.elmo.ElmoManager manager, QName qname)
           
RdfProcess(org.openrdf.elmo.ElmoManager manager, String prefix)
           
 
Method Summary
 Process findMyFacade()
           
 QName getQName()
           
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class org.openprovenance.model.Process
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

RdfProcess

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

RdfProcess

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

setId

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

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

getQName

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

findMyFacade

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


Copyright © 2010. All Rights Reserved.