Skip to content
Snippets Groups Projects
  • Gregor Maier's avatar
    e5415588
    Update entity classification · e5415588
    Gregor Maier authored
    * IEntityClassifier only returns a single entity class per entity and all
      entities of a device must belong to the same entity class. Semantics for
      multiple classes was unclear.
    
    * IEntityClassifier is now an IFloodlightService to have a cleaner way of
      setting the classifier to use (the classifier needs to be set before
      DeviceManager.startUp() is called).
    
    [BSC-1838]
    e5415588
    History
    Update entity classification
    Gregor Maier authored
    * IEntityClassifier only returns a single entity class per entity and all
      entities of a device must belong to the same entity class. Semantics for
      multiple classes was unclear.
    
    * IEntityClassifier is now an IFloodlightService to have a cleaner way of
      setting the classifier to use (the classifier needs to be set before
      DeviceManager.startUp() is called).
    
    [BSC-1838]