TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.models.common.facades.behavioral
Interface IVerificationPoint

All Superinterfaces:
IAction, INamedElement
All Known Subinterfaces:
TPFValidationAction
All Known Implementing Classes:
TPFValidationActionImpl

public interface IVerificationPoint
extends IAction

A verification point is an action that performs some form of validation. The validation action provided has an expression that evaluates to either true or false and passes that evaluation along as a result of the test case.


Method Summary
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.IAction
getActionAnnotations, getActionProperties, isSynchronous, setSynchronous
 
Methods inherited from interface org.eclipse.hyades.models.common.facades.behavioral.INamedElement
getDescription, getId, getName, setDescription, setId, setName
 


TPTP 4.5.0 Platform Project
Public API Specification