|
TPTP 4.5.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.platform.instrumentation.ui.internal.core.InstrumentPoint
public class InstrumentPoint
InstrumentPoint object contains all the information about a instrument point.
| Constructor Summary | |
|---|---|
InstrumentPoint(java.lang.String id)
Default constructor |
|
| Method Summary | |
|---|---|
java.util.Map |
getClassInformation()
Returns the class information as map Key the class name Value the class byte arry |
java.lang.String |
getDescription()
Returns the description. |
java.lang.String |
getId()
Returns the instrument point id. |
java.lang.String |
getInstrumentTypeId()
Retruns the instrument type id. |
java.lang.String |
getName()
Returns the name |
java.lang.String |
getProbeScript()
Returns the probe script name |
java.lang.String |
getProbeScriptContent()
Returns the contents of the probe script |
java.lang.String |
getType()
Returns the type either aspects or probes |
void |
setClassInformation(java.util.Map classInfo)
Sets the class information |
void |
setDescription(java.lang.String description)
Sets the description |
void |
setId(java.lang.String id)
Set the instrument point id. |
void |
setInstrumentTypeId(java.lang.String instrumentTypeId)
Sets the instrument type id |
void |
setName(java.lang.String name)
Sets the name |
void |
setProbeScript(java.lang.String probeScript)
Sets the probe script name |
void |
setProbeScriptContent(java.lang.String probeScriptContent)
Sets the contents of the probe script |
void |
setType(java.lang.String type)
Sets the type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstrumentPoint(java.lang.String id)
id - the id| Method Detail |
|---|
public java.lang.String getProbeScriptContent()
public void setProbeScriptContent(java.lang.String probeScriptContent)
probeScriptContent - the contentspublic java.util.Map getClassInformation()
public void setClassInformation(java.util.Map classInfo)
classInfo - the class informationpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - the descriptionpublic java.lang.String getId()
public void setId(java.lang.String id)
id - the idpublic java.lang.String getInstrumentTypeId()
public void setInstrumentTypeId(java.lang.String instrumentTypeId)
instrumentTypeId - the instrument type idpublic java.lang.String getName()
public void setName(java.lang.String name)
name - the namepublic java.lang.String getProbeScript()
public void setProbeScript(java.lang.String probeScript)
probeScript - the probe script namepublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||