public class IotmodelAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX method for each class of the model.
IotmodelPackage| Modifier and Type | Field and Description |
|---|---|
protected static IotmodelPackage |
modelPackage
The cached model package.
|
protected IotmodelSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
| Constructor and Description |
|---|
IotmodelAdapterFactory()
Creates an instance of the adapter factory.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.Adapter |
createAccessControlPolicyAdapter()
Creates a new adapter for an object of class '
Access Control Policy'. |
org.eclipse.emf.common.notify.Adapter |
createActionAdapter()
Creates a new adapter for an object of class '
Action'. |
org.eclipse.emf.common.notify.Adapter |
createActorAdapter()
Creates a new adapter for an object of class '
Actor'. |
org.eclipse.emf.common.notify.Adapter |
createActuatorAdapter()
Creates a new adapter for an object of class '
Actuator'. |
org.eclipse.emf.common.notify.Adapter |
createAdapter(org.eclipse.emf.common.notify.Notifier target)
Creates an adapter for the
target. |
org.eclipse.emf.common.notify.Adapter |
createAllowPermissionAdapter()
Creates a new adapter for an object of class '
Allow Permission'. |
org.eclipse.emf.common.notify.Adapter |
createAppChannelAdapter()
Creates a new adapter for an object of class '
App Channel'. |
org.eclipse.emf.common.notify.Adapter |
createAppPortAdapter()
Creates a new adapter for an object of class '
App Port'. |
org.eclipse.emf.common.notify.Adapter |
createBehaviorAdapter()
Creates a new adapter for an object of class '
Behavior'. |
org.eclipse.emf.common.notify.Adapter |
createConstraintExpressionAdapter()
Creates a new adapter for an object of class '
Constraint Expression'. |
org.eclipse.emf.common.notify.Adapter |
createDataAdapter()
Creates a new adapter for an object of class '
Data'. |
org.eclipse.emf.common.notify.Adapter |
createDefaultPolicyAdapter()
Creates a new adapter for an object of class '
Default Policy'. |
org.eclipse.emf.common.notify.Adapter |
createDenyPermissionAdapter()
Creates a new adapter for an object of class '
Deny Permission'. |
org.eclipse.emf.common.notify.Adapter |
createDesktopAppAdapter()
Creates a new adapter for an object of class '
Desktop App'. |
org.eclipse.emf.common.notify.Adapter |
createEdgeDeviceAdapter()
Creates a new adapter for an object of class '
Edge Device'. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createEventAdapter()
Creates a new adapter for an object of class '
Event'. |
org.eclipse.emf.common.notify.Adapter |
createGatewayAdapter()
Creates a new adapter for an object of class '
Gateway'. |
org.eclipse.emf.common.notify.Adapter |
createIDAdapter()
Creates a new adapter for an object of class '
ID'. |
org.eclipse.emf.common.notify.Adapter |
createIoTMetamodelAdapter()
Creates a new adapter for an object of class '
Io TMetamodel'. |
org.eclipse.emf.common.notify.Adapter |
createIoTOsAdapter()
Creates a new adapter for an object of class '
Io TOs'. |
org.eclipse.emf.common.notify.Adapter |
createIoTPlatformAdapter()
Creates a new adapter for an object of class '
Io TPlatform'. |
org.eclipse.emf.common.notify.Adapter |
createMaliciousActorAdapter()
Creates a new adapter for an object of class '
Malicious Actor'. |
org.eclipse.emf.common.notify.Adapter |
createMessageAdapter()
Creates a new adapter for an object of class '
Message'. |
org.eclipse.emf.common.notify.Adapter |
createMessageBrokerAdapter()
Creates a new adapter for an object of class '
Message Broker'. |
org.eclipse.emf.common.notify.Adapter |
createMessageFormatAdapter()
Creates a new adapter for an object of class '
Message Format'. |
org.eclipse.emf.common.notify.Adapter |
createMobileAppAdapter()
Creates a new adapter for an object of class '
Mobile App'. |
org.eclipse.emf.common.notify.Adapter |
createNetworkAdapter()
Creates a new adapter for an object of class '
Network'. |
org.eclipse.emf.common.notify.Adapter |
createPermissionAdapter()
Creates a new adapter for an object of class '
Permission'. |
org.eclipse.emf.common.notify.Adapter |
createPrivatePolicyAdapter()
Creates a new adapter for an object of class '
Private Policy'. |
org.eclipse.emf.common.notify.Adapter |
createProgrammingModelAdapter()
Creates a new adapter for an object of class '
Programming Model'. |
org.eclipse.emf.common.notify.Adapter |
createProtocolStackAdapter()
Creates a new adapter for an object of class '
Protocol Stack'. |
org.eclipse.emf.common.notify.Adapter |
createPublishSubscribeAdapter()
Creates a new adapter for an object of class '
Publish Subscribe'. |
org.eclipse.emf.common.notify.Adapter |
createRequestResponseAdapter()
Creates a new adapter for an object of class '
Request Response'. |
org.eclipse.emf.common.notify.Adapter |
createRuleAdapter()
Creates a new adapter for an object of class '
Rule'. |
org.eclipse.emf.common.notify.Adapter |
createSensorAdapter()
Creates a new adapter for an object of class '
Sensor'. |
org.eclipse.emf.common.notify.Adapter |
createSharedActionAdapter()
Creates a new adapter for an object of class '
Shared Action'. |
org.eclipse.emf.common.notify.Adapter |
createThingAdapter()
Creates a new adapter for an object of class '
Thing'. |
org.eclipse.emf.common.notify.Adapter |
createTopicAdapter()
Creates a new adapter for an object of class '
Topic'. |
org.eclipse.emf.common.notify.Adapter |
createUserApplicationAdapter()
Creates a new adapter for an object of class '
User Application'. |
org.eclipse.emf.common.notify.Adapter |
createWebServerAdapter()
Creates a new adapter for an object of class '
Web Server'. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
protected static IotmodelPackage modelPackage
protected IotmodelSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX methods.
public IotmodelAdapterFactory()
public boolean isFactoryForType(Object object)
true if the object is either the model's package or is an instance object of the model.
isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactoryisFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImplpublic org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target.
createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpltarget - the object to adapt.target.public org.eclipse.emf.common.notify.Adapter createGatewayAdapter()
Gateway'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Gatewaypublic org.eclipse.emf.common.notify.Adapter createEdgeDeviceAdapter()
Edge Device'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
EdgeDevicepublic org.eclipse.emf.common.notify.Adapter createAppChannelAdapter()
App Channel'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AppChannelpublic org.eclipse.emf.common.notify.Adapter createNetworkAdapter()
Network'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Networkpublic org.eclipse.emf.common.notify.Adapter createRequestResponseAdapter()
Request Response'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
RequestResponsepublic org.eclipse.emf.common.notify.Adapter createPublishSubscribeAdapter()
Publish Subscribe'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PublishSubscribepublic org.eclipse.emf.common.notify.Adapter createThingAdapter()
Thing'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Thingpublic org.eclipse.emf.common.notify.Adapter createAccessControlPolicyAdapter()
Access Control Policy'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AccessControlPolicypublic org.eclipse.emf.common.notify.Adapter createProtocolStackAdapter()
Protocol Stack'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProtocolStackpublic org.eclipse.emf.common.notify.Adapter createRuleAdapter()
Rule'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Rulepublic org.eclipse.emf.common.notify.Adapter createIoTOsAdapter()
Io TOs'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IoTOspublic org.eclipse.emf.common.notify.Adapter createIoTPlatformAdapter()
Io TPlatform'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IoTPlatformpublic org.eclipse.emf.common.notify.Adapter createMessageAdapter()
Message'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Messagepublic org.eclipse.emf.common.notify.Adapter createMessageFormatAdapter()
Message Format'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MessageFormatpublic org.eclipse.emf.common.notify.Adapter createMessageBrokerAdapter()
Message Broker'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MessageBrokerpublic org.eclipse.emf.common.notify.Adapter createTopicAdapter()
Topic'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Topicpublic org.eclipse.emf.common.notify.Adapter createUserApplicationAdapter()
User Application'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
UserApplicationpublic org.eclipse.emf.common.notify.Adapter createDesktopAppAdapter()
Desktop App'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DesktopApppublic org.eclipse.emf.common.notify.Adapter createMobileAppAdapter()
Mobile App'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MobileApppublic org.eclipse.emf.common.notify.Adapter createWebServerAdapter()
Web Server'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
WebServerpublic org.eclipse.emf.common.notify.Adapter createDefaultPolicyAdapter()
Default Policy'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DefaultPolicypublic org.eclipse.emf.common.notify.Adapter createPrivatePolicyAdapter()
Private Policy'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
PrivatePolicypublic org.eclipse.emf.common.notify.Adapter createPermissionAdapter()
Permission'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Permissionpublic org.eclipse.emf.common.notify.Adapter createConstraintExpressionAdapter()
Constraint Expression'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ConstraintExpressionpublic org.eclipse.emf.common.notify.Adapter createAllowPermissionAdapter()
Allow Permission'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AllowPermissionpublic org.eclipse.emf.common.notify.Adapter createDenyPermissionAdapter()
Deny Permission'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
DenyPermissionpublic org.eclipse.emf.common.notify.Adapter createSensorAdapter()
Sensor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Sensorpublic org.eclipse.emf.common.notify.Adapter createActuatorAdapter()
Actuator'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Actuatorpublic org.eclipse.emf.common.notify.Adapter createIoTMetamodelAdapter()
Io TMetamodel'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IoTMetamodelpublic org.eclipse.emf.common.notify.Adapter createIDAdapter()
ID'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
IDpublic org.eclipse.emf.common.notify.Adapter createBehaviorAdapter()
Behavior'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Behaviorpublic org.eclipse.emf.common.notify.Adapter createActionAdapter()
Action'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Actionpublic org.eclipse.emf.common.notify.Adapter createEventAdapter()
Event'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Eventpublic org.eclipse.emf.common.notify.Adapter createProgrammingModelAdapter()
Programming Model'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
ProgrammingModelpublic org.eclipse.emf.common.notify.Adapter createSharedActionAdapter()
Shared Action'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
SharedActionpublic org.eclipse.emf.common.notify.Adapter createAppPortAdapter()
App Port'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
AppPortpublic org.eclipse.emf.common.notify.Adapter createDataAdapter()
Data'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Datapublic org.eclipse.emf.common.notify.Adapter createActorAdapter()
Actor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
Actorpublic org.eclipse.emf.common.notify.Adapter createMaliciousActorAdapter()
Malicious Actor'.
This default implementation returns null so that we can easily ignore cases;
it's useful to ignore a case when inheritance will catch all the cases anyway.
MaliciousActorpublic org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2018–2020 Atlanmod. All rights reserved.