context.arch.discoverer.componentDescription
Class OutAttributeElement
java.lang.Object
context.arch.discoverer.componentDescription.AbstractDescriptionElement
context.arch.discoverer.componentDescription.OutAttributeElement
- public class OutAttributeElement
- extends AbstractDescriptionElement
- Author:
- Agathe
Method Summary |
java.lang.Object |
extractElement(java.lang.Object componentDescription)
Returns the element from the componentDescription corresponding to this
description element |
boolean |
processQueryItem(java.lang.Object componentDescription,
AbstractComparison operator)
Returns true if the comparison between the value of this object and the value
of the corresponding field of the componentDescription returns true |
void |
setValue(java.lang.Object outAttributeOrName)
Sets the value of this element |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OUT_ATT_ELEMENT
public static final java.lang.String OUT_ATT_ELEMENT
- See Also:
- Constant Field Values
OutAttributeElement
public OutAttributeElement()
- Creates new OutAttElement
OutAttributeElement
public OutAttributeElement(java.lang.Object outAttributeOrName)
setValue
public void setValue(java.lang.Object outAttributeOrName)
- Description copied from class:
AbstractDescriptionElement
- Sets the value of this element
- Overrides:
setValue
in class AbstractDescriptionElement
extractElement
public java.lang.Object extractElement(java.lang.Object componentDescription)
- Description copied from class:
AbstractDescriptionElement
- Returns the element from the componentDescription corresponding to this
description element
- Specified by:
extractElement
in class AbstractDescriptionElement
- Parameters:
componentDescription
-
- Returns:
- Object
processQueryItem
public boolean processQueryItem(java.lang.Object componentDescription,
AbstractComparison operator)
- Description copied from class:
AbstractDescriptionElement
- Returns true if the comparison between the value of this object and the value
of the corresponding field of the componentDescription returns true
- Specified by:
processQueryItem
in class AbstractDescriptionElement
- Parameters:
componentDescription
- The component to compare to this objectoperator
- The comparison element to use
- Returns:
- boolean