|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AdapterType
A representation of the model object 'Type'.
The following features are supported:
AdapterPackage.getAdapterType()| 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 |
|---|
ContextsType getContexts()
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.
setContexts(ContextsType),
AdapterPackage.getAdapterType_Contexts()void setContexts(ContextsType value)
Contexts' containment reference.
value - the new value of the 'Contexts' containment reference.getContexts()ConfigurationType getConfiguration()
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.
setConfiguration(ConfigurationType),
AdapterPackage.getAdapterType_Configuration()void setConfiguration(ConfigurationType value)
Configuration' containment reference.
value - the new value of the 'Configuration' containment reference.getConfiguration()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||