EVolve.visualization
Class DimensionDefinition

java.lang.Object
  |
  +--EVolve.visualization.DimensionDefinition
All Implemented Interfaces:
java.lang.Cloneable

public class DimensionDefinition
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
DimensionDefinition(java.lang.String name, java.lang.String property)
          Creates a dimension definition.
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getName()
          Gets the name of the dimension.
 java.lang.String getProperty()
          Gets the property required by the dimension.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DimensionDefinition

public DimensionDefinition(java.lang.String name,
                           java.lang.String property)
Creates a dimension definition.

Parameters:
name - name of the dimension
property - property required by the dimension
Method Detail

getName

public java.lang.String getName()
Gets the name of the dimension.

Returns:
name of the dimension

getProperty

public java.lang.String getProperty()
Gets the property required by the dimension.

Returns:
property required by the dimension

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object