COSMOS ${releaseVersion} data-collection Project
Public API Specification

org.eclipse.cosmos.dc.common.registry.impl
Class SimpleDimensionSet

java.lang.Object
  extended by org.eclipse.cosmos.dc.common.registry.impl.SimpleDimensionSet
All Implemented Interfaces:
DimensionSet

public class SimpleDimensionSet
extends java.lang.Object
implements DimensionSet


Constructor Summary
SimpleDimensionSet(java.lang.String name, java.util.Collection<Dimension> list)
           
 
Method Summary
 java.util.Collection<Dimension> getDimensions()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDimensionSet

public SimpleDimensionSet(java.lang.String name,
                          java.util.Collection<Dimension> list)
Method Detail

getDimensions

public java.util.Collection<Dimension> getDimensions()
Specified by:
getDimensions in interface DimensionSet

getName

public java.lang.String getName()
Specified by:
getName in interface DimensionSet

COSMOS ${releaseVersion} data-collection Project
Public API Specification