Interface IEntity
Interface that represents an element of a puzzle, whose behavior or properties are to be modified or mutated by transformations in order to find a solution to said puzzle.
Namespace: TreeProblemFramework.Description
Remarks
This interface exposes no members, as its intent is to set a "common type" on instances of value objects, which will allow them to flow through TPF. Yet if needed, these objects can be cast on demand into an appropriate type.