| 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 |
|---|---|
GConnector |
GraphFactory.createGConnector()
Returns a new object of class 'GConnector'.
|
GConnector |
GConnection.getSource()
Returns the value of the 'Source' reference.
|
GConnector |
GConnection.getTarget()
Returns the value of the 'Target' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GConnector> |
GConnectable.getConnectors()
Returns the value of the 'Connectors' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GConnection.setSource(GConnector value)
Sets the value of the '
Source' reference. |
void |
GConnection.setTarget(GConnector value)
Sets the value of the '
Target' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
GConnectorImpl
An implementation of the model object 'GConnector'.
|
| Modifier and Type | Field and Description |
|---|---|
protected GConnector |
GConnectionImpl.source
The cached value of the '
Source' reference. |
protected GConnector |
GConnectionImpl.target
The cached value of the '
Target' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<GConnector> |
GConnectableImpl.connectors
The cached value of the '
Connectors' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
GConnector |
GConnectionImpl.basicGetSource() |
GConnector |
GConnectionImpl.basicGetTarget() |
GConnector |
GraphFactoryImpl.createGConnector() |
GConnector |
GConnectionImpl.getSource() |
GConnector |
GConnectionImpl.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<GConnector> |
GConnectableImpl.getConnectors() |
| Modifier and Type | Method and Description |
|---|---|
void |
GConnectionImpl.setSource(GConnector newSource) |
void |
GConnectionImpl.setTarget(GConnector newTarget) |
| Modifier and Type | Method and Description |
|---|---|
T |
GraphSwitch.caseGConnector(GConnector object)
Returns the result of interpreting the object as an instance of 'GConnector'.
|
boolean |
GraphValidator.validateGConnector(GConnector gConnector,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context) |
Copyright © 2014 TESIS DYNAware. All Rights Reserved.