| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IManyToManyRelation | |
|---|---|
| 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. | 
| pl.edu.agh.cast.dataview.column.provider.impl | |
| Uses of IManyToManyRelation in pl.edu.agh.cast.data.converter.gdm2schema | 
|---|
| Method parameters in pl.edu.agh.cast.data.converter.gdm2schema with type arguments of type IManyToManyRelation | |
|---|---|
static void | 
GDM2SchemaConverterUtil.aggregateManyToManyRelations(ISchemaConnection connection,
                             Collection<? extends IManyToManyRelation> relations)
Aggregates the values from given collection of many-to-many relations and sets them as custom properties in given schema connection.  | 
| Uses of IManyToManyRelation in pl.edu.agh.cast.data.model.general | 
|---|
| Subinterfaces of IManyToManyRelation in pl.edu.agh.cast.data.model.general | |
|---|---|
 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 IManyToManyRelation | |
|---|---|
 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. | 
| Methods in pl.edu.agh.cast.data.model.general that return types with arguments of type IManyToManyRelation | |
|---|---|
 List<? extends IManyToManyRelation> | 
IEntity.getIncomingRelations()
Returns the list of incoming relations associated with the entity.  | 
 List<? extends IManyToManyRelation> | 
Entity.getIncomingRelations()
Returns the list of incoming relations associated with the entity.  | 
 List<? extends IManyToManyRelation> | 
IEntity.getOutgoingRelations()
Returns the list of outgoing relations associated with the entity.  | 
 List<? extends IManyToManyRelation> | 
Entity.getOutgoingRelations()
Returns the list of outgoing relations associated with the entity.  | 
 Collection<IManyToManyRelation> | 
IGeneralDataSet.getRelations()
Returns all relations (many-to-many) contained in the data set.  | 
 Collection<IManyToManyRelation> | 
GeneralDataSet.getRelations()
Returns all relations (many-to-many) contained in the data set.  | 
| Methods in pl.edu.agh.cast.data.model.general with parameters of type IManyToManyRelation | |
|---|---|
 void | 
IEntity.addIncomingRelation(IManyToManyRelation relation)
Adds a new incoming relation to the entity, if not present.  | 
 void | 
Entity.addIncomingRelation(IManyToManyRelation relation)
Adds a new incoming relation to the entity, if not present.  | 
 void | 
IEntity.addOutgoingRelation(IManyToManyRelation relation)
Adds a new outgoing relation to the entity, if not present.  | 
 void | 
Entity.addOutgoingRelation(IManyToManyRelation relation)
Adds a new outgoing relation to the entity, if not present.  | 
 boolean | 
IEntity.removeIncomingRelation(IManyToManyRelation relation)
Removes the specified incoming relation from the entity.  | 
 boolean | 
Entity.removeIncomingRelation(IManyToManyRelation relation)
Removes the specified incoming relation from the entity.  | 
 boolean | 
IEntity.removeOutgoingRelation(IManyToManyRelation relation)
Removes the specified outgoing relation from the entity.  | 
 boolean | 
Entity.removeOutgoingRelation(IManyToManyRelation relation)
Removes the specified outgoing relation from the entity.  | 
| Method parameters in pl.edu.agh.cast.data.model.general with type arguments of type IManyToManyRelation | |
|---|---|
 void | 
IEntity.setIncomingRelations(List<? extends IManyToManyRelation> relations)
Sets the list of incoming relations associated with the entity.  | 
 void | 
Entity.setIncomingRelations(List<? extends IManyToManyRelation> relations)
Sets the list of incoming relations associated with the entity.  | 
 void | 
IEntity.setOutgoingRelations(List<? extends IManyToManyRelation> relations)
Sets the list of outgoing relations associated with the entity.  | 
 void | 
Entity.setOutgoingRelations(List<? extends IManyToManyRelation> relations)
Sets the list of outgoing relations associated with the entity.  | 
| Constructor parameters in pl.edu.agh.cast.data.model.general with type arguments of type IManyToManyRelation | |
|---|---|
Entity(Type type,
       UUID id,
       String name,
       List<IManyToManyRelation> incomingRelations,
       List<IManyToManyRelation> outgoingRelations)
Initializes element with given type, ID, data set, name and incoming and outgoing relations.  | 
|
Entity(Type type,
       UUID id,
       String name,
       List<IManyToManyRelation> incomingRelations,
       List<IManyToManyRelation> outgoingRelations)
Initializes element with given type, ID, data set, name and incoming and outgoing relations.  | 
|
Entity(UUID id,
       IGeneralDataSet<? extends IGeneralElement> dataSet,
       String name,
       List<IManyToManyRelation> incomingRelations,
       List<IManyToManyRelation> outgoingRelations)
Creates a new entity with given ID, data set, name and incoming and outgoing relations.  | 
|
Entity(UUID id,
       IGeneralDataSet<? extends IGeneralElement> dataSet,
       String name,
       List<IManyToManyRelation> incomingRelations,
       List<IManyToManyRelation> outgoingRelations)
Creates a new entity with given ID, data set, name and incoming and outgoing relations.  | 
|
Entity(UUID id,
       String name,
       List<IManyToManyRelation> incomingRelations,
       List<IManyToManyRelation> outgoingRelations)
Creates a new entity with given ID, data set, name and incoming and outgoing relations.  | 
|
Entity(UUID id,
       String name,
       List<IManyToManyRelation> incomingRelations,
       List<IManyToManyRelation> outgoingRelations)
Creates a new entity with given ID, data set, name and incoming and outgoing relations.  | 
|
| Uses of IManyToManyRelation in pl.edu.agh.cast.dataview.column.provider.impl | 
|---|
| Methods in pl.edu.agh.cast.dataview.column.provider.impl with parameters of type IManyToManyRelation | |
|---|---|
protected  Object | 
SourceColumnsValueProvider.getCellValue(IManyToManyRelation rowElement)
 | 
protected  Object | 
TargetColumnsValueProvider.getCellValue(IManyToManyRelation rowElement)
 | 
protected  Object | 
DirectedColumnValueProvider.getCellValue(IManyToManyRelation rowElement)
 | 
protected  Object | 
EndDateColumnValueProvider.getCellValue(IManyToManyRelation rowElement)
 | 
protected  Object | 
DurationColumnValueProvider.getCellValue(IManyToManyRelation rowElement)
 | 
protected  Object | 
StartDateColumnValueProvider.getCellValue(IManyToManyRelation rowElement)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||