Uses of Class
com.sas.dataselectors.filters.ConditionalRelationType

Packages that use ConditionalRelationType
com.sas.dataselectors.filters Provides adapter components used to convert native models to models which can then be used with filter components. 
com.sas.dataselectors.filters.tree   
 

Uses of ConditionalRelationType in com.sas.dataselectors.filters
 

Fields in com.sas.dataselectors.filters declared as ConditionalRelationType
static ConditionalRelationType ConditionalRelationType.AND
          The "logical AND" relation type
static ConditionalRelationType ConditionalRelationType.OR
          The "logical OR" relation type
 

Methods in com.sas.dataselectors.filters that return ConditionalRelationType
static ConditionalRelationType ConditionalRelationType.findType(java.lang.String name)
           
 ConditionalRelationType SimpleFilterLogicInterface.getConditionalRelationType(int index)
          Gets the logical relationship between the leaf at the given index and the leaf at the next index.
 ConditionalRelationType DefaultFilterLogicTree.getConditionalRelationType(javax.swing.tree.TreeNode node, javax.swing.tree.TreeNode sibling)
           
 

Methods in com.sas.dataselectors.filters with parameters of type ConditionalRelationType
static LogicalConditionNodeInterface DefaultFilterLogicTree.newLogicalConditionNode(ConditionalRelationType lc)
           
static LogicalConditionNodeInterface DefaultFilterLogicTree.newLogicalConditionNode(ConditionalRelationType lc, boolean explicitlyCreated)
           
 void SimpleFilterLogicInterface.setConditionalRelationType(int index, ConditionalRelationType value)
          Sets the logical relationship between the leaf at the given index and the leaf at the next index.
 

Uses of ConditionalRelationType in com.sas.dataselectors.filters.tree
 

Methods in com.sas.dataselectors.filters.tree that return ConditionalRelationType
 ConditionalRelationType SimpleFilterLogicTree.getConditionalRelationType(int index)
           
 ConditionalRelationType LogicalConditionNodeInterface.getLogicalCondition()
           
 ConditionalRelationType LogicalConditionNode.getLogicalCondition()
           
 

Methods in com.sas.dataselectors.filters.tree with parameters of type ConditionalRelationType
protected  com.sas.iquery.metadata.expr.ConditionalRelationType LogicTreeToFilterItemTransform.convertLogicalCondition(ConditionalRelationType type)
           
protected  com.sas.iquery.metadata.business.CompoundFilter LogicTreeToFilterItemTransform.newCompoundFilter(ConditionalRelationType relationship)
           
protected  com.sas.iquery.metadata.business.step.CompoundStep LogicTreeToStepModelTransform.newCompoundStep(ConditionalRelationType relationship)
           
protected  LogicalConditionNode StepModelToLogicTreeTransform.newLogicalConditionNode(java.lang.Object userObject, ConditionalRelationType lc, boolean explicitlyCreated)
          Creates a new LogicalConditionNode from the given properties.
protected  LogicalConditionNode FilterItemToLogicTreeTransform.newLogicalConditionNode(java.lang.Object userObject, ConditionalRelationType lc, boolean explicitlyCreated)
           
protected  com.sas.iquery.metadata.expr.MultipleConditionalExpression LogicTreeToFilterItemTransform.newMultipleConditionalExpression(ConditionalRelationType relationship)
           
 void SimpleFilterLogicTree.setConditionalRelationType(int index, ConditionalRelationType value)
          Sets the logical relationship between the leaf at the given index and the leaf at the next index.
 void LogicalConditionNodeInterface.setLogicalCondition(ConditionalRelationType type)
           
 void LogicalConditionNode.setLogicalCondition(ConditionalRelationType value)
           
 

Constructors in com.sas.dataselectors.filters.tree with parameters of type ConditionalRelationType
LogicalConditionNode(ConditionalRelationType lc)
           
LogicalConditionNode(ConditionalRelationType lc, boolean explicit)
           
LogicalConditionNode(ConditionalRelationType lc, boolean explicit, java.lang.Object userObject)
           
LogicalConditionNode(ConditionalRelationType lc, java.lang.Object userObject)
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.