Woolpack API

woolpack.xml
クラス NodeSeeker<C extends NodeContext,E extends java.lang.Exception>

java.lang.Object
  上位を拡張 woolpack.xml.AbstractNodeSeeker<C,E>
      上位を拡張 woolpack.xml.NodeSeeker<C,E>
すべての実装されたインタフェース:
Fn<C,java.lang.Void,E>

public class NodeSeeker<C extends NodeContext,E extends java.lang.Exception>
extends AbstractNodeSeeker<C,E>


コンストラクタの概要
NodeSeeker(Fn<? super C,java.lang.Void,? extends E> fn)
           
 
メソッドの概要
 java.lang.Void exec(C context)
          関数を実行します。
 Fn<? super C,java.lang.Void,? extends E> getFn()
           
 void setFn(Fn<? super C,java.lang.Void,? extends E> fn)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NodeSeeker

public NodeSeeker(Fn<? super C,java.lang.Void,? extends E> fn)
メソッドの詳細

exec

public java.lang.Void exec(C context)
                    throws E extends java.lang.Exception
インタフェース Fn の記述:
関数を実行します。

定義:
インタフェース Fn<C extends NodeContext,java.lang.Void,E extends java.lang.Exception> 内の exec
オーバーライド:
クラス AbstractNodeSeeker<C extends NodeContext,E extends java.lang.Exception> 内の exec
パラメータ:
context - コンテキスト役。
戻り値:
返却値。
例外:
E - 例外。
E extends java.lang.Exception

getFn

public Fn<? super C,java.lang.Void,? extends E> getFn()

setFn

public void setFn(Fn<? super C,java.lang.Void,? extends E> fn)

Woolpack API

Copyright (C) 2006-2007 Takahiro Nakamura. All rights reserved.