Class RestrictionSetImpl
java.lang.Object
org.aksw.jena_sparql_api.restriction.RestrictionSetImpl
A disjunction of restrictions.
Only becomes unsatisfiable if all members are unsatisfiable
- Author:
- Claus Stadler <cstadler@informatik.uni-leipzig.de>
-
Constructor Summary
ConstructorsConstructorDescriptionRestrictionSetImpl(boolean value) RestrictionSetImpl(List<RestrictionImpl> restrictions) RestrictionSetImpl(RestrictionImpl restriction) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanclone()booleangetType()inthashCode()booleanbooleanstateNode(org.apache.jena.graph.Node newNode) booleanstateRestriction(RestrictionImpl other) booleanbooleanstateType(RdfTermType newType) booleanstateUriPrefixes(PrefixSet prefixes) toString()
-
Constructor Details
-
RestrictionSetImpl
public RestrictionSetImpl() -
RestrictionSetImpl
public RestrictionSetImpl(boolean value) -
RestrictionSetImpl
-
RestrictionSetImpl
-
RestrictionSetImpl
-
-
Method Details
-
getUriPrefixes
-
getType
-
getRestrictions
-
addAlternatives
-
addAlternative
-
stateRestriction
-
stateRestriction
-
isUnsatisfiable
public boolean isUnsatisfiable() -
clone
-
stateType
-
stateNode
public boolean stateNode(org.apache.jena.graph.Node newNode) -
stateUriPrefixes
-
toString
-
hashCode
public int hashCode() -
equals
-