We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GomlNode#bindQueriedNodes("selector","variableName"); GomlNode#bindQueriedFirstNode("selector","variableName"); GomlNode#bindQueriedSingleNode("selector","variableName");
指定されたselectorで取得されるGomlNodeの配列を指定された変数に代入する。 もし、取得されるノードが指定されるクエリを満たさなくなった場合更新される。
ただし、bindQueriedNodeが探索するのは指定されたノード(this)以下に対するクエリであって、それ以外は探索しない。
以上の要因を考慮して更新する。基本的にはノードの変化の時しか起きないので更新頻度は高くないと思われる。
The text was updated successfully, but these errors were encountered:
moajo
No branches or pull requests
指定されたselectorで取得されるGomlNodeの配列を指定された変数に代入する。
もし、取得されるノードが指定されるクエリを満たさなくなった場合更新される。
ただし、bindQueriedNodeが探索するのは指定されたノード(this)以下に対するクエリであって、それ以外は探索しない。
ノードが増えうる場合
ノードが減りうる場合
以上の要因を考慮して更新する。基本的にはノードの変化の時しか起きないので更新頻度は高くないと思われる。
The text was updated successfully, but these errors were encountered: