Class ValidationResults
java.lang.Object
java.util.AbstractMap<K,V>
java.util.IdentityHashMap<Object,Collection<UnsatisfiedConstraint>>
org.eclipse.epsilon.evl.emf.validation.ValidationResults
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,
Collection<UnsatisfiedConstraint>>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
-
Method Summary
Methods inherited from class java.util.IdentityHashMap
clear, clone, containsKey, containsValue, entrySet, equals, forEach, get, hashCode, isEmpty, keySet, put, putAll, remove, replaceAll, size, values
Methods inherited from class java.util.AbstractMap
toString
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, remove, replace, replace
-
Constructor Details
-
ValidationResults
public ValidationResults()
-