Uses of Interface
org.openprovenance.rdf.Edge

Packages that use Edge
org.openprovenance.rdf   
 

Uses of Edge in org.openprovenance.rdf
 

Subinterfaces of Edge in org.openprovenance.rdf
 interface EventEdge
          An EventEdge denotes an Edge associated with a time instant.
 interface Used
          A “used” edge from process to an artifact is a relationship intended to indicate that the process required the availability of the artifact to be able to complete its execution.
 interface UsedOrWasControlledByOrWasGeneratedBy
           
 interface UsedOrWasGeneratedBy
           
 interface WasControlledBy
          An edge “was controlled by” from a process P to an agent Ag is a dependency that indicates that the start and end of process P was controlled by agent Ag.
 interface WasDerivedFrom
          An edge “was derived from” from artifact A2 to artifact A1 is a relationship that indicates that artifact A1 needs to have been generated for A2 to be generated.
 interface WasGeneratedBy
          A “was generated by” edge from an artifact to a process is a relationship intended to mean that the process was required to initiate its execution for the artifact to have been generated.
 interface WasTriggeredBy
          An edge “was triggered by” from a process P2 to a process P1 is a causal dependency that indicates that the start of process P1 was required for P2 to be able to complete.
 

Methods in org.openprovenance.rdf that return types with arguments of type Edge
 Set<Edge> Node.getEffectInverse()
          Convenience class introduced to describe the inverse of an effect.
 Set<Edge> OPMGraph.getHasDependency()
          Property that denotes the constituency relationship between an OPM graph and an edge, meaning that the object of this property is an edge of the subject.
 

Method parameters in org.openprovenance.rdf with type arguments of type Edge
 void Node.setEffectInverse(Set<? extends Edge> effectInverse)
          Convenience class introduced to describe the inverse of an effect.
 void OPMGraph.setHasDependency(Set<? extends Edge> hasDependency)
          Property that denotes the constituency relationship between an OPM graph and an edge, meaning that the object of this property is an edge of the subject.
 



Copyright © 2011. All Rights Reserved.