Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

org.openquark.gems.client
Class AutoburnLogic.BurnCombination

java.lang.Object
  extended by org.openquark.gems.client.AutoburnLogic.BurnCombination
Enclosing class:
AutoburnLogic

public static class AutoburnLogic.BurnCombination
extends Object

A helper class to hold information about a single burn combination. This holds information about which inputs to burn as well as the type closeness for this burning combination. Note that the arguments are represented as integer indices relative to the arguments of the gem and not the gem tree.

Author:
Richard Webster

Method Summary
 int getBurnTypeCloseness()
          Returns the type closeness of this burning combination.
 int[] getInputsToBurn()
          Returns the argument indexes to burn.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBurnTypeCloseness

public int getBurnTypeCloseness()
Returns the type closeness of this burning combination.


getInputsToBurn

public int[] getInputsToBurn()
Returns the argument indexes to burn. Each int is the index of an arg to burn with respect to the gem.


Business Objects
Quark Platform Documentation
Version 1.7.0_0
Business Objects

Copyright © 2007 Business Objects. All rights reserved.