public interface ConnectionChangeFactory<S,T>
Change
to add a ConnectionModel
.Modifier and Type | Method and Description |
---|---|
Change<?> |
createChange(S source,
T target,
org.eclipse.gef.requests.CreateConnectionRequest request)
Creates a
Change to add a ConnectionModel between the
source and target. |
Change<?> createChange(S source, T target, org.eclipse.gef.requests.CreateConnectionRequest request)
Change
to add a ConnectionModel
between the
source and target.source
- Source Model
of the ConnectionModel
.target
- Target Model
of the ConnectionModel
.request
- CreateConnectionRequest
.Change
to add a ConnectionModel
between the
source and target.Copyright © 2005–2016. All rights reserved.