org.processmining.models.graphbased.directed.petrinet.analysis
Class AggPNBehavioralAnalysisResult

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by org.processmining.models.graphbased.directed.petrinet.analysis.AggPNBehavioralAnalysisResult
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class AggPNBehavioralAnalysisResult
extends java.util.HashMap<java.lang.String,java.lang.Object>

Version:
May 28, 2010
Author:
Arya Adriansyah
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Field Summary
static java.lang.String BOUNDEDNESS
           
static java.lang.String DEADTRANSITIONS
           
static java.lang.String HOMEMARKINGSET
           
static java.lang.String LIVENESS
           
 
Constructor Summary
AggPNBehavioralAnalysisResult()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
hashCode
 

Field Detail

DEADTRANSITIONS

public static java.lang.String DEADTRANSITIONS

BOUNDEDNESS

public static java.lang.String BOUNDEDNESS

HOMEMARKINGSET

public static java.lang.String HOMEMARKINGSET

LIVENESS

public static java.lang.String LIVENESS
Constructor Detail

AggPNBehavioralAnalysisResult

public AggPNBehavioralAnalysisResult()
Method Detail

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface java.util.Map<java.lang.String,java.lang.Object>
Overrides:
equals in class java.util.AbstractMap<java.lang.String,java.lang.Object>