Class RestrictionSetImpl

java.lang.Object
org.aksw.jena_sparql_api.restriction.RestrictionSetImpl

public class RestrictionSetImpl extends Object
A disjunction of restrictions. Only becomes unsatisfiable if all members are unsatisfiable
Author:
Claus Stadler <cstadler@informatik.uni-leipzig.de>
  • Constructor Details

    • RestrictionSetImpl

      public RestrictionSetImpl()
    • RestrictionSetImpl

      public RestrictionSetImpl(boolean value)
    • RestrictionSetImpl

      public RestrictionSetImpl(RestrictionImpl restriction)
    • RestrictionSetImpl

      public RestrictionSetImpl(List<RestrictionImpl> restrictions)
    • RestrictionSetImpl

      public RestrictionSetImpl(RestrictionSetImpl other)
  • Method Details