org.activemath.webapp.tools.data
Class Gap.StructuralErrors

java.lang.Object
  extended by org.activemath.webapp.tools.data.Gap.StructuralErrors
Enclosing class:
Gap

public class Gap.StructuralErrors
extends Object

Nested class for storing structural errors


Constructor Summary
Gap.StructuralErrors()
           
 
Method Summary
 HashSet<String> getNonExistingPointers()
           
 boolean hasStructuralErrors()
          for convenience
 boolean isHasNoForAttribute()
           
 boolean isHasNoForRelation()
           
 boolean isSelfReferencing()
           
 boolean isUnloadable()
           
 void setHasNoForAttribute(boolean hasNoForAttribute)
           
 void setHasNoForRelation(boolean hasNoForRelation)
           
 void setNonExistingPointers(HashSet<String> nonExistingPointers)
           
 void setSelfReferencing(boolean isSelfReferencing)
           
 void setUnloadable(boolean isUnloadable)
           
 void updateFromGap(Gap gap)
          Append a gap's structural errors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gap.StructuralErrors

public Gap.StructuralErrors()
Method Detail

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)