Interface IntegrityEvent

All Known Implementing Classes:
AbstractIntegrityEvent, AspectsIntegrityEvent, AssocSourceMultiplicityIntegrityEvent, AssocSourceTypeIntegrityEvent, AssocTargetMultiplicityIntegrityEvent, AssocTargetRoleIntegrityEvent, AssocTargetTypeIntegrityEvent, PropertiesIntegrityEvent

public interface IntegrityEvent
Stores information for all events in the system
Author:
Derek Hulley
  • Method Details

    • checkIntegrity

      void checkIntegrity(List<IntegrityRecord> eventResults)
      Checks integrity pertinent to the event
      Parameters:
      eventResults - the list of event results that can be added to
    • getTraces

      List<StackTraceElement[]> getTraces()
    • addTrace

      void addTrace(StackTraceElement[] trace)