se.cambio.cds.gdl.model.readable.rule.lines
Class OrOperatorRuleLine

Package class diagram package OrOperatorRuleLine
java.lang.Object
  extended by se.cambio.cds.gdl.model.readable.rule.lines.RuleLine
      extended by se.cambio.cds.gdl.model.readable.rule.lines.ExpressionRuleLine
          extended by se.cambio.cds.gdl.model.readable.rule.lines.OrOperatorRuleLine
All Implemented Interfaces:
ConditionRuleLine, OperatorRuleLine

public class OrOperatorRuleLine
extends ExpressionRuleLine
implements ConditionRuleLine, OperatorRuleLine


Constructor Summary
OrOperatorRuleLine()
           
 
Method Summary
 BranchRuleLine getLeftRuleLineBranch()
           
 BranchRuleLine getRightRuleLineBranch()
           
 void setCommented(boolean commented)
           
 ExpressionItem toExpressionItem()
           
 String toHTMLString(int level)
           
 String toString()
           
 
Methods inherited from class se.cambio.cds.gdl.model.readable.rule.lines.ExpressionRuleLine
convertToExpressionItem
 
Methods inherited from class se.cambio.cds.gdl.model.readable.rule.lines.RuleLine
addChildRuleLine, detachFromParent, getChildrenRuleLines, getDescription, getLevelSpace, getName, getParentRuleLine, getRuleLineElements, getTermDefinition, isCommented, setTermDefinition, toHTMLString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrOperatorRuleLine

public OrOperatorRuleLine()
Method Detail

getLeftRuleLineBranch

public BranchRuleLine getLeftRuleLineBranch()

getRightRuleLineBranch

public BranchRuleLine getRightRuleLineBranch()

setCommented

public void setCommented(boolean commented)
Overrides:
setCommented in class RuleLine

toExpressionItem

public ExpressionItem toExpressionItem()
Specified by:
toExpressionItem in class ExpressionRuleLine

toString

public String toString()
Overrides:
toString in class RuleLine

toHTMLString

public String toHTMLString(int level)
Overrides:
toHTMLString in class RuleLine


Copyright © 2013 Cambio. All Rights Reserved.