|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CompositeElement
A composite element is the encapsulation of all the information known about a parsed element in a scene. It is composed of other scene elements, which are represented as named children. It has typed data that represent an interpretation of its children, and a confidence to go along with that data.
Method Summary | |
---|---|
List |
childNames()
Return an array of the names of the children of this element, each of which sequentially corresponds to an item in the array returned by children(). |
List |
children()
Return a list of the children of this element, each of which is of type SceneElement. |
double |
getConfidence()
Return the confidence associated with the typed data returned by getData(). |
TypedData |
getData()
Return the typed data associated with this element (the recognition result it represents). |
Methods inherited from interface diva.sketch.recognition.SceneElement |
---|
getBounds, parents |
Method Detail |
---|
List children()
List childNames()
double getConfidence()
TypedData getData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |