|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.trace.ui.internal.launcher.core.AnalysisType
public class AnalysisType
This class represents an analysis type. The class implements IProfilingSetType
to be able to support backward compatibility.
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Provides a shallow clone of this object |
static AnalysisType |
constructInstance(org.eclipse.core.runtime.IConfigurationElement configurationElement)
|
boolean |
equals(java.lang.Object obj)
Compares this object with the passed object and returns true iff the passed object is of type AnalysisType OR IProfilingSetType and has the same ID. |
java.util.Map |
getCoexistanceViolators()
|
LightConfigurationLoader |
getConfigurationLoader()
|
java.lang.String |
getDescription()
|
org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration |
getFilter()
|
java.lang.String |
getGroup()
|
org.eclipse.jface.resource.ImageDescriptor |
getIcon()
|
java.lang.String |
getId()
|
org.eclipse.jface.resource.ImageDescriptor |
getImage()
|
java.lang.String |
getName()
|
org.eclipse.hyades.trace.ui.launcher.IProfilingType |
getProfilingType()
|
org.eclipse.tptp.trace.ui.provisional.launcher.ILaunchValidator |
getValidator()
|
boolean |
isUseFilters()
|
void |
setCoexistanceViolators(java.util.Map coexistanceViolators)
|
void |
setConfiguration(LightConfigurationLoader configuration)
|
void |
setDescription(java.lang.String description)
|
void |
setFilter(org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration filter)
|
void |
setGroup(java.lang.String group)
|
void |
setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
|
void |
setId(java.lang.String id)
|
void |
setImage(org.eclipse.jface.resource.ImageDescriptor image)
|
void |
setName(java.lang.String name)
|
void |
setProfilingType(org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType)
|
void |
setSupplement(org.eclipse.tptp.trace.ui.provisional.launcher.ILaunchValidator validator)
|
void |
setUseFilters(boolean useFilters)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static AnalysisType constructInstance(org.eclipse.core.runtime.IConfigurationElement configurationElement)
public java.util.Map getCoexistanceViolators()
public void setCoexistanceViolators(java.util.Map coexistanceViolators)
public LightConfigurationLoader getConfigurationLoader()
public void setConfiguration(LightConfigurationLoader configuration)
public java.lang.String getDescription()
getDescription in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setDescription(java.lang.String description)
setDescription in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic org.eclipse.jface.resource.ImageDescriptor getIcon()
public void setIcon(org.eclipse.jface.resource.ImageDescriptor icon)
public java.lang.String getId()
getId in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setId(java.lang.String id)
setId in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic java.lang.String getName()
getName in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setName(java.lang.String name)
setName in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic org.eclipse.tptp.trace.ui.provisional.launcher.ILaunchValidator getValidator()
public void setSupplement(org.eclipse.tptp.trace.ui.provisional.launcher.ILaunchValidator validator)
public org.eclipse.jface.resource.ImageDescriptor getImage()
getImage in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setImage(org.eclipse.jface.resource.ImageDescriptor image)
setImage in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration getFilter()
public void setFilter(org.eclipse.tptp.trace.ui.provisional.launcher.ICollectorFiltration filter)
filter - the filter to setpublic org.eclipse.hyades.trace.ui.launcher.IProfilingType getProfilingType()
getProfilingType in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setProfilingType(org.eclipse.hyades.trace.ui.launcher.IProfilingType profilingType)
setProfilingType in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic boolean isUseFilters()
isUseFilters in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setUseFilters(boolean useFilters)
setUseFilters in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic java.lang.String getGroup()
getGroup in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic void setGroup(java.lang.String group)
setGroup in interface org.eclipse.hyades.trace.ui.launcher.IProfilingSetTypepublic java.lang.Object clone()
clone in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - The object that will be compared with this object
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||