| Package | Description |
|---|---|
| de.tesis.dynaware.grapheditor.model | |
| de.tesis.dynaware.grapheditor.model.impl | |
| de.tesis.dynaware.grapheditor.model.util |
| Modifier and Type | Method and Description |
|---|---|
GConnection |
GraphFactory.createGConnection()
Returns a new object of class 'GConnection'.
|
GConnection |
GJoint.getConnection()
Returns the value of the 'Connection' container reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GConnection> |
GModel.getConnections()
Returns the value of the 'Connections' containment reference list.
|
org.eclipse.emf.common.util.EList<GConnection> |
GConnector.getConnections()
Returns the value of the 'Connections' reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GJoint.setConnection(GConnection value)
Sets the value of the '
Connection' container reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
GConnectionImpl
An implementation of the model object 'GConnection'.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<GConnection> |
GModelImpl.connections
The cached value of the '
Connections' containment reference list. |
protected org.eclipse.emf.common.util.EList<GConnection> |
GConnectorImpl.connections
The cached value of the '
Connections' reference list. |
| Modifier and Type | Method and Description |
|---|---|
GConnection |
GraphFactoryImpl.createGConnection() |
GConnection |
GJointImpl.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GConnection> |
GModelImpl.getConnections() |
org.eclipse.emf.common.util.EList<GConnection> |
GConnectorImpl.getConnections() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
GJointImpl.basicSetConnection(GConnection newConnection,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
GJointImpl.setConnection(GConnection newConnection) |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphSwitch.caseGConnection(GConnection object)
Returns the result of interpreting the object as an instance of 'GConnection'.
|
boolean |
GraphValidator.validateGConnection(GConnection gConnection,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2014 TESIS DYNAware. All Rights Reserved.