|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDomainElement | |
---|---|
pl.edu.agh.cast.data.model.domain | Provides base interfaces for all domain models. |
pl.edu.agh.cast.data.model.general | In this package the General Domain Model is defined. |
pl.edu.agh.cast.importer.base.converter | Provides CAST Importer base classes used for the data conversion during the import process. |
pl.edu.agh.cast.importer.base.process | Provides CAST Importer ImportProcess class. |
Uses of IDomainElement in pl.edu.agh.cast.data.model.domain |
---|
Classes in pl.edu.agh.cast.data.model.domain with type parameters of type IDomainElement | |
---|---|
class |
DomainDataSet<T extends IDomainElement>
Abstract data set of domain specific models. |
interface |
IDomainDataSet<T extends IDomainElement>
Interface of domain specific data set. |
Uses of IDomainElement in pl.edu.agh.cast.data.model.general |
---|
Subinterfaces of IDomainElement in pl.edu.agh.cast.data.model.general | |
---|---|
interface |
IEntity
An interface of an entity. |
interface |
IGeneralElement
An interface of all elements that are allowed in the General Domain Model. |
interface |
IManyToManyRelation
An interface of many-to-many relations which may have multiple source and target entities. |
interface |
IOneToOneRelation
An interface of one-to-one relations which have exactly one source and exactly one target entity. |
interface |
ITimedManyToManyRelation
An interface of many-to-many relations which took place in time. |
interface |
ITimedOneToOneRelation
An interface of one-to-one relations which took place in time. |
Classes in pl.edu.agh.cast.data.model.general that implement IDomainElement | |
---|---|
class |
Entity
Default implementation of IEntity interface. |
class |
ManyToManyRelation
Default implementation of IManyToManyRelation interface. |
class |
OneToOneRelation
Default implementation of IOneToOneRelation interface. |
class |
TimedManyToManyRelation
Default implementation of ITimedManyToManyRelation interface. |
class |
TimedOneToOneRelation
Default implementation of ITimedOneToOneRelation used in GeneralDataSet . |
Uses of IDomainElement in pl.edu.agh.cast.importer.base.converter |
---|
Methods in pl.edu.agh.cast.importer.base.converter that return types with arguments of type IDomainElement | |
---|---|
List<IDataSet<IDomainElement>> |
AbstractImportConverter.convert(List<TabularData> tabDatas,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
List<IDataSet<IDomainElement>> |
IImportConverter.convert(List<TabularData> tabularDatas,
org.eclipse.core.runtime.IProgressMonitor monitor)
Converts tabular data into data sets. |
Uses of IDomainElement in pl.edu.agh.cast.importer.base.process |
---|
Fields in pl.edu.agh.cast.importer.base.process with type parameters of type IDomainElement | |
---|---|
protected List<IDataSet<IDomainElement>> |
ImportProcess.convertedData
Converted data, i.e. |
Methods in pl.edu.agh.cast.importer.base.process that return types with arguments of type IDomainElement | |
---|---|
List<IDataSet<IDomainElement>> |
ImportProcess.getConvertedData()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |