|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |