Uses of Class
org.openprovenance.model.Overlaps

Packages that use Overlaps
org.openprovenance.elmo   
org.openprovenance.model Open Provenance Model classes and associated factories and (de)serialisation methods. 
 

Uses of Overlaps in org.openprovenance.elmo
 

Method parameters in org.openprovenance.elmo with type arguments of type Overlaps
 OPMGraph RdfOPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 

Uses of Overlaps in org.openprovenance.model
 

Fields in org.openprovenance.model with type parameters of type Overlaps
protected  List<Overlaps> Accounts.overlaps
           
 

Methods in org.openprovenance.model that return Overlaps
 Overlaps ObjectFactory.createOverlaps()
          Create an instance of Overlaps
 Overlaps OPMFactory.newOverlaps(AccountRef aid1, AccountRef aid2)
           
 Overlaps OPMFactory.newOverlaps(Collection<Account> accounts)
           
 

Methods in org.openprovenance.model that return types with arguments of type Overlaps
 List<Overlaps> Accounts.getOverlaps()
          Gets the value of the overlaps property.
 

Methods in org.openprovenance.model with parameters of type Overlaps
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Overlaps[] ovs, Process[] ps, Artifact[] as, Agent[] ags, Object[] lks, Annotation[] anns)
           
 

Method parameters in org.openprovenance.model with type arguments of type Overlaps
 Accounts OPMFactory.newAccounts(Collection<Account> accs, Collection<Overlaps> ovlps)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks)
           
 OPMGraph OPMFactory.newOPMGraph(Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 OPMGraph OPMFactory.newOPMGraph(String id, Collection<Account> accs, Collection<Overlaps> ops, Collection<Process> ps, Collection<Artifact> as, Collection<Agent> ags, Collection<Object> lks, Collection<Annotation> anns)
           
 



Copyright © 2011. All Rights Reserved.