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

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

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

public class SimpleDataFlow
extends java.lang.Object
implements DataFlow


Constructor Summary
SimpleDataFlow(java.lang.String name, DataSource source, DimensionSet set)
           
 
Method Summary
 DataSource getDataSource()
           
 DimensionSet getDimensionSet()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDataFlow

public SimpleDataFlow(java.lang.String name,
                      DataSource source,
                      DimensionSet set)
Method Detail

getDataSource

public DataSource getDataSource()
Specified by:
getDataSource in interface DataFlow

getDimensionSet

public DimensionSet getDimensionSet()
Specified by:
getDimensionSet in interface DataFlow

getName

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

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