@PortedFrom(file="CWDArray.h", name="CWDArray") public class CWDArray extends Object implements Serializable
| Constructor and Description |
|---|
CWDArray(JFactReasonerConfiguration config,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int bp) |
boolean |
equals(Object obj) |
DepSet |
get(int bp) |
List<ConceptWDep> |
getBase() |
ConceptWDep |
getConceptWithBP(int bp) |
ArrayIntMap |
getContainedConcepts() |
int |
hashCode() |
int |
index(int bp) |
void |
init()
init/clear label
|
boolean |
lesserequal(CWDArray label) |
void |
restore(int ss,
int level) |
int |
save()
save label using given SS
|
int |
size() |
String |
toString() |
List<Restorer> |
updateDepSet(DepSet dep) |
Restorer |
updateDepSet(int index,
DepSet dep) |
public CWDArray(JFactReasonerConfiguration config, int size)
config - configurationsize - initial size@PortedFrom(file="CWDArray.h", name="init") public void init()
@PortedFrom(file="CWDArray.h", name="begin") public List<ConceptWDep> getBase()
@Original public ArrayIntMap getContainedConcepts()
@PortedFrom(file="CWDArray.h", name="contains") public boolean contains(int bp)
bp - bp@PortedFrom(file="CWDArray.h", name="index") public int index(int bp)
bp - bp@Nullable @PortedFrom(file="CWDArray.h", name="get") public DepSet get(int bp)
bp - bp@Nullable @Original public ConceptWDep getConceptWithBP(int bp)
bp - bp@PortedFrom(file="CWDArray.h", name="size") public int size()
@PortedFrom(file="CWDArray.h", name="<=") public boolean lesserequal(CWDArray label)
label - label@PortedFrom(file="CWDArray.h", name="save") public int save()
@PortedFrom(file="CWDArray.h", name="updateDepSet") public Restorer updateDepSet(int index, DepSet dep)
index - indexdep - dep@PortedFrom(file="CWDArray.h", name="updateDepSet") public List<Restorer> updateDepSet(DepSet dep)
dep - dep@PortedFrom(file="CWDArray.h", name="restore") public void restore(int ss, int level)
ss - sslevel - levelCopyright © 2018 The University of Manchester. All rights reserved.