Interface FactContext

All Known Implementing Classes:
PropertyValue

public interface FactContext
  • Method Details

    • getTypeIDs

      List<DOID> getTypeIDs()
      Get the Type choices for the Fact
      Returns:
      List of Type IDs
    • getBucketSet

      BucketSet getBucketSet()
      Returns:
      BucketSet constraining the Fact values. null otherwise
    • getDefaultExpression

      Expression getDefaultExpression()
      Returns:
      Default Expression (if any) associated with the Fact, null otherwise
    • getFactAliasPrefix

      String getFactAliasPrefix()
      Returns:
      Prefix for the default Fact Alias (if any), "" otherwise
    • isTranslatable

      boolean isTranslatable()
      Returns:
      true if Fact Alias is user translatable, "" otherwise