Uses of Class
story.dbcore.parameters.MatchingParameter

Packages that use MatchingParameter
story.dbcore.parameters   
 

Uses of MatchingParameter in story.dbcore.parameters
 

Subclasses of MatchingParameter in story.dbcore.parameters
 class BooleanMatchParameter
          A parameter requiring a Boolean object.
 class KleeneParameter
          A parameter requiring at least zero successful matches of an inner ParameterSet on an inner ParameterSet.
 class NodeParameter
          A Node parameter indicating that a particular node is required.
 class OrMatchingParameter
          A logical OR for two Matching Parameters of the same class.
 class RelatedNodeParameter
          A Node parameter which will match a node which has a particular relationship to a concrete node or a previously matched node.
 

Methods in story.dbcore.parameters that return MatchingParameter
 MatchingParameter OrMatchingParameter.getLeftParameter()
           
 MatchingParameter OrMatchingParameter.getRightParameter()
           
 

Constructors in story.dbcore.parameters with parameters of type MatchingParameter
OrMatchingParameter(MatchingParameter leftParameter, MatchingParameter rightParameter)
          Constructor without outgoing reference ID.
OrMatchingParameter(MatchingParameter leftParameter, MatchingParameter rightParameter, VariableID outgoingReference)
          Constructor with outgoing reference ID.
 



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