Class TypeJudgement

java.lang.Object
tools.refinery.interpreter.matchers.psystem.TypeJudgement

public class TypeJudgement extends Object
A judgement that means that the given tuple of variables will represent a tuple of values that is a member of the extensional relation identified by the given input key.
  • Constructor Details

    • TypeJudgement

      public TypeJudgement(IInputKey inputKey, Tuple variablesTuple)
      Parameters:
      inputKey -
      variablesTuple -
  • Method Details