Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/j-easy/easy-rules
/ getName
Method
getName
easy-rules-core/src/main/java/org/jeasy/rules/api/Rule.java:55–55 ·
view source on GitHub ↗
Getter for rule name. @return the rule name
()
Source
from the content-addressed store, hash-verified
53
* @
return
the rule name
54
*/
55
default String getName() {
56
return
DEFAULT_NAME;
57
}
58
Callers
15
testRulesCreation
Method · 0.95
testRuleCreationFromFileReader
Method · 0.95
testRuleCreationFromStringReader
Method · 0.95
testRuleCreationFromFileReader_withCompositeRules
Method · 0.95
testDefaultRuleCreationWithDefaultValues
Method · 0.95
testDefaultRuleCreationWithCustomValues
Method · 0.95
proxyingHappensEvenWhenRuleIsAnnotatedWithMetaRuleAnnotation
Method · 0.95
asRuleForObjectThatImplementsRule
Method · 0.95
asRuleForObjectThatHasProxied
Method · 0.95
equalsMethod
Method · 0.95
testRulesCreation
Method · 0.95
testRuleCreationFromFileReader
Method · 0.95
Implementers
1
BasicRule
easy-rules-core/src/main/java/org/jeas
Calls
no outgoing calls
Tested by
15
testRulesCreation
Method · 0.76
testRuleCreationFromFileReader
Method · 0.76
testRuleCreationFromStringReader
Method · 0.76
testRuleCreationFromFileReader_withCompositeRules
Method · 0.76
testDefaultRuleCreationWithDefaultValues
Method · 0.76
testDefaultRuleCreationWithCustomValues
Method · 0.76
proxyingHappensEvenWhenRuleIsAnnotatedWithMetaRuleAnnotation
Method · 0.76
asRuleForObjectThatImplementsRule
Method · 0.76
asRuleForObjectThatHasProxied
Method · 0.76
testRulesCreation
Method · 0.76
testRuleCreationFromFileReader
Method · 0.76
testRuleCreationFromStringReader
Method · 0.76