Interface Named

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

    Modifier and Type
    Method
    Description
    Returns the name of the object.
  • Method Details

    • getName

      String getName()
      Returns the name of the object.
      Returns:
      the name of the object as a String