Class Expression

java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.expression.Expression
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ExistenceExpression, FunctionCall, Term

public abstract class Expression extends LogicObject
See Also:
  • Field Details

    • EMPTY_ARRAY

      public static final Expression[] EMPTY_ARRAY
  • Constructor Details

    • Expression

      public Expression()