public class RestrictionSetImpl extends Object
| Constructor and Description |
|---|
RestrictionSetImpl() |
RestrictionSetImpl(boolean value) |
RestrictionSetImpl(List<RestrictionImpl> restrictions) |
RestrictionSetImpl(RestrictionImpl restriction) |
RestrictionSetImpl(RestrictionSetImpl other) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAlternative(RestrictionImpl r) |
boolean |
addAlternatives(RestrictionSetImpl rs) |
RestrictionSetImpl |
clone() |
boolean |
equals(Object obj) |
Collection<RestrictionImpl> |
getRestrictions() |
RdfTermType |
getType() |
PrefixSet |
getUriPrefixes() |
int |
hashCode() |
boolean |
isUnsatisfiable() |
boolean |
stateNode(com.hp.hpl.jena.graph.Node newNode) |
void |
statePattern(com.karneim.util.collection.regex.PatternPro pattern) |
boolean |
stateRestriction(RestrictionImpl other) |
boolean |
stateRestriction(RestrictionSetImpl other) |
boolean |
stateType(RdfTermType newType) |
boolean |
stateUriPrefixes(PrefixSet prefixes) |
String |
toString() |
public RestrictionSetImpl()
public RestrictionSetImpl(boolean value)
public RestrictionSetImpl(RestrictionImpl restriction)
public RestrictionSetImpl(List<RestrictionImpl> restrictions)
public RestrictionSetImpl(RestrictionSetImpl other)
public PrefixSet getUriPrefixes()
public RdfTermType getType()
public Collection<RestrictionImpl> getRestrictions()
public boolean addAlternatives(RestrictionSetImpl rs)
public boolean addAlternative(RestrictionImpl r)
public boolean stateRestriction(RestrictionImpl other)
public boolean stateRestriction(RestrictionSetImpl other)
public boolean isUnsatisfiable()
public RestrictionSetImpl clone()
public boolean stateType(RdfTermType newType)
public boolean stateNode(com.hp.hpl.jena.graph.Node newNode)
public boolean stateUriPrefixes(PrefixSet prefixes)
public void statePattern(com.karneim.util.collection.regex.PatternPro pattern)
Copyright © 2014. All Rights Reserved.