|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ITimedManyToManyRelation | |
|---|---|
| pl.edu.agh.cast.data.converter.gdm2schema | Provides Converter from General Domain model to Schema model. |
| pl.edu.agh.cast.data.model.general | In this package the General Domain Model is defined. |
| Uses of ITimedManyToManyRelation in pl.edu.agh.cast.data.converter.gdm2schema |
|---|
| Method parameters in pl.edu.agh.cast.data.converter.gdm2schema with type arguments of type ITimedManyToManyRelation | |
|---|---|
static void |
GDM2SchemaConverterUtil.aggregateTimedManyToManyRelations(ISchemaConnection connection,
Collection<? extends ITimedManyToManyRelation> relations)
Aggregates the values from given collection of timed many-to-many relations and sets them as custom properties in given schema connection. |
| Uses of ITimedManyToManyRelation in pl.edu.agh.cast.data.model.general |
|---|
| Subinterfaces of ITimedManyToManyRelation in pl.edu.agh.cast.data.model.general | |
|---|---|
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 ITimedManyToManyRelation | |
|---|---|
class |
TimedManyToManyRelation
Default implementation of ITimedManyToManyRelation interface. |
class |
TimedOneToOneRelation
Default implementation of ITimedOneToOneRelation used in GeneralDataSet. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||