TPTP 4.4.0 Platform Project
Internal API Specification

org.eclipse.hyades.logging.adapter.model.internal.adapter
Interface AdapterType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
AdapterTypeImpl

public interface AdapterType
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Type'.

The following features are supported:

See Also:
AdapterPackage.getAdapterType()
Generated
[EMF] Model
extendedMetaData="name='Adapter_._type' kind='elementOnly'"

Method Summary
 ConfigurationType getConfiguration()
          Returns the value of the 'Configuration' containment reference
 ContextsType getContexts()
          Returns the value of the 'Contexts' containment reference
 void setConfiguration(ConfigurationType value)
          Sets the value of the 'Configuration' containment reference
 void setContexts(ContextsType value)
          Sets the value of the 'Contexts' containment reference
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getContexts

public ContextsType getContexts()
Returns the value of the 'Contexts' containment reference.

If the meaning of the 'Contexts' containment reference isn't clear, there really should be more of a description here...

The Contexts element has the purpose of holding a sequence of Context elements. The purpose of an instance that conforms to this schema is to define the basic information needed to run an adapter. This is done by providing one or more context configurations. For the adapter to run, it only needs to know the names of the classes involved. In particular the adapter only needs to know the name of the class that implements a particular context. It is then up to that context implementation to deal with the components in that context. The context implementation in turn only needs to know the class names that implement the components.

Returns:
the value of the 'Contexts' containment reference.
See Also:
setContexts(ContextsType), AdapterPackage.getAdapterType_Contexts()
Generated
[EMF] Model
containment="true" required="true" extendedMetaData="kind='element' name='Contexts' namespace='http://www.eclipse.org/hyades/schema/Context.xsd'"

setContexts

public void setContexts(ContextsType value)
Sets the value of the 'Contexts' containment reference.

Parameters:
value - the new value of the 'Contexts' containment reference.
See Also:
getContexts()
Generated

getConfiguration

public ConfigurationType getConfiguration()
Returns the value of the 'Configuration' containment reference.

If the meaning of the 'Configuration' containment reference isn't clear, there really should be more of a description here...

The Configuration element contains a sequence of ContextInstance elements as defined in ConfigurationType. For every ContextInstance element there must be a corresponding Context element in the Contexts element as defined in Context.xsd. The Configuration element represents the configuration of all of the components of all of the contexts of a Generic Log Adapter instance. The Configuration element also contains the common ProcessingUnit attributes.

Returns:
the value of the 'Configuration' containment reference.
See Also:
setConfiguration(ConfigurationType), AdapterPackage.getAdapterType_Configuration()
Generated
[EMF] Model
containment="true" extendedMetaData="kind='element' name='Configuration' namespace='http://www.eclipse.org/hyades/schema/ComponentConfiguration.xsd'"

setConfiguration

public void setConfiguration(ConfigurationType value)
Sets the value of the 'Configuration' containment reference.

Parameters:
value - the new value of the 'Configuration' containment reference.
See Also:
getConfiguration()
Generated

TPTP 4.4.0 Platform Project
Internal API Specification