Interface ProjectConsumer

All Known Implementing Classes:
AbstractProject, CorruptedProject, PersistentStoreProject, Project

public interface ProjectConsumer
This interface identifies "environments" in which projects may be open and their data be consumed. All Projects are valid ProjectConsumers, in that, within an open project, it is possible to open other projects to compare/use their data in combination with their own data. There exists a special consumer, called SYSTEM that represents the system environment, when a project is opened as a primary project.
Author:
Manuel Fiorelli <fiorelli@info.uniroma2.it>, Armando Stellato <stellato@info.uniroma2.it>, Andrea Turbati <turbati@info.uniroma2.it>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ProjectConsumer
    SYSTEM is the default project consumer
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Field Details

    • SYSTEM

      static final ProjectConsumer SYSTEM
      SYSTEM is the default project consumer
  • Method Details