@PortedFrom(file="CWDArray.h", name="CWDArray") public class CWDArray extends Object
| Constructor and Description |
|---|
CWDArray() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int bp)
check whether label contains BP (ignoring dep-set)
|
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) |
protected void |
private_add(ConceptWDep p)
adds concept P to a label - to be called only from CGLabel
|
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) |
@PortedFrom(file="CWDArray.h", name="init") public void init()
@PortedFrom(file="CWDArray.h", name="begin") public List<ConceptWDep> getBase()
@Original public ArrayIntMap getContainedConcepts()
@Original protected void private_add(ConceptWDep p)
@PortedFrom(file="CWDArray.h", name="contains") public boolean contains(int bp)
@PortedFrom(file="CWDArray.h", name="index") public int index(int bp)
@PortedFrom(file="CWDArray.h", name="get") public DepSet get(int bp)
@Original public ConceptWDep getConceptWithBP(int bp)
@PortedFrom(file="CWDArray.h", name="size") public int size()
@PortedFrom(file="CWDArray.h", name="<=") public boolean lesserequal(CWDArray label)
@PortedFrom(file="CWDArray.h", name="save") public int save()
@PortedFrom(file="CWDArray.h", name="updateDepSet") public Restorer updateDepSet(int index, DepSet dep)
@PortedFrom(file="CWDArray.h", name="updateDepSet") public List<Restorer> updateDepSet(DepSet dep)
@PortedFrom(file="CWDArray.h", name="restore") public void restore(int ss, int level)
Copyright © 2013 The University of Manchester. All Rights Reserved.