TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine
Class EngineLookup

java.lang.Object
  extended byorg.eclipse.tptp.platform.analysis.engine.EngineLookup

public class EngineLookup
extends java.lang.Object

EngineLookup


Constructor Summary
EngineLookup(IEngine engine)
          Constructor.
 
Method Summary
 ICategory getCategory(IData data)
          Get the category by name.
 IData getData(java.lang.String name)
          Get the data by name.
 IEngine getEngine()
          Get the engine.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineLookup

public EngineLookup(IEngine engine)
Constructor.

Parameters:
engine -
Method Detail

getEngine

public IEngine getEngine()
Get the engine.

Returns:

getData

public IData getData(java.lang.String name)
Get the data by name.

Parameters:
name -
Returns:

getCategory

public ICategory getCategory(IData data)
Get the category by name.

Parameters:
data -
Returns:

TPTP 4.2.0 Platform Project
Public API Specification