public class ConfigurationAdapterFactory
extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
createXXX
method for each class of the model.
ConfigurationPackage
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected static ConfigurationPackage |
modelPackage
The cached model package.
|
protected ConfigurationSwitch<org.eclipse.emf.common.notify.Adapter> |
modelSwitch
The switch that delegates to the
createXXX methods. |
Constructor and Description |
---|
ConfigurationAdapterFactory()
Creates an instance of the adapter factory.
|
Modifier and Type | Method and Description |
---|---|
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 |
createCommandTypeAdapter()
Creates a new adapter for an object of class '
Command Type '. |
org.eclipse.emf.common.notify.Adapter |
createContinuousCommandTypeAdapter()
Creates a new adapter for an object of class '
Continuous Command Type '. |
org.eclipse.emf.common.notify.Adapter |
createCustomExtractorTypeAdapter()
Creates a new adapter for an object of class '
Custom Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createDocumentRootAdapter()
Creates a new adapter for an object of class '
Document Root '. |
org.eclipse.emf.common.notify.Adapter |
createEnvEntryTypeAdapter()
Creates a new adapter for an object of class '
Env Entry Type '. |
org.eclipse.emf.common.notify.Adapter |
createEObjectAdapter()
Creates a new adapter for the default case.
|
org.eclipse.emf.common.notify.Adapter |
createExtractorTypeAdapter()
Creates a new adapter for an object of class '
Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createFieldExtractorTypeAdapter()
Creates a new adapter for an object of class '
Field Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createFieldTypeAdapter()
Creates a new adapter for an object of class '
Field Type '. |
org.eclipse.emf.common.notify.Adapter |
createHiveProcessCommandTypeAdapter()
Creates a new adapter for an object of class '
Hive Process Command Type '. |
org.eclipse.emf.common.notify.Adapter |
createNagiosReturnCodeExtractorTypeAdapter()
Creates a new adapter for an object of class '
Nagios Return Code Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createPlainStreamExtractorTypeAdapter()
Creates a new adapter for an object of class '
Plain Stream Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createProcessTypeAdapter()
Creates a new adapter for an object of class '
Process Type '. |
org.eclipse.emf.common.notify.Adapter |
createQueueTypeAdapter()
Creates a new adapter for an object of class '
Queue Type '. |
org.eclipse.emf.common.notify.Adapter |
createRegExExtractorTypeAdapter()
Creates a new adapter for an object of class '
Reg Ex Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createReturnCodeExtractorTypeAdapter()
Creates a new adapter for an object of class '
Return Code Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createRootTypeAdapter()
Creates a new adapter for an object of class '
Root Type '. |
org.eclipse.emf.common.notify.Adapter |
createSimpleExtractorTypeAdapter()
Creates a new adapter for an object of class '
Simple Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createSingleCommandTypeAdapter()
Creates a new adapter for an object of class '
Single Command Type '. |
org.eclipse.emf.common.notify.Adapter |
createSplitContinuousCommandTypeAdapter()
Creates a new adapter for an object of class '
Split Continuous Command Type '. |
org.eclipse.emf.common.notify.Adapter |
createSplitterExtractorTypeAdapter()
Creates a new adapter for an object of class '
Splitter Extractor Type '. |
org.eclipse.emf.common.notify.Adapter |
createSplitterTypeAdapter()
Creates a new adapter for an object of class '
Splitter Type '. |
org.eclipse.emf.common.notify.Adapter |
createTriggerCommandTypeAdapter()
Creates a new adapter for an object of class '
Trigger Command Type '. |
boolean |
isFactoryForType(Object object)
Returns whether this factory is applicable for the type of the object.
|
public static final String copyright
protected static ConfigurationPackage modelPackage
protected ConfigurationSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
createXXX
methods.
public ConfigurationAdapterFactory()
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.AdapterFactory
isFactoryForType
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
public org.eclipse.emf.common.notify.Adapter createAdapter(org.eclipse.emf.common.notify.Notifier target)
target
.
createAdapter
in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
target
- the object to adapt.target
.public org.eclipse.emf.common.notify.Adapter createCommandTypeAdapter()
Command Type
'.
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.
CommandType
public org.eclipse.emf.common.notify.Adapter createContinuousCommandTypeAdapter()
Continuous Command Type
'.
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.
ContinuousCommandType
public org.eclipse.emf.common.notify.Adapter createCustomExtractorTypeAdapter()
Custom Extractor Type
'.
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.
CustomExtractorType
public org.eclipse.emf.common.notify.Adapter createDocumentRootAdapter()
Document Root
'.
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.
DocumentRoot
public org.eclipse.emf.common.notify.Adapter createEnvEntryTypeAdapter()
Env Entry Type
'.
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.
EnvEntryType
public org.eclipse.emf.common.notify.Adapter createExtractorTypeAdapter()
Extractor Type
'.
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.
ExtractorType
public org.eclipse.emf.common.notify.Adapter createFieldExtractorTypeAdapter()
Field Extractor Type
'.
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.
FieldExtractorType
public org.eclipse.emf.common.notify.Adapter createFieldTypeAdapter()
Field Type
'.
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.
FieldType
public org.eclipse.emf.common.notify.Adapter createHiveProcessCommandTypeAdapter()
Hive Process Command Type
'.
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.
HiveProcessCommandType
public org.eclipse.emf.common.notify.Adapter createNagiosReturnCodeExtractorTypeAdapter()
Nagios Return Code Extractor Type
'.
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.
NagiosReturnCodeExtractorType
public org.eclipse.emf.common.notify.Adapter createPlainStreamExtractorTypeAdapter()
Plain Stream Extractor Type
'.
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.
PlainStreamExtractorType
public org.eclipse.emf.common.notify.Adapter createProcessTypeAdapter()
Process Type
'.
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.
ProcessType
public org.eclipse.emf.common.notify.Adapter createQueueTypeAdapter()
Queue Type
'.
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.
QueueType
public org.eclipse.emf.common.notify.Adapter createRegExExtractorTypeAdapter()
Reg Ex Extractor Type
'.
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.
RegExExtractorType
public org.eclipse.emf.common.notify.Adapter createReturnCodeExtractorTypeAdapter()
Return Code Extractor Type
'.
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.
ReturnCodeExtractorType
public org.eclipse.emf.common.notify.Adapter createRootTypeAdapter()
Root Type
'.
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.
RootType
public org.eclipse.emf.common.notify.Adapter createSimpleExtractorTypeAdapter()
Simple Extractor Type
'.
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.
SimpleExtractorType
public org.eclipse.emf.common.notify.Adapter createSingleCommandTypeAdapter()
Single Command Type
'.
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.
SingleCommandType
public org.eclipse.emf.common.notify.Adapter createSplitContinuousCommandTypeAdapter()
Split Continuous Command Type
'.
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.
SplitContinuousCommandType
public org.eclipse.emf.common.notify.Adapter createSplitterExtractorTypeAdapter()
Splitter Extractor Type
'.
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.
SplitterExtractorType
public org.eclipse.emf.common.notify.Adapter createSplitterTypeAdapter()
Splitter Type
'.
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.
SplitterType
public org.eclipse.emf.common.notify.Adapter createTriggerCommandTypeAdapter()
Trigger Command Type
'.
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.
TriggerCommandType
public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.