Uses of Interface
de.uni_trier.wi2.procake.data.object.nest.NESTSequentialWorkflowObject
-
-
Uses of NESTSequentialWorkflowObject in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl
Methods in de.uni_trier.wi2.procake.data.io.xml.xerces_writerImpl with parameters of type NESTSequentialWorkflowObject Modifier and Type Method Description protected voidNESTSequentialWorkflowWriterImpl. writeNESTSequentialWorkflow(NESTSequentialWorkflowObject value, XMLSchemaBasedWriter writer)Writes the given NESTGraph-object into the XMLWriter. -
Uses of NESTSequentialWorkflowObject in de.uni_trier.wi2.procake.data.object.nest.impl
Classes in de.uni_trier.wi2.procake.data.object.nest.impl that implement NESTSequentialWorkflowObject Modifier and Type Class Description classNESTSequentialWorkflowObjectImpl -
Uses of NESTSequentialWorkflowObject in de.uni_trier.wi2.procake.similarity.nest.sequence.utils
Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils with parameters of type NESTSequentialWorkflowObject Modifier and Type Method Description voidDP. computeSimilarity(NESTSequentialWorkflowObject newCaseRes)Compute the similarity by performing dp on the initial query tasks and new case tasks.static DTWImplDTW. newDTWCalculation(NESTSequentialWorkflowObject queryRes, NESTSequentialWorkflowObject caseRes)initiate a new DTW Calculation on query and case tasks.static SWAImplSWA. newSWACalculation(NESTSequentialWorkflowObject queryRes, NESTSequentialWorkflowObject caseRes)initiate a new SWA Calculation on query and case tasks.voidDP. setCase(NESTSequentialWorkflowObject caseRes)Set a new case to be compared to the query. -
Uses of NESTSequentialWorkflowObject in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl
Methods in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl with parameters of type NESTSequentialWorkflowObject Modifier and Type Method Description voidDPImpl. computeSimilarity(NESTSequentialWorkflowObject newCaseRes)voidDPImpl. setCase(NESTSequentialWorkflowObject caseRes)Constructors in de.uni_trier.wi2.procake.similarity.nest.sequence.utils.impl with parameters of type NESTSequentialWorkflowObject Constructor Description DPImpl(NESTSequentialWorkflowObject queryRes)DPImpl(NESTSequentialWorkflowObject queryRes, NESTSequentialWorkflowObject caseRes)
-