public class SymbolicSet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<DLPElement> |
conjunctions |
protected Set<net.sf.tweety.logics.commons.syntax.Variable> |
openVariables |
| Constructor and Description |
|---|
SymbolicSet(Collection<net.sf.tweety.logics.commons.syntax.Variable> variables,
Collection<DLPElement> literals) |
SymbolicSet(SymbolicSet other) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
boolean |
equals(Object other) |
Set<DLPElement> |
getConjunction() |
Set<net.sf.tweety.logics.commons.syntax.Variable> |
getVariables() |
int |
hashCode() |
String |
toString() |
protected Set<net.sf.tweety.logics.commons.syntax.Variable> openVariables
protected Set<DLPElement> conjunctions
public SymbolicSet(Collection<net.sf.tweety.logics.commons.syntax.Variable> variables, Collection<DLPElement> literals)
public SymbolicSet(SymbolicSet other)
public Set<net.sf.tweety.logics.commons.syntax.Variable> getVariables()
public Set<DLPElement> getConjunction()
Copyright © 2018. All rights reserved.