com.karmasphere.share.persist
Class Combination

java.lang.Object
  extended by com.karmasphere.share.persist.Combination

public class Combination
extends Object

A combination of Facts into an aggregate result.


Constructor Summary
Combination(int value)
           
Combination(int value, String data)
           
 
Method Summary
 String getData()
           
 int getValue()
           
 String toString()
           
 void toStringDetails(StringBuilder buf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Combination

public Combination(int value,
                   String data)

Combination

public Combination(int value)
Method Detail

getValue

public int getValue()

getData

public String getData()

toStringDetails

public void toStringDetails(StringBuilder buf)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2005 Karamsphere. All Rights Reserved.