|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectubiware.core.visualizer.StringLiteralTreeModel
ubiware.core.visualizer.SemanticStatementElementTreeModel
public class SemanticStatementElementTreeModel
A specification of StringLiteralTreeModel in order to have indication about what exactly this string literal represents. This can
be achieved by checking the type of an instance.
SemanticStatementElementTreeModel.Type| Nested Class Summary | |
|---|---|
static class |
SemanticStatementElementTreeModel.Type
The enumeration which describes the possible types that this tree model can have. |
| Constructor Summary | |
|---|---|
SemanticStatementElementTreeModel(javax.swing.tree.TreeModel root,
java.lang.String value,
SemanticStatementElementTreeModel.Type type)
Creates a new instance of this tree model. |
|
| Method Summary | |
|---|---|
SemanticStatementElementTreeModel.Type |
getType()
Returns the SemanticStatementElementTreeModel.Type of this tree model. |
| Methods inherited from class ubiware.core.visualizer.StringLiteralTreeModel |
|---|
addTreeModelListener, getChild, getChildCount, getIndexOfChild, getRoot, isLeaf, removeTreeModelListener, toString, valueForPathChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SemanticStatementElementTreeModel(javax.swing.tree.TreeModel root,
java.lang.String value,
SemanticStatementElementTreeModel.Type type)
root. The literal string value of this tree with be value. Its type indicates whether it's a
string literal for the subject, predicate or object of a SemanticStatement.
root - the actual tree of the whole tree structurevalue - the literal string value of this tree modeltype - the type of this tree model| Method Detail |
|---|
public SemanticStatementElementTreeModel.Type getType()
SemanticStatementElementTreeModel.Type of this tree model.
SemanticStatementElementTreeModel.Type of this tree model.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||