Uses of Interface
pl.edu.agh.cast.data.model.general.IOneToOneRelation

Packages that use IOneToOneRelation
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 IOneToOneRelation in pl.edu.agh.cast.data.converter.gdm2schema
 

Method parameters in pl.edu.agh.cast.data.converter.gdm2schema with type arguments of type IOneToOneRelation
static void GDM2SchemaConverterUtil.aggregateOneToOneRelations(ISchemaConnection connection, Collection<? extends IOneToOneRelation> relations)
          Aggregates the values from given collection of one-to-one relations and sets them as custom properties in given schema connection.
 

Uses of IOneToOneRelation in pl.edu.agh.cast.data.model.general
 

Subinterfaces of IOneToOneRelation 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 IOneToOneRelation
 class OneToOneRelation
          Default implementation of IOneToOneRelation interface.
 class TimedOneToOneRelation
          Default implementation of ITimedOneToOneRelation used in GeneralDataSet.
 



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