Package pl.edu.agh.cast.model.base

Provides base model classes and interfaces.

See:
          Description

Interface Summary
IDataLoader Interface for data loaders which convert data into specified model.
IDataProvider IDataProvider is an interface used for acquiring relational data to calculate statistic on it ( IStatisticsProvider).
IDataSet The DataSet interface represents the set of data (i.e.
IEntity The IEntity interface represents the model elements which are displayed in diagrams as entities (i.e.
IModel The model interface represents single unit of work.
IRelation The IRelation interface represents relations, which are by default displayed as connection between entities.
ITimedRelation Represents relations which have the "date" attribute.
 

Class Summary
AbstractDataLoaderWithStatistics  
AbstractModelDataLoader Implementation of abstract model loader which converts input data into data sets with TimedRelation between Entities.
BasePlugin The activator class controls the plug-in life cycle.
DataImporter Deprecated.  
DataSet The default implementation of the IDataSet interface.
Entity Default IEntity implementation.
Model Default implementation of the IModel interface.
Relation The default implementation of the IRelation interface.
TimedRelation The timed relation represents relation with assigned date.
 

Package pl.edu.agh.cast.model.base Description

Provides base model classes and interfaces. They are used mainly for exchanging data between domain models and visualization component.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.