Uses of Class
pl.edu.agh.cast.data.model.property.PropertyContainer

Packages that use PropertyContainer
pl.edu.agh.cast.data.model Provides CAST Data Model's entry level classes. 
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.data.model.general.sample This package provides a General Domain Model data set with predefined sample elements. 
pl.edu.agh.cast.data.model.presentation Provides CAST presentation model, which is the base of models such as schema and time-line used in various specific visual editors. 
pl.edu.agh.cast.data.model.visual Provides CAST visual model, which is the base of visual models such as schema and time-line used in various specific visual editors. 
pl.edu.agh.cast.schema.model.presentation Provides CAST schema presentation model. 
pl.edu.agh.cast.schema.model.visual Provides CAST schema visual model. 
 

Uses of PropertyContainer in pl.edu.agh.cast.data.model
 

Subclasses of PropertyContainer in pl.edu.agh.cast.data.model
 class AbstractDataSet<T extends IElement>
          Abstract implementation of IDataSet.
 class AbstractElement
          Abstract implementation of IElement.
 

Uses of PropertyContainer in pl.edu.agh.cast.data.model.domain
 

Subclasses of PropertyContainer in pl.edu.agh.cast.data.model.domain
 class DomainDataSet<T extends IDomainElement>
          Abstract data set of domain specific models.
 

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

Subclasses of PropertyContainer in pl.edu.agh.cast.data.model.general
 class Entity
          Default implementation of IEntity interface.
 class GeneralDataSet<T extends IGeneralElement>
          Default implementation of IGeneralDataSet which contains IEntity objects connected with 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.
 

Uses of PropertyContainer in pl.edu.agh.cast.data.model.general.sample
 

Subclasses of PropertyContainer in pl.edu.agh.cast.data.model.general.sample
 class SampleGeneralDataSet
          A general domain data set initialized with sample data.
 

Uses of PropertyContainer in pl.edu.agh.cast.data.model.presentation
 

Subclasses of PropertyContainer in pl.edu.agh.cast.data.model.presentation
 class PresentationDataSet<T extends IPresentationElement<? extends IElement>>
          Abstract implementation of IPresentationDataSet.
 class PresentationElement<T extends IElement>
          PresentationElement is a base class for elements of presentation models such as schema nodes or time-lines.
 

Uses of PropertyContainer in pl.edu.agh.cast.data.model.visual
 

Subclasses of PropertyContainer in pl.edu.agh.cast.data.model.visual
 class VisualDataSet<T extends IVisualElement<? extends IPresentationElement<? extends IElement>>,M extends IPresentationDataSet<? extends IPresentationElement<? extends IElement>>>
          Abstract implementation of IVisualDataSet.
 class VisualElement<M extends IPresentationElement<? extends IElement>>
          Abstract implementation of IVisualElement.
 

Uses of PropertyContainer in pl.edu.agh.cast.schema.model.presentation
 

Subclasses of PropertyContainer in pl.edu.agh.cast.schema.model.presentation
 class SchemaConnection
          Default implementation of ISchemaConnection.
 class SchemaDataSet
          Data set which contains elements for a schema diagram.
 class SchemaNode
          Default implementation of ISchemaNode.
 

Uses of PropertyContainer in pl.edu.agh.cast.schema.model.visual
 

Subclasses of PropertyContainer in pl.edu.agh.cast.schema.model.visual
 class VisualSchemaConnection
          The default implementation of IVisualSchemaConnection.
 class VisualSchemaDataSet
          The default implementation of IVisualSchemaDataSet.
 class VisualSchemaNode
          The default implementation of IVisualSchemaNode.
 



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