org.specrunner.plugins
Class ActionType

java.lang.Object
  extended by org.specrunner.util.xom.AbstractType<ActionType>
      extended by org.specrunner.plugins.ActionType
All Implemented Interfaces:
Comparable<ActionType>, IPresentation
Direct Known Subclasses:
Assertion, Command, Control, Undefined

public class ActionType
extends AbstractType<ActionType>

A type for plugins.

Author:
Thiago Santos

Field Summary
 
Fields inherited from class org.specrunner.util.xom.AbstractType
importance, name
 
Constructor Summary
protected ActionType(String name, double importance)
          Creates a type.
 
Method Summary
 
Methods inherited from class org.specrunner.util.xom.AbstractType
asNode, asString, compareTo, equals, getCssName, getName, hashCode, max, setName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionType

protected ActionType(String name,
                     double importance)
Creates a type.

Parameters:
name - The name.
importance - The importance.


Copyright © 2014. All rights reserved.