Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
GraphSpecification |
SsmeFactory.createGraphSpecification()
Returns a new object of class 'Graph Specification'
|
GraphSpecification |
TupleType.getGraphSpecification()
Returns the value of the 'Graph Specification' containment reference
|
GraphSpecification |
ExternalGraph.getGraphSpecification()
Returns the value of the 'Graph Specification' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
TupleType.setGraphSpecification(GraphSpecification value)
Sets the value of the '
Graph Specification ' containment reference |
void |
ExternalGraph.setGraphSpecification(GraphSpecification value)
Sets the value of the '
Graph Specification ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
GraphSpecificationImpl
An implementation of the model object 'Graph Specification'
|
Modifier and Type | Method and Description |
---|---|
GraphSpecification |
SsmeFactoryImpl.createGraphSpecification() |
GraphSpecification |
TupleTypeImpl.getGraphSpecification() |
GraphSpecification |
ExternalGraphImpl.getGraphSpecification() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
TupleTypeImpl.basicSetGraphSpecification(GraphSpecification newGraphSpecification,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExternalGraphImpl.basicSetGraphSpecification(GraphSpecification newGraphSpecification,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
TupleTypeImpl.setGraphSpecification(GraphSpecification newGraphSpecification) |
void |
ExternalGraphImpl.setGraphSpecification(GraphSpecification newGraphSpecification) |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseGraphSpecification(GraphSpecification object)
Returns the result of interpreting the object as an instance of 'Graph Specification'
|