Interface EntityFactFactory

All Known Implementing Classes:
EntityFactFactoryImpl

public interface EntityFactFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create a fact from an entity
  • Method Details

    • createFact

      EntityFact createFact(Entity entity)
      create a fact from an entity
      Parameters:
      entity - the entity to create the fact for
      Returns:
      the created fact