TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.trace.ui.internal.launcher.core
Class AnalysisTypeAssociationManager

java.lang.Object
  extended by org.eclipse.tptp.trace.ui.internal.launcher.core.AnalysisTypeAssociationManager

public class AnalysisTypeAssociationManager
extends java.lang.Object

Loads the extension point org.eclipse.hyades.trace.ui.analysisTypesAssociation.


Method Summary
 AnalysisType[] getAssociatedAnalysisTypes(java.lang.String dataCollectionMechanismId)
           
static AnalysisTypeAssociationManager getInstance()
          Returns the single instance of this class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static AnalysisTypeAssociationManager getInstance()
Returns the single instance of this class

Returns:
The instance of this class

getAssociatedAnalysisTypes

public AnalysisType[] getAssociatedAnalysisTypes(java.lang.String dataCollectionMechanismId)

TPTP 4.6.0 Platform Project
Internal API Specification