Uses of Interface
org.openprovenance.rdf.Artifact

Packages that use Artifact
org.openprovenance.elmo   
org.openprovenance.rdf   
 

Uses of Artifact in org.openprovenance.elmo
 

Methods in org.openprovenance.elmo that return Artifact
 Artifact RdfArtifact.findMyFacade()
           
 

Methods in org.openprovenance.elmo with parameters of type Artifact
 RdfArtifact RdfOPMFactory.newArtifact(Artifact a)
           
 

Uses of Artifact in org.openprovenance.rdf
 

Methods in org.openprovenance.rdf that return Artifact
 Artifact Used.getCauseUsed()
          The cause of a Used edge.
 Artifact WasDerivedFrom.getCauseWasDerivedFrom()
          The cause of a WasDerivedFrom edge.
 Artifact WasGeneratedBy.getEffectWasGeneratedBy()
          The effect of a WasGeneratedBy edge.
 

Methods in org.openprovenance.rdf that return types with arguments of type Artifact
 Set<Artifact> WasDerivedFrom.getEffectWasDerivedFrom()
          The effect of a WasDerivedFrom edge.
 Set<Artifact> OPMGraph.getHasArtifact()
          Property that denotes the constituency relationship between an OPM graph and an artifact, meaning that the object of this property is an artifact of the subject.
 Set<Artifact> Process.getUsed()
           
 Set<Artifact> Process.getUsedStar()
          A multi-step used property.
 Set<Artifact> Artifact.getWasDerivedFrom()
           
 Set<Artifact> Artifact.getWasDerivedFromStar()
          the transitive closure of wasDerivedFrom
 

Methods in org.openprovenance.rdf with parameters of type Artifact
 void Used.setCauseUsed(Artifact causeUsed)
          The cause of a Used edge.
 void WasDerivedFrom.setCauseWasDerivedFrom(Artifact causeWasDerivedFrom)
          The cause of a WasDerivedFrom edge.
 void WasGeneratedBy.setEffectWasGeneratedBy(Artifact effectWasGeneratedBy)
          The effect of a WasGeneratedBy edge.
 

Method parameters in org.openprovenance.rdf with type arguments of type Artifact
 void WasDerivedFrom.setEffectWasDerivedFrom(Set<? extends Artifact> effectWasDerivedFrom)
          The effect of a WasDerivedFrom edge.
 void OPMGraph.setHasArtifact(Set<? extends Artifact> hasArtifact)
          Property that denotes the constituency relationship between an OPM graph and an artifact, meaning that the object of this property is an artifact of the subject.
 void Process.setUsed(Set<? extends Artifact> used)
           
 void Process.setUsedStar(Set<? extends Artifact> usedStar)
          A multi-step used property.
 void Artifact.setWasDerivedFrom(Set<? extends Artifact> wasDerivedFrom)
           
 void Artifact.setWasDerivedFromStar(Set<? extends Artifact> wasDerivedFromStar)
          the transitive closure of wasDerivedFrom
 



Copyright © 2011. All Rights Reserved.