public class ValidationResult extends Object
| Constructor and Description |
|---|
ValidationResult() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
add(Invalidity invalidity) |
boolean |
equals(Object obj) |
Collection<Invalidity> |
getInvalidities()
Returns all invalidities which have been found while checking the model.
|
int |
hashCode() |
boolean |
isValid()
Returns whether the checked model is valid or not.
|
String |
toString() |
public Collection<Invalidity> getInvalidities()
protected void add(Invalidity invalidity)
public boolean isValid()
Copyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.