|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ILifelineLoader
This interface caracterizes a lifeline loader: something that is able to decide what are two distinct lifelines.
| Method Summary | |
|---|---|
boolean |
drillDownEnabled(java.lang.String value)
Enables drill down |
java.lang.String |
getDistinguishedLifeLineTitle(org.eclipse.emf.ecore.EObject eo,
int rank)
Returns the distinguishedtitle of a lifeline |
java.lang.String |
getFinalTitleString()
Return the convenient title when this loader is the one |
int |
getLifeLineCategory(org.eclipse.emf.ecore.EObject eo)
Get the category of a lifeline |
org.eclipse.emf.ecore.EObject |
getLifelineEObjectFromMethodInvocation(TRCFullMethodInvocation mi)
Associates a EObject denoting a lifeline to a method invocation |
java.lang.String |
getLifeLineId(org.eclipse.emf.ecore.EObject eo)
Returns the unique id of a lifeline |
java.lang.String |
getLifeLineTitle(org.eclipse.emf.ecore.EObject eo,
boolean long_)
Returns the title of a lifeline |
java.lang.String |
getLifelineType(org.eclipse.emf.ecore.EObject eObject)
|
java.lang.String |
getLifelineTypeName()
|
java.lang.String |
getMessageTypeName()
|
ILifelineLoader |
getParent()
|
| Method Detail |
|---|
ILifelineLoader getParent()
org.eclipse.emf.ecore.EObject getLifelineEObjectFromMethodInvocation(TRCFullMethodInvocation mi)
mi - the method invocation
int getLifeLineCategory(org.eclipse.emf.ecore.EObject eo)
to - the EObject denoting this lifeline
java.lang.String getLifeLineTitle(org.eclipse.emf.ecore.EObject eo,
boolean long_)
to - the EObject denoting this lifelinelong_ - long version if true, short string otherwise
java.lang.String getDistinguishedLifeLineTitle(org.eclipse.emf.ecore.EObject eo,
int rank)
eo - the EObject denoting this lifelinerank - its rank
java.lang.String getLifeLineId(org.eclipse.emf.ecore.EObject eo)
to - the EObject denoting this lifeline
java.lang.String getFinalTitleString()
boolean drillDownEnabled(java.lang.String value)
value - the value 'true' or 'false' to compare this property to
java.lang.String getLifelineType(org.eclipse.emf.ecore.EObject eObject)
java.lang.String getLifelineTypeName()
java.lang.String getMessageTypeName()
|
TPTP 4.6.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||