TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.analysis.engine.algorithm
Interface ITemplateAlgorithm

All Superinterfaces:
org.eclipse.emf.ecore.EObject, IAlgorithm, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ITypeCountAlgorithm, ITypeCountTemplate
All Known Implementing Classes:
ITemplateAlgorithmImpl, ITypeCountAlgorithmImpl

public interface ITemplateAlgorithm
extends IAlgorithm

A representation of the model object 'ITemplate Algorithm'. The template algorithm supports generic creation of the algorithm data.

See Also:
AlgorithmPackage.getITemplateAlgorithm()

Method Summary
 IData newAlgorithmData()
           
 
Methods inherited from interface org.eclipse.tptp.platform.analysis.engine.IAlgorithm
addData, getCategory, getData, getEnabledData, getName, getParameters, getTitle, getType, getXmlFileURL, isQuick, setCategory, setName, setType, setXmlFileURL, supports
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

newAlgorithmData

public IData newAlgorithmData()


TPTP 4.1.0 Platform Project
Public API Specification