|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A representation of the model object 'Correlation Engine'. The id should uniquely identify the engine.
The following features are supported:
HierarchyPackage.getCorrelationEngine()| Method Summary | |
|---|---|
CorrelationContainerProxy |
getCorrelationContainerProxy()
Returns the value of the 'Correlation Container Proxy' container reference. |
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getName()
Returns the value of the 'Name' attribute |
java.lang.String |
getType()
Returns the value of the 'Type' attribute |
void |
setCorrelationContainerProxy(CorrelationContainerProxy value)
Sets the value of the ' Correlation Container Proxy' container reference |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description' attribute |
void |
setId(java.lang.String value)
Sets the value of the ' Id' attribute |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute |
void |
setType(java.lang.String value)
Sets the value of the ' Type' attribute |
| 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 |
public java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
Engines are typed with this attribute. Examples of types are "Correlation based on URI", "root"
setType(String),
HierarchyPackage.getCorrelationEngine_Type()public void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()public java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
Each engine has a name. This is not ensured to be unique. The name is intended to be human readable.
setName(String),
HierarchyPackage.getCorrelationEngine_Name()public void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()public java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
The id of an engine is something that uniquely identifes the engine from all other engines installed. The uniqueness is managed outside the model and is the responsibility of the engine provider.
setId(String),
HierarchyPackage.getCorrelationEngine_Id()public void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()public java.lang.String getDescription()
setDescription(String),
HierarchyPackage.getCorrelationEngine_Description()public void setDescription(java.lang.String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()public CorrelationContainerProxy getCorrelationContainerProxy()
Correlation Engine'.
If the meaning of the 'Correlation Container Proxy' container reference isn't clear, there really should be more of a description here...
setCorrelationContainerProxy(CorrelationContainerProxy),
HierarchyPackage.getCorrelationEngine_CorrelationContainerProxy(),
CorrelationContainerProxy.getCorrelationEngine()public void setCorrelationContainerProxy(CorrelationContainerProxy value)
Correlation Container Proxy' container reference.
value - the new value of the 'Correlation Container Proxy' container reference.getCorrelationContainerProxy()
|
TPTP 4.2.0 Platform Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||