org.processmining.framework.log
Interface ModelElement

All Known Implementing Classes:
LightweightModelElements.LightweightModelElement, ModelElementClassic

public interface ModelElement

Wraps a model element as having been observed in the log.

Author:
Christian W. Guenther (christian at deckfour dot org)

Method Summary
 java.util.Set<AuditTrailEntry> getInstances()
          Returns the set of audit trail entries which are instances of this model element
 java.lang.String getName()
          Retrieves the name of this model element.
 java.lang.String toString()
          Returns a string representation of this model element.
 

Method Detail

getName

java.lang.String getName()
Retrieves the name of this model element.

Returns:

toString

java.lang.String toString()
Returns a string representation of this model element.

Overrides:
toString in class java.lang.Object
Returns:

getInstances

java.util.Set<AuditTrailEntry> getInstances()
Returns the set of audit trail entries which are instances of this model element

Returns: