org.activemath.webapp.tools.data
Class Gap.StructuralErrors
java.lang.Object
org.activemath.webapp.tools.data.Gap.StructuralErrors
- Enclosing class:
- Gap
public class Gap.StructuralErrors
- extends Object
Nested class for storing structural errors
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gap.StructuralErrors
public Gap.StructuralErrors()
hasStructuralErrors
public boolean hasStructuralErrors()
- for convenience
updateFromGap
public void updateFromGap(Gap gap)
- Append a gap's structural errors
isSelfReferencing
public boolean isSelfReferencing()
setSelfReferencing
public void setSelfReferencing(boolean isSelfReferencing)
isHasNoForRelation
public boolean isHasNoForRelation()
setHasNoForRelation
public void setHasNoForRelation(boolean hasNoForRelation)
isHasNoForAttribute
public boolean isHasNoForAttribute()
setHasNoForAttribute
public void setHasNoForAttribute(boolean hasNoForAttribute)
isUnloadable
public boolean isUnloadable()
setUnloadable
public void setUnloadable(boolean isUnloadable)
getNonExistingPointers
public HashSet<String> getNonExistingPointers()
setNonExistingPointers
public void setNonExistingPointers(HashSet<String> nonExistingPointers)