| |
|
| java.lang.Object xtc.typical.Variant
Variant | abstract public class Variant (Code) | | The superclass of all variants.
author: Laune Harris author: Robert Grimm version: $Revision: 1.3 $ |
Field Summary | |
protected T | tuple The variant's tuple. |
Constructor Summary | |
public | Variant(T tuple) Create a new variant. | protected | Variant() Create a new variant. |
tuple | protected T tuple(Code) | | The variant's tuple.
|
Variant | public Variant(T tuple)(Code) | | Create a new variant.
Parameters: tuple - The tuple. |
Variant | protected Variant()(Code) | | Create a new variant.
|
getName | abstract public String getName()(Code) | | Get this variant's name.
The name. |
getTuple | public T getTuple()(Code) | | Get this variant's tuple.
The tuple. |
hashCode | public int hashCode()(Code) | | |
|
|
|