Package | Description |
---|---|
prompt.roles.data | |
prompt.roles.plugins | |
prompt.roles.utils |
Modifier and Type | Method and Description |
---|---|
static RoleSet |
RoleSet.loadFromFile(java.io.File sourceFile)
This method loads a role set from a file
|
Modifier and Type | Method and Description |
---|---|
static void |
RoleSet.saveToFile(RoleSet roleSet,
java.io.File destinationFile)
This method saves a role set into a file
|
Modifier and Type | Method and Description |
---|---|
static org.processmining.models.graphbased.directed.bpmn.BPMNDiagram |
DecorateBPMNModel.decorateModel(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.bpmn.BPMNDiagram model,
RoleSet roles)
This method is the actual plugin
|
static org.processmining.models.graphbased.directed.petrinetwithdata.newImpl.PetriNetWithData |
DecorateDataPetriNet.decorateModel(org.processmining.contexts.uitopia.UIPluginContext context,
org.processmining.models.graphbased.directed.petrinetwithdata.newImpl.PetriNetWithData model,
RoleSet roles)
This method is the actual plugin
|
Modifier and Type | Method and Description |
---|---|
RoleSet |
RolesExtractor.connectedComponents(double tau_w)
This method extract the roles, as the connected components, after cutting
the edges with weight below the
tau_w threshold. |
RoleSet |
RolesExtractor.extractRoles(double tau_w,
double tau_rho)
This method perform the complete roles extraction.
|
Modifier and Type | Method and Description |
---|---|
static double |
Entropy.computeEntropy(RoleSet roles,
org.deckfour.xes.model.XLog log,
boolean considerUserFrequencies)
This method computes the entropy as described in the formula (3) of the
related paper ("Business Models Enhancement through Discovery of Roles",
CIDM 2013).
|