JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
jtabwb.engine
Interface _AbstractRule
All Known Subinterfaces:
_BranchExistsRule
,
_ClashDetectionRule
,
_MetaBacktrackRule
,
_OnRuleCompletedListener
,
_OnRuleResumedListener
,
_RegularRule
All Known Implementing Classes:
ForceBranchFailure
,
ForceBranchSuccess
public interface
_AbstractRule
The supertype of rules; this interface should be never implemented by itself, but only as part of its sub-interfaces.
Author:
Mauro Ferrari
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
java.lang.String
name
()
Returns the name of the rule
Method Detail
name
java.lang.String name()
Returns the name of the rule
Returns:
returns the name of the rule
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method