| Constructor and Description |
|---|
AssignmentMap(AssignmentMap assignmentMap)
Copy constructor.
|
AssignmentMap(Collection<? extends BindingNode> bindingNodes) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
areDisjoint(Collection<? extends AssignmentMap> assignmentMaps) |
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<Variable<?>,Set<org.semanticweb.owlapi.model.OWLObject>>> |
entrySet() |
boolean |
equals(Object o) |
Set<org.semanticweb.owlapi.model.OWLObject> |
get(Object key) |
Set<BindingNode> |
getBindingNodes() |
Set<Variable<?>> |
getVariables()
The set of Variables in this AssignementMap
|
int |
hashCode() |
boolean |
isDisjointWith(AssignmentMap anotherAssignmentMap) |
boolean |
isEmpty() |
Set<Variable<?>> |
keySet() |
Set<org.semanticweb.owlapi.model.OWLObject> |
put(Variable<?> key,
Set<org.semanticweb.owlapi.model.OWLObject> value) |
void |
putAll(Map<? extends Variable<?>,? extends Set<org.semanticweb.owlapi.model.OWLObject>> arg0) |
Set<org.semanticweb.owlapi.model.OWLObject> |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<Set<org.semanticweb.owlapi.model.OWLObject>> |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AssignmentMap(AssignmentMap assignmentMap)
assignmentMap - . Cannot be null.public AssignmentMap(Collection<? extends BindingNode> bindingNodes)
bindingNodes - bindingNodespublic int size()
public boolean isEmpty()
public boolean containsKey(Object key)
containsKey in interface Map<Variable<?>,Set<org.semanticweb.owlapi.model.OWLObject>>public boolean containsValue(Object value)
containsValue in interface Map<Variable<?>,Set<org.semanticweb.owlapi.model.OWLObject>>public Set<org.semanticweb.owlapi.model.OWLObject> put(Variable<?> key, Set<org.semanticweb.owlapi.model.OWLObject> value)
public void putAll(Map<? extends Variable<?>,? extends Set<org.semanticweb.owlapi.model.OWLObject>> arg0)
public void clear()
public Collection<Set<org.semanticweb.owlapi.model.OWLObject>> values()
public boolean equals(Object o)
public int hashCode()
public Set<Variable<?>> getVariables()
public Set<BindingNode> getBindingNodes()
public boolean isDisjointWith(AssignmentMap anotherAssignmentMap)
anotherAssignmentMap - anotherAssignmentMappublic static boolean areDisjoint(Collection<? extends AssignmentMap> assignmentMaps)
assignmentMaps - assignmentMapsCopyright © 2015 The University of Manchester. All Rights Reserved.