TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.test.manual.runner.model
Class Action

java.lang.Object
  extended byorg.eclipse.hyades.test.manual.runner.model.NamedElement
      extended byorg.eclipse.hyades.test.manual.runner.model.Action
Direct Known Subclasses:
Loop, TestInvocation

Deprecated. As of TPTP v4.1.0, replaced by one or more classes in the #org.eclipse.tptp.test.manual.runner.core.internal.model package.

public abstract class Action
extends NamedElement

Since:
1.0.2

Constructor Summary
Action()
          Deprecated.  
 
Method Summary
 void dispose()
          Deprecated.  
 IActionOwner getOwner()
          Deprecated.  
 boolean isSynchronous()
          Deprecated.  
 void setOwner(IActionOwner newOwner)
          Deprecated.  
 void setSynchronous(boolean synchronous)
          Deprecated.  
 
Methods inherited from class org.eclipse.hyades.test.manual.runner.model.NamedElement
getDescription, getExecutionId, getId, getIteration, getName, setDescription, setExecutionId, setId, setIteration, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Action

public Action()
Deprecated. 
Method Detail

dispose

public void dispose()
Deprecated. 
Overrides:
dispose in class NamedElement
See Also:
NamedElement.dispose()

setOwner

public void setOwner(IActionOwner newOwner)
Deprecated. 

getOwner

public IActionOwner getOwner()
Deprecated. 

isSynchronous

public boolean isSynchronous()
Deprecated. 

setSynchronous

public void setSynchronous(boolean synchronous)
Deprecated. 

TPTP 4.3.0 Testing Tools Project
Public API Specification