jp.co.nissy.jpicosheet.function
クラス OR

java.lang.Object
  上位を拡張 jp.co.nissy.jpicosheet.core.Function
      上位を拡張 jp.co.nissy.jpicosheet.function.OR

public class OR
extends Function


コンストラクタの概要
OR()
           
 
メソッドの概要
 Element call(Element[] elements, java.math.MathContext mc, Resolver resolver)
           
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OR

public OR()
メソッドの詳細

call

public Element call(Element[] elements,
                    java.math.MathContext mc,
                    Resolver resolver)
定義:
クラス Function 内の call