public static class FastDelta.Set extends Object implements Proof.Delta.Set
| Modifier and Type | Method and Description |
|---|---|
FastDelta.Set |
add(Formula truth)
Add a truth to this set.
|
boolean |
contains(Formula truth)
Check whether the given formula is contained within this set or
not.
|
Formula |
get(int ith)
Get the ith truth in this set
|
FastDelta.Set |
remove(Formula truth)
Remove a formula from this set
|
FastDelta.Set |
remove(Proof.Delta.Set other)
Remove the elements of one set from this
|
int |
size()
Determine the number of truths in this set
|
String |
toString() |
FastDelta.Set |
union(Proof.Delta.Set other)
Union two sets together
|
public Set()
public Set(Formula f)
public int size()
Proof.Delta.Setsize in interface Proof.Delta.Setpublic boolean contains(Formula truth)
Proof.Delta.Setcontains in interface Proof.Delta.Setpublic Formula get(int ith)
Proof.Delta.Setget in interface Proof.Delta.Setpublic FastDelta.Set add(Formula truth)
Proof.Delta.Setadd in interface Proof.Delta.Setpublic FastDelta.Set remove(Formula truth)
Proof.Delta.Setremove in interface Proof.Delta.Setpublic FastDelta.Set union(Proof.Delta.Set other)
Proof.Delta.Setunion in interface Proof.Delta.Setpublic FastDelta.Set remove(Proof.Delta.Set other)
Proof.Delta.Setremove in interface Proof.Delta.SetCopyright © 2017. All rights reserved.