se.cambio.cds.gdl.model.readable.rule.lines.elements
Class AbstractComparisonOperatorRuleLineElement

Package class diagram package AbstractComparisonOperatorRuleLineElement
java.lang.Object
  extended by se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElement
      extended by se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElementWithValue<OperatorKind>
          extended by se.cambio.cds.gdl.model.readable.rule.lines.elements.AbstractComparisonOperatorRuleLineElement
All Implemented Interfaces:
SingleSelectionRuleElement<OperatorKind>
Direct Known Subclasses:
AttributeComparisonOperatorRuleLineElement, ElementComparisonOperatorRuleLineElement, PredicateComparisonOperatorRuleLineElement

public abstract class AbstractComparisonOperatorRuleLineElement
extends RuleLineElementWithValue<OperatorKind>
implements SingleSelectionRuleElement<OperatorKind>


Constructor Summary
AbstractComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
 
Method Summary
protected  void addOperator(OperatorKind ok)
           
 Collection<OperatorKind> getItems()
           
 String getResolvedDescription(OperatorKind item)
           
 String getResolvedName(OperatorKind item)
           
 String toHTMLString()
           
 String toString()
           
 
Methods inherited from class se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElementWithValue
getDescription, getDescription, getName, getParentRuleLine, getValue, setValue
 
Methods inherited from class se.cambio.cds.gdl.model.readable.rule.lines.elements.RuleLineElement
getText, setDescription
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractComparisonOperatorRuleLineElement

public AbstractComparisonOperatorRuleLineElement(RuleLine ruleLine)
Method Detail

addOperator

protected void addOperator(OperatorKind ok)

getResolvedName

public String getResolvedName(OperatorKind item)
Specified by:
getResolvedName in interface SingleSelectionRuleElement<OperatorKind>

getResolvedDescription

public String getResolvedDescription(OperatorKind item)
Specified by:
getResolvedDescription in interface SingleSelectionRuleElement<OperatorKind>

getItems

public Collection<OperatorKind> getItems()
Specified by:
getItems in interface SingleSelectionRuleElement<OperatorKind>

toString

public String toString()
Overrides:
toString in class RuleLineElementWithValue<OperatorKind>

toHTMLString

public String toHTMLString()
Overrides:
toHTMLString in class RuleLineElementWithValue<OperatorKind>


Copyright © 2013 Cambio. All Rights Reserved.