EVolve.visualization
Class DimensionDefinition

java.lang.Object
  |
  +--EVolve.visualization.DimensionDefinition

public class DimensionDefinition
extends java.lang.Object


Constructor Summary
DimensionDefinition(java.lang.String name, java.lang.String property)
          Creates a dimension definition.
 
Method Summary
 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
clone, 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