|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.hyades.loaders.util.AgentProxyContext
org.eclipse.hyades.loaders.util.HierarchyContext
public class HierarchyContext
| Constructor Summary | |
|---|---|
HierarchyContext()
|
|
| Method Summary | |
|---|---|
void |
cleanUp()
|
TRCAgent |
getAgent()
|
java.lang.String |
getContextURI()
|
java.util.Map |
getCustomData()
Map for storing custom data, each loader can add it's own key/value pairs. |
org.eclipse.hyades.models.hierarchy.util.internal.ImportFilterEngine |
getFilterEngine()
|
java.util.List |
getGlobalForwardReferences()
|
TRCMonitor |
getMonitor()
|
TRCNode |
getNode()
|
TRCProcessProxy |
getProcessProxy()
|
boolean |
isFilterOn()
|
void |
setAgent(TRCAgent agent)
Sets the agent. |
void |
setContextURI(java.lang.String string)
|
void |
setCustomData(java.util.Map map)
|
void |
setGlobalForwardReferences(java.util.List globalForwardReferences)
Sets the globalForwardReferences. |
void |
setImportFilter(SimpleSearchQuery importFilter)
|
void |
setMonitor(TRCMonitor monitor)
Sets the monitor. |
void |
setNode(TRCNode node)
Sets the node. |
void |
setProcessProxy(TRCProcessProxy processProxy)
Sets the processProxy. |
| Methods inherited from class org.eclipse.hyades.loaders.util.AgentProxyContext |
|---|
getAgentInstance, getAgentListener, getAgentProxy, getCollectionMode, getDataProcessor, isLoadToModel, setAgentInstance, setAgentListener, setAgentProxy, setCollectionMode, setDataProcessor, setLoadToModel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HierarchyContext()
| Method Detail |
|---|
public void setAgent(TRCAgent agent)
agent - The agent to setpublic TRCAgent getAgent()
public void setGlobalForwardReferences(java.util.List globalForwardReferences)
globalForwardReferences - The globalForwardReferences to setpublic java.util.List getGlobalForwardReferences()
public void setMonitor(TRCMonitor monitor)
monitor - The monitor to setpublic TRCMonitor getMonitor()
public void setNode(TRCNode node)
node - The node to setpublic TRCNode getNode()
public void setProcessProxy(TRCProcessProxy processProxy)
processProxy - The processProxy to setpublic TRCProcessProxy getProcessProxy()
public java.lang.String getContextURI()
public void setContextURI(java.lang.String string)
string - public java.util.Map getCustomData()
public void setCustomData(java.util.Map map)
map - public boolean isFilterOn()
public org.eclipse.hyades.models.hierarchy.util.internal.ImportFilterEngine getFilterEngine()
public void setImportFilter(SimpleSearchQuery importFilter)
importFilter - The importFilter to set.public void cleanUp()
cleanUp in class AgentProxyContext
|
TPTP 4.5.0 Platform Project Public API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||