TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.loaders.util
Class HierarchyContext

java.lang.Object
  extended byorg.eclipse.hyades.loaders.util.AgentProxyContext
      extended byorg.eclipse.hyades.loaders.util.HierarchyContext

public class HierarchyContext
extends AgentProxyContext


Constructor Summary
HierarchyContext()
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchyContext

public HierarchyContext()
Method Detail

setAgent

public void setAgent(TRCAgent agent)
Sets the agent.

Parameters:
agent - The agent to set

getAgent

public TRCAgent getAgent()
Returns:
TRCAgent

setGlobalForwardReferences

public void setGlobalForwardReferences(java.util.List globalForwardReferences)
Sets the globalForwardReferences.

Parameters:
globalForwardReferences - The globalForwardReferences to set

getGlobalForwardReferences

public java.util.List getGlobalForwardReferences()
Returns:
List

setMonitor

public void setMonitor(TRCMonitor monitor)
Sets the monitor.

Parameters:
monitor - The monitor to set

getMonitor

public TRCMonitor getMonitor()
Returns:
TRCMonitor

setNode

public void setNode(TRCNode node)
Sets the node.

Parameters:
node - The node to set

getNode

public TRCNode getNode()
Returns:
TRCNode

setProcessProxy

public void setProcessProxy(TRCProcessProxy processProxy)
Sets the processProxy.

Parameters:
processProxy - The processProxy to set

getProcessProxy

public TRCProcessProxy getProcessProxy()
Returns:
TRCProcessProxy

getContextURI

public java.lang.String getContextURI()
Returns:

setContextURI

public void setContextURI(java.lang.String string)
Parameters:
string -

getCustomData

public java.util.Map getCustomData()
Map for storing custom data, each loader can add it's own key/value pairs.

Returns:

setCustomData

public void setCustomData(java.util.Map map)
Parameters:
map -

isFilterOn

public boolean isFilterOn()
Returns:

getFilterEngine

public org.eclipse.hyades.models.hierarchy.util.internal.ImportFilterEngine getFilterEngine()
Returns:

setImportFilter

public void setImportFilter(SimpleSearchQuery importFilter)
Parameters:
importFilter - The importFilter to set.

TPTP 4.1.0 Platform Project
Public API Specification