Uses of Interface
pl.edu.agh.cast.common.IReplicable

Packages that use IReplicable
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.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 IReplicable in pl.edu.agh.cast.data.model
 

Subinterfaces of IReplicable in pl.edu.agh.cast.data.model
 interface IElement
          Interface of data element.
 interface IReference<T extends Identifiable>
          Interface of reference to Identifiable object.
 interface IReferenceList<T extends Identifiable>
          Interface of list of references to Identifiable objects.
 

Classes in pl.edu.agh.cast.data.model that implement IReplicable
 class AbstractElement
          Abstract implementation of IElement.
 

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

Subinterfaces of IReplicable in pl.edu.agh.cast.data.model.domain
 interface IDomainElement
          Interface of every domain specific element.
 

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

Subinterfaces of IReplicable 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 IReplicable
 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 IReplicable in pl.edu.agh.cast.data.model.presentation
 

Subinterfaces of IReplicable in pl.edu.agh.cast.data.model.presentation
 interface IPresentationElement<T extends IElement>
          The interface of elements of the abstract presentation model.
 

Classes in pl.edu.agh.cast.data.model.presentation that implement IReplicable
 class PresentationElement<T extends IElement>
          PresentationElement is a base class for elements of presentation models such as schema nodes or time-lines.
 

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

Subinterfaces of IReplicable in pl.edu.agh.cast.data.model.visual
 interface IVisualElement<M extends IPresentationElement<? extends IElement>>
          An interface which describes an element from visual model, for more detail see IVisualDataSet.
 

Classes in pl.edu.agh.cast.data.model.visual that implement IReplicable
 class VisualElement<M extends IPresentationElement<? extends IElement>>
          Abstract implementation of IVisualElement.
 

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

Subinterfaces of IReplicable in pl.edu.agh.cast.schema.model.presentation
 interface ISchemaConnection
          Interface which describes a single connection between two SchemaNode objects in a schema diagram.
 interface ISchemaElement<T extends IElement>
          The interface marks classes which belong to the time-line presentation model, that is classes whose instances may be included in the SchemaDataSet.
 interface ISchemaNode
          Interface which describes node of schema diagram.
 

Classes in pl.edu.agh.cast.schema.model.presentation that implement IReplicable
 class SchemaConnection
          Default implementation of ISchemaConnection.
 class SchemaNode
          Default implementation of ISchemaNode.
 

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

Subinterfaces of IReplicable in pl.edu.agh.cast.schema.model.visual
 interface IVisualSchemaConnection
          The visual schema connection is part of schema visual model.
 interface IVisualSchemaElement<T extends ISchemaElement<? extends IElement>>
          The visual schema element interface represents elements which may belong to a visual schema data set.
 interface IVisualSchemaNode
          The visual schema node is part of schema visual model.
 

Classes in pl.edu.agh.cast.schema.model.visual that implement IReplicable
 class VisualSchemaConnection
          The default implementation of IVisualSchemaConnection.
 class VisualSchemaNode
          The default implementation of IVisualSchemaNode.
 



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