org.processmining.framework.log.classic
Class ModelElementClassic

java.lang.Object
  extended by org.processmining.framework.log.classic.ModelElementClassic
All Implemented Interfaces:
ModelElement

public class ModelElementClassic
extends java.lang.Object
implements ModelElement

Version:
1.0
Author:
Peter van den Brand

Constructor Summary
ModelElementClassic(java.lang.String name)
           
 
Method Summary
 java.util.Set<AuditTrailEntry> getInstances()
          Returns the set of audit trail entries which are instances of this model element
 ModelElementInstancesClassic getModelElementInstances()
           
 java.lang.String getName()
          Retrieves the name of this model element.
 java.lang.String toString()
          Returns a string representation of this model element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelElementClassic

public ModelElementClassic(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Description copied from interface: ModelElement
Retrieves the name of this model element.

Specified by:
getName in interface ModelElement
Returns:

getModelElementInstances

public ModelElementInstancesClassic getModelElementInstances()

toString

public java.lang.String toString()
Description copied from interface: ModelElement
Returns a string representation of this model element.

Specified by:
toString in interface ModelElement
Overrides:
toString in class java.lang.Object

getInstances

public java.util.Set<AuditTrailEntry> getInstances()
Description copied from interface: ModelElement
Returns the set of audit trail entries which are instances of this model element

Specified by:
getInstances in interface ModelElement
Returns: