Uses of Class
org.processmining.framework.models.epcpack.EPC

Packages that use EPC
org.processmining.framework.models.epcpack EPC model. 
org.processmining.importing.aml   
org.processmining.importing.ppmgraphformat   
 

Uses of EPC in org.processmining.framework.models.epcpack
 

Subclasses of EPC in org.processmining.framework.models.epcpack
 class InstanceEPC
          Title:
 

Methods in org.processmining.framework.models.epcpack that return EPC
 EPC ConfigurableEPC.applyConfiguration(ConfigurableEPCConfiguration config)
          applyConfiguration applies the configuration of this configurable epc, thus yielding a new EPC, note that config.isComplete() should be true.
 EPC ConfigurableEPC.applyCurrentConfiguration()
          applyConfiguration applies the current configuration of this configurable epc, thus yielding a new EPC.
 EPC ConfigurableEPC.applyFirstCompleteConfiguration()
          applyConfiguration applies the current configuration of this configurable epc, thus yielding a new EPC.
 

Uses of EPC in org.processmining.importing.aml
 

Methods in org.processmining.importing.aml that return EPC
static EPC amlImport.read(org.w3c.dom.Node node, java.util.HashMap ObjDef_Name, java.util.HashMap ObjDef_LinkId, java.util.HashMap function_LinkId, java.lang.String ModelName)
           
 

Uses of EPC in org.processmining.importing.ppmgraphformat
 

Methods in org.processmining.importing.ppmgraphformat that return EPC
 EPC PPMGraphFormatImport.read(org.w3c.dom.Node node)