- All Known Subinterfaces:
Knowledge,Rule,RuleBuilder<C>,RuleDescriptor,RuleSession<S>,RuleSet<R>,RuleSetContext<C,,R> RuntimeRule,StatefulSession,StatelessSession,TypeField
- All Known Implementing Classes:
AbstractSessionWrapper,KnowledgeWrapper
public interface Named
The Named interface represents an entity with a name.
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the object.- Returns:
- the name of the object as a String
-