| Package | Description |
|---|---|
| org.processmining.persistence.Dao | |
| org.processmining.persistence.DTO |
| Modifier and Type | Method and Description |
|---|---|
AttributeEntityPK |
LogDao.getAttributeIdByKeyType(java.lang.String attr_key,
java.lang.String attr_type) |
AttributeEntityPK |
LogDaoImpl.getAttributeIdByKeyType(java.lang.String attr_key,
java.lang.String attr_type) |
| Modifier and Type | Method and Description |
|---|---|
void |
CausalActivityDAOStoredProcImpl.firstDirectFollow(LogEntityPK logEntityPK,
AttributeEntityPK[] attributeEntityPKs) |
void |
CausalActivityDAOStoredProcImpl.makeAbstractLog(LogEntityPK logEntityPK,
AttributeEntityPK[] classifier) |
void |
CausalActivityDao.makeAbstractLog(LogEntityPK logEntityPK,
AttributeEntityPK[] classifier) |
void |
CausalActivityDAOStoredProcImpl.updateDirectFollowGraph(java.lang.String tableName,
LogEntityPK logEntityPK,
AttributeEntityPK[] classifier)
extract abstract information of log based on set of event attributes
|
void |
CausalActivityDao.updateDirectFollowGraph(java.lang.String tableName,
LogEntityPK logEntityPK,
AttributeEntityPK[] classifier) |
| Modifier and Type | Method and Description |
|---|---|
AttributeEntityPK |
AttributeEntity.getAttributeEntityPK() |