Modifier and Type | Method and Description |
---|---|
protected Protocol |
AcceleoGenerateGeneratorAction.loadProtocol(org.eclipse.emf.common.util.URI modelURI) |
Modifier and Type | Method and Description |
---|---|
protected org.eclipse.core.resources.IProject |
AcceleoGenerateGeneratorAction.findProject(Protocol protocol,
org.eclipse.core.resources.IProject modelProject) |
protected org.eclipse.core.resources.IContainer |
AcceleoGenerateGeneratorAction.findTarget(Protocol protocol,
org.eclipse.core.resources.IProject modelProject) |
Modifier and Type | Method and Description |
---|---|
Protocol |
ProtocolFactory.createProtocol()
Returns a new object of class 'Protocol'.
|
Protocol |
Interface.getProtocol()
Returns the value of the 'Protocol' container reference.
|
Protocol |
Structure.getProtocol()
Returns the value of the 'Protocol' container reference.
|
Protocol |
Enum.getProtocol()
Returns the value of the 'Protocol' container reference.
|
Protocol |
Message.getProtocol()
Returns the value of the 'Protocol' container reference.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Protocol> |
Protocol.getIncludedProtocols()
Returns the value of the 'Included Protocols' reference list.
|
Modifier and Type | Method and Description |
---|---|
void |
Interface.setProtocol(Protocol value)
Sets the value of the '
Protocol ' container reference. |
void |
Structure.setProtocol(Protocol value)
Sets the value of the '
Protocol ' container reference. |
void |
Enum.setProtocol(Protocol value)
Sets the value of the '
Protocol ' container reference. |
void |
Message.setProtocol(Protocol value)
Sets the value of the '
Protocol ' container reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProtocolImpl
An implementation of the model object 'Protocol'.
|
Modifier and Type | Field and Description |
---|---|
protected org.eclipse.emf.common.util.EList<Protocol> |
ProtocolImpl.includedProtocols
The cached value of the '
Included Protocols ' reference list. |
Modifier and Type | Method and Description |
---|---|
Protocol |
EnumImpl.basicGetProtocol() |
Protocol |
InterfaceImpl.basicGetProtocol() |
Protocol |
MessageImpl.basicGetProtocol() |
Protocol |
StructureImpl.basicGetProtocol() |
Protocol |
ProtocolFactoryImpl.createProtocol() |
Protocol |
EnumImpl.getProtocol() |
Protocol |
InterfaceImpl.getProtocol() |
Protocol |
MessageImpl.getProtocol() |
Protocol |
StructureImpl.getProtocol() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<Protocol> |
ProtocolImpl.getIncludedProtocols() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
EnumImpl.basicSetProtocol(Protocol newProtocol,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
InterfaceImpl.basicSetProtocol(Protocol newProtocol,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
MessageImpl.basicSetProtocol(Protocol newProtocol,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
StructureImpl.basicSetProtocol(Protocol newProtocol,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
EnumImpl.setProtocol(Protocol newProtocol) |
void |
InterfaceImpl.setProtocol(Protocol newProtocol) |
void |
MessageImpl.setProtocol(Protocol newProtocol) |
void |
StructureImpl.setProtocol(Protocol newProtocol) |
Modifier and Type | Method and Description |
---|---|
T |
ProtocolSwitch.caseProtocol(Protocol object)
Returns the result of interpreting the object as an instance of 'Protocol'.
|
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.