Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Recognition
interface RuleCount
Files: GNOME_Speech.idl
GNOME-Speech-Recognition-RuleCount-inheritance GNOME-Speech-Recognition-Rule.html GNOME-Speech-SpeechObject.html Bonobo-Unknown.html
Operations Summary:
 voidinit(in Rule rule, in long count)
 longgetCount()
 voidsetCount(in long count)
 RulegetRule()
 voidsetRule(in Rule rule)

Operations Inherited from Rule
copy, toString

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void init(in Rule rule, in long count)

RuleCount initializer with contained rule and count.

Parameters:
rule - the rule.
count - the count.


 long getCount()

Returns the count: OPTIONAL, ZERO_OR_MORE, ONCE_OR_MORE.

Return:
the count: OPTIONAL, ZERO_OR_MORE, ONCE_OR_MORE.
See Also:
OPTIONAL
ZERO_OR_MORE
ONCE_OR_MORE


 void setCount(in long count)

Set the count. If count is not one of the defined values OPTIONAL, ZERO_OR_MORE, ONCE_OR_MORE) the call is ignored.

Parameters:
count - the count.
See Also:
OPTIONAL
ZERO_OR_MORE
ONCE_OR_MORE


 Rule getRule()

Returns the contained Rule object.

Return:
the contained Rule object.


 void setRule(in Rule rule)

Set the contained Rule object.

Parameters:
rule - the rule.