Package io.inversion
Class Chain.ActionMatch
java.lang.Object
io.inversion.Chain.ActionMatch
- All Implemented Interfaces:
Comparable<Chain.ActionMatch>
- Enclosing class:
- Chain
-
Constructor Summary
ConstructorsConstructorDescriptionActionMatch(io.inversion.utils.Path rule, io.inversion.utils.Path path, Action action) -
Method Summary
-
Constructor Details
-
ActionMatch
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<Chain.ActionMatch>
-
toString
-
getRule
public io.inversion.utils.Path getRule() -
getPath
public io.inversion.utils.Path getPath() -
getAction
-