Uses of Class
story.dbcore.parameters.BooleanReturnParameter

Packages that use BooleanReturnParameter
story.dbcore.parameters   
 

Uses of BooleanReturnParameter in story.dbcore.parameters
 

Subclasses of BooleanReturnParameter in story.dbcore.parameters
 class AndParameter
          A logical AND for two Boolean parameters.
 class AttComparedToAttParameter
          A filter (BooleanReturn) parameter comparing the attributes of two nodes and returning true if (a) the first node is greater than the second, or (b) the first node equals the second, depending on a constructor flag.
 class AttComparedToConstParameter
          A filter parameter indicating that a node's attribute should equal, or be greater than, some constant value.
 class BooleanEvalParameter
          A filter parameter requiring that a previously stored Boolean reference be true or false.
 class IsInstanceNodeParameter
          A filter parameter indicating that a matched node is an InstanceNode as opposed to a regular node.
 class IsInstancingParameter
          A filter parameter indicating that a matched node is really a NodeInstancing.
 class NegationParameter
          A parameter that negates the required value of a sub-parameter.
 class NodeIsSubnodeTypeParameter
          A filter parameter indicating that a node is of a certain subtype.
 class NodesRelatedParameter
          A filter (BooleanReturn) parameter testing whether some two nodes are related by some link type.
 class NumRelatedEqParameter
          A binary parameter indicating that the number of related nodes is equal to a certain constant.
 class OrBooleanParameter
          A logical OR for two Boolean parameters.
 class ThereExistsParameter
          A filter parameter that queries a nested ParameterSet and tests the number of results against a constant.
 

Methods in story.dbcore.parameters that return BooleanReturnParameter
 BooleanReturnParameter OrBooleanParameter.getLeftParameter()
           
 BooleanReturnParameter AndParameter.getLeftParameter()
           
 BooleanReturnParameter OrBooleanParameter.getRightParameter()
           
 BooleanReturnParameter AndParameter.getRightParameter()
           
 BooleanReturnParameter NegationParameter.getSubParameter()
           
 

Constructors in story.dbcore.parameters with parameters of type BooleanReturnParameter
AndParameter(BooleanReturnParameter leftParameter, BooleanReturnParameter rightParameter)
          Constructor
OrBooleanParameter(BooleanReturnParameter leftParameter, BooleanReturnParameter rightParameter)
          Constructor
 



Copyright © 2011 David K. Elson. All Rights Reserved.