com.clarkparsia.pellet.rules.builtins
Interface NumericFunction


public interface NumericFunction

Title: Numeric Function

Description: An interface for numeric function to implement for NumericBuiltIn

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Method Summary
 java.lang.Number apply(java.math.BigDecimal... args)
           
 java.lang.Number apply(java.math.BigInteger... args)
           
 java.lang.Number apply(java.lang.Double... args)
           
 java.lang.Number apply(java.lang.Float... args)
           
 

Method Detail

apply

java.lang.Number apply(java.math.BigDecimal... args)

apply

java.lang.Number apply(java.math.BigInteger... args)

apply

java.lang.Number apply(java.lang.Double... args)

apply

java.lang.Number apply(java.lang.Float... args)


Copyright © 2004 Evren Sirin. All Rights Reserved.