@PortedFrom(file="AtomicDecomposer.h", name="AOStructure") public class AOStructure extends Object
| Constructor and Description |
|---|
AOStructure() |
| Modifier and Type | Method and Description |
|---|---|
List<TOntologyAtom> |
begin()
RW iterator begin
|
TOntologyAtom |
get(int index)
get RW atom by its index
|
TOntologyAtom |
newAtom()
create a new atom and get a pointer to it
|
void |
reduceGraph()
reduce graph of the atoms in the structure
|
int |
size()
size of the structure
|
@PortedFrom(file="AtomicDecomposer.h", name="newAtom") public TOntologyAtom newAtom()
@PortedFrom(file="AtomicDecomposer.h", name="reduceGraph") public void reduceGraph()
@PortedFrom(file="AtomicDecomposer.h", name="begin") public List<TOntologyAtom> begin()
@PortedFrom(file="AtomicDecomposer.h", name="get") public TOntologyAtom get(int index)
@PortedFrom(file="AtomicDecomposer.h", name="size") public int size()
Copyright © 2013 The University of Manchester. All Rights Reserved.