Interface EntityFactFactory

All Known Implementing Classes:
EntityFactFactoryImpl

public interface EntityFactFactory
  • Method Summary Link icon

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

    • createFact Link icon

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