Interface Labeled

All Known Subinterfaces:
FactBase, FOQuery<Formula>, FORule, PreparedFOQuery<Formula,QD>, PreparedQuery<QueryType, DataSource, AnswerType, AssignationType>, Query, Rule, Sentence
All Known Implementing Classes:
DefaultInMemoryAtomSet, FactBaseDelAtomsWrapper, FederatedFactBase, FOQueryImpl, FORuleImpl, LightInMemoryGraphStore, PreparedFOQueryImpl, PreparedQueryImpl, RDBMSStore, SimpleInMemoryGraphStore, TripleStoreStore, UnionFOQuery

public interface Labeled
Common interface for Integraal objects that can be labeled by a name.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default empty label.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the current label.
    void
    Updates the current label.
  • Field Details

  • Method Details

    • getLabel

      String getLabel()
      Returns the current label.
      Returns:
      the label of this object
    • setLabel

      void setLabel(String label)
      Updates the current label.
      Parameters:
      label - the new label