Class ChallengeCommon<T>
- java.lang.Object
-
- org.openprovenance.prov.tutorial.tutorial6.ChallengeUtil
-
- org.openprovenance.prov.tutorial.tutorial6.ChallengeCommon<T>
-
- All Implemented Interfaces:
Challenge<T>,ChallengeConstants
- Direct Known Subclasses:
ProvenanceChallenge1Template
public abstract class ChallengeCommon<T> extends ChallengeUtil implements Challenge<T>
-
-
Field Summary
-
Fields inherited from class org.openprovenance.prov.tutorial.tutorial6.ChallengeUtil
name, pFactory
-
Fields inherited from interface org.openprovenance.prov.tutorial.tutorial6.ChallengeConstants
ALIGN_WARP, CONVERT, FILE, PC1_NS, PC1_PREFIX, PRIM_NS, PRIM_PREFIX, RESLICE, ROLE_H1, ROLE_H2, ROLE_H3, ROLE_H4, ROLE_HDR, ROLE_HDR_REF, ROLE_I1, ROLE_I2, ROLE_I3, ROLE_I4, ROLE_IMG, ROLE_IMG_REF, ROLE_IN, ROLE_OUT, ROLE_PARAM, SLICER, SOFTMEAN, STRING, VALUE
-
-
Constructor Summary
Constructors Constructor Description ChallengeCommon(org.openprovenance.prov.model.ProvFactory pFactory)
-
Method Summary
Modifier and Type Method Description voidoverallWorkflow(Collection<T> ll)-
Methods inherited from class org.openprovenance.prov.tutorial.tutorial6.ChallengeUtil
closingBanner, doConversions, newFile, newParameter, newUsed, newUsed, newWasDerivedFrom, newWasGeneratedBy, newWasGeneratedBy, openingBanner, pc, prim
-
-
-
-
Method Detail
-
overallWorkflow
public void overallWorkflow(Collection<T> ll)
- Specified by:
overallWorkflowin interfaceChallenge<T>
-
-