GP.Attributes.Values
Class Conjoin

java.lang.Object
  |
  +--GP.Attributes.Value
        |
        +--GP.Attributes.Values.Conjoin

public class Conjoin
extends Value


Constructor Summary
Conjoin(Value valOne, Value valTwo)
           
 
Method Summary
 double GetValue()
           
 
Methods inherited from class GP.Attributes.Value
Copy, equals, Sum
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Conjoin

public Conjoin(Value valOne,
               Value valTwo)
Method Detail

GetValue

public double GetValue()
Overrides:
GetValue in class Value