org.openprovenance.rdf
Interface Edge

All Superinterfaces:
Annotable, AnnotationOrEdgeOrNode, Entity
All Known Subinterfaces:
EventEdge, Used, UsedOrWasControlledByOrWasGeneratedBy, WasControlledBy, WasDerivedFrom, WasGeneratedBy, WasTriggeredBy

public interface Edge
extends Entity, Annotable, AnnotationOrEdgeOrNode


Method Summary
 Node getCause()
          the cause of an Edge
 Node getEffect()
          the effect of an Edge
 void setCause(Node cause)
          the cause of an Edge
 void setEffect(Node effect)
          the effect of an Edge
 
Methods inherited from interface org.openprovenance.rdf.AnnotationOrEdgeOrNode
getAccounts, setAccounts
 
Methods inherited from interface org.openprovenance.rdf.Annotable
getAnnotations, getLabels, getPnames, getProfiles, getTypes, setAnnotations, setLabels, setPnames, setProfiles, setTypes
 

Method Detail

getCause

Node getCause()
the cause of an Edge


setCause

void setCause(Node cause)
the cause of an Edge


getEffect

Node getEffect()
the effect of an Edge


setEffect

void setEffect(Node effect)
the effect of an Edge



Copyright © 2010. All Rights Reserved.