com.clarkparsia.pellet.rules.builtins
Class NumericPromotion

java.lang.Object
  extended by com.clarkparsia.pellet.rules.builtins.NumericPromotion

public class NumericPromotion
extends java.lang.Object

Title: Numeric Promotion

Description: Utility to promote two numerics to comparable types.

Copyright: Copyright (c) 2007

Company: Clark & Parsia, LLC.

Author:
Ron Alford

Constructor Summary
NumericPromotion()
           
 
Method Summary
 void accept(NumericVisitor visitor)
           
 void promote(java.lang.Number... nums)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumericPromotion

public NumericPromotion()
Method Detail

accept

public void accept(NumericVisitor visitor)

promote

public void promote(java.lang.Number... nums)


Copyright © 2004 Evren Sirin. All Rights Reserved.