Class AggPNBehavioralAnalysisResult
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,java.lang.Object>
-
- 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
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringBOUNDEDNESSstatic java.lang.StringDEADTRANSITIONSstatic java.lang.StringHOMEMARKINGSETstatic java.lang.StringLIVENESS
-
Constructor Summary
Constructors Constructor Description AggPNBehavioralAnalysisResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-