|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplicationException | |
|---|---|
| pl.edu.agh.cast.common | Provides CAST commonly used interfaces and classes. |
| pl.edu.agh.cast.data.model | Provides CAST Data Model's entry level classes. |
| 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 ReplicationException in pl.edu.agh.cast.common |
|---|
| Methods in pl.edu.agh.cast.common that throw ReplicationException | |
|---|---|
Object |
IReplicable.replicate()
Returns a replicated instance of this instance. |
Object |
IReplicable.replicateTo(Object replica)
Replicates this instance state to given replica object. |
| Uses of ReplicationException in pl.edu.agh.cast.data.model |
|---|
| Methods in pl.edu.agh.cast.data.model that throw ReplicationException | |
|---|---|
AbstractElement |
AbstractElement.replicate()
Returns a replicated instance of this instance. |
AbstractElement |
AbstractElement.replicateTo(Object replica)
Replicates this instance state to given replica object. |
| Uses of ReplicationException in pl.edu.agh.cast.data.model.general |
|---|
| Methods in pl.edu.agh.cast.data.model.general that throw ReplicationException | |
|---|---|
ManyToManyRelation |
ManyToManyRelation.replicate()
Returns a replicated instance of this instance. |
TimedOneToOneRelation |
TimedOneToOneRelation.replicate()
Returns a replicated instance of this instance. |
OneToOneRelation |
OneToOneRelation.replicate()
Returns a replicated instance of this instance. |
TimedManyToManyRelation |
TimedManyToManyRelation.replicate()
Returns a replicated instance of this instance. |
Entity |
Entity.replicate()
Returns a replicated instance of this instance. |
ManyToManyRelation |
ManyToManyRelation.replicateTo(Object replica)
Replicates this instance state to given replica object. |
TimedOneToOneRelation |
TimedOneToOneRelation.replicateTo(Object replica)
Replicates this instance state to given replica object. |
OneToOneRelation |
OneToOneRelation.replicateTo(Object replica)
Replicates this instance state to given replica object. |
TimedManyToManyRelation |
TimedManyToManyRelation.replicateTo(Object replica)
Replicates this instance state to given replica object. |
Entity |
Entity.replicateTo(Object replica)
Replicates this instance state to given replica object. |
| Uses of ReplicationException in pl.edu.agh.cast.data.model.presentation |
|---|
| Methods in pl.edu.agh.cast.data.model.presentation that throw ReplicationException | |
|---|---|
PresentationElement<T> |
PresentationElement.replicateTo(Object replica)
Replicates this instance state to given replica object. |
| Uses of ReplicationException in pl.edu.agh.cast.data.model.visual |
|---|
| Methods in pl.edu.agh.cast.data.model.visual that throw ReplicationException | |
|---|---|
VisualElement<M> |
VisualElement.replicateTo(Object replica)
Replicates this instance state to given replica object. |
| Uses of ReplicationException in pl.edu.agh.cast.schema.model.presentation |
|---|
| Methods in pl.edu.agh.cast.schema.model.presentation that throw ReplicationException | |
|---|---|
SchemaConnection |
SchemaConnection.replicate()
Returns a replicated instance of this instance. |
SchemaNode |
SchemaNode.replicate()
Returns a replicated instance of this instance. |
SchemaConnection |
SchemaConnection.replicateTo(Object replica)
Replicates this instance state to given replica object. |
SchemaNode |
SchemaNode.replicateTo(Object replica)
Replicates this instance state to given replica object. |
| Uses of ReplicationException in pl.edu.agh.cast.schema.model.visual |
|---|
| Methods in pl.edu.agh.cast.schema.model.visual that throw ReplicationException | |
|---|---|
VisualSchemaNode |
VisualSchemaNode.replicate()
Returns a replicated instance of this instance. |
VisualSchemaConnection |
VisualSchemaConnection.replicate()
Returns a replicated instance of this instance. |
VisualSchemaNode |
VisualSchemaNode.replicateTo(Object replica)
Replicates this instance state to given replica object. |
VisualSchemaConnection |
VisualSchemaConnection.replicateTo(Object replica)
Replicates this instance state to given replica object. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||