|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ISchemaConnection | |
---|---|
pl.edu.agh.cast.data.converter.gdm2schema | Provides Converter from General Domain model to Schema model. |
pl.edu.agh.cast.schema.editor.command | Defines available commands used in schema editor. |
pl.edu.agh.cast.schema.editor.editpart | Provides GEF edit parts for schema editor. |
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 ISchemaConnection in pl.edu.agh.cast.data.converter.gdm2schema |
---|
Methods in pl.edu.agh.cast.data.converter.gdm2schema with parameters of type ISchemaConnection | |
---|---|
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. |
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. |
static void |
GDM2SchemaConverterUtil.aggregateTimedManyToManyRelations(ISchemaConnection connection,
Collection<? extends ITimedManyToManyRelation> relations)
Aggregates the values from given collection of timed many-to-many relations and sets them as custom properties in given schema connection. |
static void |
GDM2SchemaConverterUtil.aggregateTimedOneToOneRelations(ISchemaConnection connection,
Collection<? extends ITimedOneToOneRelation> relations)
Aggregates the values from given collection of timed one-to-one relations and sets them as custom properties in given schema connection. |
Uses of ISchemaConnection in pl.edu.agh.cast.schema.editor.command |
---|
Methods in pl.edu.agh.cast.schema.editor.command with parameters of type ISchemaConnection | |
---|---|
void |
DeleteElementsCommand.add(ISchemaConnection connection)
Adds ISchemaConnection to remove. |
Constructors in pl.edu.agh.cast.schema.editor.command with parameters of type ISchemaConnection | |
---|---|
AddConnectionCommand(ISchemaDataSet modelDataSet,
ISchemaConnection connection,
ISchemaNode source,
ISchemaNode target)
Constructor. |
Uses of ISchemaConnection in pl.edu.agh.cast.schema.editor.editpart |
---|
Methods in pl.edu.agh.cast.schema.editor.editpart that return types with arguments of type ISchemaConnection | |
---|---|
List<ISchemaConnection> |
SchemaNodeEditPart.getModelSourceConnections()
|
List<ISchemaConnection> |
SchemaNodeEditPart.getModelTargetConnections()
|
Constructors in pl.edu.agh.cast.schema.editor.editpart with parameters of type ISchemaConnection | |
---|---|
SchemaConnectionEditPart(ISchemaConnection connection)
Constructor. |
Uses of ISchemaConnection in pl.edu.agh.cast.schema.model.presentation |
---|
Classes in pl.edu.agh.cast.schema.model.presentation that implement ISchemaConnection | |
---|---|
class |
SchemaConnection
Default implementation of ISchemaConnection . |
Methods in pl.edu.agh.cast.schema.model.presentation that return types with arguments of type ISchemaConnection | |
---|---|
Collection<ISchemaConnection> |
SchemaDataSet.getConnections()
Gets all connections in data set. |
Collection<ISchemaConnection> |
ISchemaDataSet.getConnections()
Gets all connections in data set. |
List<? extends ISchemaConnection> |
ISchemaNode.getConnections()
Gets all connections associated with this node. |
List<? extends ISchemaConnection> |
SchemaNode.getConnections()
Gets all connections associated with this node. |
Methods in pl.edu.agh.cast.schema.model.presentation with parameters of type ISchemaConnection | |
---|---|
void |
ISchemaNode.addConnection(ISchemaConnection connection)
Adds connection to this node. |
void |
SchemaNode.addConnection(ISchemaConnection connection)
Adds connection to this node. |
boolean |
ISchemaNode.removeConnection(ISchemaConnection connection)
Removes specified connection from this node. |
boolean |
SchemaNode.removeConnection(ISchemaConnection connection)
Removes specified connection from this node. |
Method parameters in pl.edu.agh.cast.schema.model.presentation with type arguments of type ISchemaConnection | |
---|---|
void |
ISchemaNode.addAllConnections(Collection<? extends ISchemaConnection> connectionsToAdd)
Adds connections from collection to this node. |
void |
SchemaNode.addAllConnections(Collection<? extends ISchemaConnection> connectionsToAdd)
Adds connections from collection to this node. |
boolean |
ISchemaNode.removeAllConnections(Collection<? extends ISchemaConnection> connectionsToRemove)
Removes connections from collection to this node. |
boolean |
SchemaNode.removeAllConnections(Collection<? extends ISchemaConnection> connectionsToRemove)
Removes connections from collection to this node. |
Uses of ISchemaConnection in pl.edu.agh.cast.schema.model.visual |
---|
Constructors in pl.edu.agh.cast.schema.model.visual with parameters of type ISchemaConnection | |
---|---|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
ISchemaConnection elementReference)
The public constructor which wraps the schema connection. |
|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
IVisualSchemaNode visualSourceNode,
IVisualSchemaNode visualTargetNode,
ISchemaConnection connection)
Constructor for creating new visual connection associated to given connection. |
|
VisualSchemaConnection(IVisualSchemaDataSet dataSet,
Type type,
ISchemaConnection elementReference)
The constructor for subclasses which wraps the schema connection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |