Uses of Class
se.cambio.cds.gdl.model.readable.rule.lines.RuleLine

Packages that use RuleLine
se.cambio.cds.gdl.editor.controller   
se.cambio.cds.gdl.editor.view.applicationobjects   
se.cambio.cds.gdl.editor.view.panels   
se.cambio.cds.gdl.editor.view.panels.rulelinecontainers   
se.cambio.cds.gdl.editor.view.util   
se.cambio.cds.gdl.model.readable   
se.cambio.cds.gdl.model.readable.rule   
se.cambio.cds.gdl.model.readable.rule.lines   
se.cambio.cds.gdl.model.readable.rule.lines.elements   
 

Uses of RuleLine in se.cambio.cds.gdl.editor.controller
 

Methods in se.cambio.cds.gdl.editor.controller that return RuleLine
static RuleLine RuleLineCloner.clone(RuleLine ruleLine)
           
 

Methods in se.cambio.cds.gdl.editor.controller that return types with arguments of type RuleLine
 List<RuleLine> GDLEditor.getActionsRuleLines()
           
 List<RuleLine> GDLEditor.getConditionRuleLines()
           
 List<RuleLine> GDLEditor.getDefinitionRuleLines()
           
 List<RuleLine> GDLEditor.getPreconditionRuleLines()
           
 

Methods in se.cambio.cds.gdl.editor.controller with parameters of type RuleLine
 boolean GDLEditor.checkRuleLineDelete(RuleLine ruleLine)
           
static RuleLine RuleLineCloner.clone(RuleLine ruleLine)
           
 

Method parameters in se.cambio.cds.gdl.editor.controller with type arguments of type RuleLine
 List<AssignmentExpression> GDLEditor.convertToAssigmentExpressionItems(Collection<RuleLine> ruleLines)
           
 List<ExpressionItem> GDLEditor.convertToExpressionItems(Collection<RuleLine> ruleLines)
           
static boolean RuleElementEditor.emptyDefinitions(Collection<RuleLine> definitionRuleLines, boolean onlyShowCDS)
           
 

Uses of RuleLine in se.cambio.cds.gdl.editor.view.applicationobjects
 

Methods in se.cambio.cds.gdl.editor.view.applicationobjects that return types with arguments of type RuleLine
static Collection<RuleLine> RuleLineDirectory.getSelectableActions()
           
static Collection<RuleLine> RuleLineDirectory.getSelectableConditions()
           
static Collection<RuleLine> RuleLineDirectory.getSelectableDefinitions()
           
 

Methods in se.cambio.cds.gdl.editor.view.applicationobjects with parameters of type RuleLine
static boolean RuleLineDirectory.checkRuleLineCompatibility(RuleLine ruleLine, RuleLine ruleLineParent)
           
static JButton ReadableRuleLineFactory.createCommentButton(RuleLine ruleLine, RuleLinesPanel ruleLinesPanel)
           
static JButton ReadableRuleLineFactory.createDeleteButton(RuleLine ruleLine, RuleLinesPanel ruleLinesPanel)
           
static JLabel ReadableRuleLineFactory.createLabel(RuleLine ruleLine, RuleLineElement ruleLineElement)
           
static RuleLineContainerPanel ReadableRuleLineFactory.createRuleLineContainer(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
static JPanel ReadableRuleLineFactory.createRuleLinePanel(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
static ImageIcon RuleLineDirectory.getIconForRuleLine(RuleLine ruleLine)
           
 

Uses of RuleLine in se.cambio.cds.gdl.editor.view.panels
 

Methods in se.cambio.cds.gdl.editor.view.panels that return RuleLine
 RuleLine DraggableSelectableRuleLinePanel.getRuleLine()
           
 RuleLine RuleLinesPanel.getRuleLineCheck()
           
 

Methods in se.cambio.cds.gdl.editor.view.panels with parameters of type RuleLine
 void RuleLinesPanel.addRuleLine(RuleLine ruleLine)
           
 void RuleLinesPanel.removeRuleLine(RuleLine ruleLine)
           
 void RuleLinesPanel.ruleLineAdded(RuleLine ruleLine)
           
 void RuleLinesPanel.showCompatibility(RuleLine ruleLine)
           
 

Constructors in se.cambio.cds.gdl.editor.view.panels with parameters of type RuleLine
DraggableSelectableRuleLinePanel(RuleLine ruleLine)
           
 

Constructor parameters in se.cambio.cds.gdl.editor.view.panels with type arguments of type RuleLine
RuleLinesPanel(GDLEditor controller, Collection<RuleLine> selectableRuleLines, List<RuleLine> ruleLines, String title)
           
RuleLinesPanel(GDLEditor controller, Collection<RuleLine> selectableRuleLines, List<RuleLine> ruleLines, String title)
           
 

Uses of RuleLine in se.cambio.cds.gdl.editor.view.panels.rulelinecontainers
 

Methods in se.cambio.cds.gdl.editor.view.panels.rulelinecontainers that return RuleLine
 RuleLine SingleRuleLinePanel.getRuleLine()
           
 RuleLine RuleLineContainer.getRuleLine()
           
 RuleLine OrOperatorRuleLinePanel.getRuleLine()
           
 RuleLine MultipleRuleLinePanel.getRuleLine()
           
 RuleLine BaseRuleLineContainerPanel.getRuleLine()
           
 

Methods in se.cambio.cds.gdl.editor.view.panels.rulelinecontainers with parameters of type RuleLine
 void MultipleRuleLinePanel.addRuleLine(RuleLine ruleLine)
           
 void RuleLineContainerPanel.ruleLineAdded(RuleLine ruleLine)
           
 

Constructors in se.cambio.cds.gdl.editor.view.panels.rulelinecontainers with parameters of type RuleLine
MultipleRuleLineContainerWithHeader(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
MultipleRuleLinePanel(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
OperatorRuleLineContainer(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
SingleRuleLinePanel(RuleLinesPanel ruleLinesPanel, RuleLine ruleLine)
           
 

Constructor parameters in se.cambio.cds.gdl.editor.view.panels.rulelinecontainers with type arguments of type RuleLine
BaseRuleLineContainerPanel(RuleLinesPanel ruleLinesPanel, Collection<RuleLine> ruleLines)
           
 

Uses of RuleLine in se.cambio.cds.gdl.editor.view.util
 

Method parameters in se.cambio.cds.gdl.editor.view.util with type arguments of type RuleLine
static void NodeDefinitionConversor.addElementInstanceAttributesAndFunctionsToNode(Collection<RuleLine> ruleLines, SelectableNode<Object> node, boolean onlyCDSDomain)
           
static void NodeDefinitionConversor.addElementInstanceToNode(Collection<RuleLine> ruleLines, SelectableNode<Object> node, boolean onlyCDSDomain)
           
static SelectableNode<Object> NodeDefinitionConversor.getArchetypeInstancesSelectionNodes(Collection<RuleLine> definitionRuleLines, boolean onlyCDSDomain)
           
static SelectableNode<Object> NodeDefinitionConversor.getElementInstancesSelectionNodes(Collection<RuleLine> definitionRuleLines, boolean onlyCDSDomain)
           
static SelectableNode<Object> NodeDefinitionConversor.getNodeAttributesAndFunctions(Collection<RuleLine> definitionRuleLines, boolean onlyCDSDomain)
           
 

Uses of RuleLine in se.cambio.cds.gdl.model.readable
 

Methods in se.cambio.cds.gdl.model.readable that return types with arguments of type RuleLine
 List<RuleLine> ReadableGuide.getDefinitionRuleLines()
           
 List<RuleLine> ReadableGuide.getPreconditionRuleLines()
           
 

Methods in se.cambio.cds.gdl.model.readable with parameters of type RuleLine
protected static void GuideImporter.processBinaryExpression(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, BinaryExpression binaryExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processComparisonExpression(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, BinaryExpression binaryExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processExpressionItem(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, ExpressionItem expressionItem, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processUnaryExpression(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, UnaryExpression unaryExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
 

Method parameters in se.cambio.cds.gdl.model.readable with type arguments of type RuleLine
protected static void GuideImporter.processAssigmentExpression(Collection<RuleLine> ruleLines, AssignmentExpression assignmentExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processBinaryExpression(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, BinaryExpression binaryExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processComparisonExpression(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, BinaryExpression binaryExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processExpressionItem(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, ExpressionItem expressionItem, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
protected static void GuideImporter.processUnaryExpression(Collection<RuleLine> ruleLines, RuleLine parentRuleLine, UnaryExpression unaryExpression, Map<String,ArchetypeElementInstantiationRuleLine> gtCodeELementMap)
           
 

Uses of RuleLine in se.cambio.cds.gdl.model.readable.rule
 

Methods in se.cambio.cds.gdl.model.readable.rule that return types with arguments of type RuleLine
 List<RuleLine> ReadableRule.getActionRuleLines()
           
 List<RuleLine> ReadableRule.getConditionRuleLines()
           
 

Uses of RuleLine in se.cambio.cds.gdl.model.readable.rule.lines
 

Subclasses of RuleLine in se.cambio.cds.gdl.model.readable.rule.lines
 class ArchetypeElementInstantiationRuleLine
           
 class ArchetypeInstantiationRuleLine
           
 class AssignmentExpressionRuleLine
           
 class BranchRuleLine
           
 class CheckContainerRuleLine
           
 class ElementAttributeComparisonConditionRuleLine
           
 class ElementComparisonWithDVConditionRuleLine
           
 class ElementComparisonWithElementConditionRuleLine
           
 class ElementComparisonWithNullValueConditionRuleLine
           
 class ElementInitializedConditionRuleLine
           
 class ExpressionRuleLine
           
 class ForAllOperatorRuleLine
           
 class OrOperatorRuleLine
           
 class SetElementAttributeActionRuleLine
           
 class SetElementWithDataValueActionRuleLine
           
 class SetElementWithElementActionRuleLine
           
 class SetElementWithNullValueActionRuleLine
           
 class WithElementPredicateAttributeDefinitionRuleLine
           
 class WithElementPredicateExpressionDefinitionRuleLine
           
 

Methods in se.cambio.cds.gdl.model.readable.rule.lines that return RuleLine
 RuleLine RuleLine.getParentRuleLine()
           
 

Methods in se.cambio.cds.gdl.model.readable.rule.lines that return types with arguments of type RuleLine
 List<RuleLine> RuleLine.getChildrenRuleLines()
           
 

Methods in se.cambio.cds.gdl.model.readable.rule.lines with parameters of type RuleLine
 void RuleLine.addChildRuleLine(RuleLine ruleLine)
           
 

Method parameters in se.cambio.cds.gdl.model.readable.rule.lines with type arguments of type RuleLine
protected  ExpressionItem ExpressionRuleLine.convertToExpressionItem(List<RuleLine> ruleLines, int index)
           
 

Uses of RuleLine in se.cambio.cds.gdl.model.readable.rule.lines.elements
 

Methods in se.cambio.cds.gdl.model.readable.rule.lines.elements that return RuleLine
 RuleLine RuleLineElementWithValue.getParentRuleLine()
           
 

Constructors in se.cambio.cds.gdl.model.readable.rule.lines.elements with parameters of type RuleLine
AbstractComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
ArchetypeElementAttributeRuleLineElement(RuleLine ruleLine)
           
ArchetypeElementRuleLineDefinitionElement(RuleLine ruleLine)
           
ArchetypeElementRuleLineElement(RuleLine ruleLine)
           
ArchetypeReferenceRuleLineElement(RuleLine ruleLine)
           
AttributeComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
CurrentDateTimeRuleLineElement(RuleLine ruleLine)
           
DataValueRuleLineElement(RuleLine ruleLine)
           
ElementComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
EqualityComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
ExistenceOperatorRuleLineElement(RuleLine ruleLine)
           
ExpressionRuleLineElement(RuleLine ruleLine)
           
GTCodeRuleLineElement(RuleLine ruleLine)
           
IsAOperatorRuleLineElement(RuleLine ruleLine)
           
NullValueRuleLineElement(RuleLine ruleLine)
           
PredicateComparisonOperatorRuleLineElement(RuleLine ruleLine)
           
RuleLineElementWithValue(RuleLine ruleLine, String text)
           
 



Copyright © 2013 Cambio. All Rights Reserved.