|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Model in treebolic |
|---|
| Fields in treebolic declared as Model | |
|---|---|
private Model |
Widget.theModel
Model |
| Methods in treebolic with parameters of type Model | |
|---|---|
void |
IWidget.init(Model thisModel)
Init from model |
void |
Widget.init(Model thisModel)
|
| Uses of Model in treebolic.control |
|---|
| Fields in treebolic.control declared as Model | |
|---|---|
private Model |
Controller.theModel
Connected model |
| Methods in treebolic.control that return Model | |
|---|---|
protected abstract Model |
Commander.getModel()
Get model |
protected Model |
Controller.getModel()
|
| Methods in treebolic.control with parameters of type Model | |
|---|---|
void |
Controller.connect(Model thisModel)
Connect |
| Uses of Model in treebolic.generator |
|---|
| Fields in treebolic.generator declared as Model | |
|---|---|
Model |
Controller.theModel
Treebolic model |
| Methods in treebolic.generator that return Model | |
|---|---|
Model |
Controller.getModel()
Get model |
| Methods in treebolic.generator with parameters of type Model | |
|---|---|
private org.w3c.dom.Document |
Controller.makeDocument(Model thisModel)
Make document |
private void |
Controller.setModel(Model thisModel,
java.util.Map<java.lang.String,MutableNode> thisIdToNodeMap)
Set model |
static org.w3c.dom.Document |
ModelToDocumentTransformer.transform(Model thisModel)
Transform model to document |
| Uses of Model in treebolic.generator.model |
|---|
| Methods in treebolic.generator.model that return types with arguments of type Model | |
|---|---|
static Pair<Model,java.util.Map<java.lang.String,MutableNode>> |
ModelUtils.toMutable(Model thisModel)
Make of copy of this model with mutable nodes |
| Methods in treebolic.generator.model with parameters of type Model | |
|---|---|
static java.util.Map<java.lang.String,java.util.SortedSet<java.lang.String>> |
ModelUtils.getIdMap(Model thisModel)
Map of ids in this model to their locations |
static java.util.Map<java.lang.String,java.util.SortedSet<java.lang.String>> |
ModelUtils.getImageMap(Model thisModel)
Map of images in this model to their locations |
static java.util.Map<java.lang.String,java.util.SortedSet<java.lang.String>> |
ModelUtils.getLinkMap(Model thisModel)
Map of mounts in this model to their locations |
static java.util.Map<java.lang.String,java.util.SortedSet<java.lang.String>> |
ModelUtils.getMountMap(Model thisModel)
Map of mounts in this model to their locations |
static java.util.Map<java.lang.String,MutableNode> |
ModelUtils.makeIdToNodeMap(Model thisModel)
Make id to node map for this model |
static java.util.Map<java.lang.String,MutableNode> |
ModelUtils.normalizeIds(Model thisModel,
java.lang.String thisPrefix)
Normalize ids in this model |
static Pair<Model,java.util.Map<java.lang.String,MutableNode>> |
ModelUtils.toMutable(Model thisModel)
Make of copy of this model with mutable nodes |
| Uses of Model in treebolic.generator.tree |
|---|
| Fields in treebolic.generator.tree declared as Model | |
|---|---|
Model |
EdgesWrapper.theModel
Model (as container of edges list) |
| Methods in treebolic.generator.tree with parameters of type Model | |
|---|---|
private static javax.swing.tree.MutableTreeNode |
TreeAdapter.makeEdges(java.util.List<IEdge> thisEdgeList,
Model thisModel,
Settings theseSettings)
Make tree node for edges |
static javax.swing.tree.TreeNode |
TreeAdapter.makeTreeModel(Model thisModel)
Make tree model out of treebolic model |
| Constructors in treebolic.generator.tree with parameters of type Model | |
|---|---|
EdgesWrapper(java.util.List<IEdge> thisEdgeList,
Model thisModel,
Settings theseSettings)
Constructor |
|
TreeAdapter(Model thisModel)
Constructor |
|
| Uses of Model in treebolic.model |
|---|
| Methods in treebolic.model that return Model | |
|---|---|
Model |
IProvider.makeModel(java.lang.String thisSource)
Make model |
| Uses of Model in treebolic.provider.dot |
|---|
| Methods in treebolic.provider.dot that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
static Model |
DotParser.parseModel(java.net.URL thisUrl)
Parse model from dot document url |
| Uses of Model in treebolic.provider.fs |
|---|
| Methods in treebolic.provider.fs that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
| Uses of Model in treebolic.provider.gxl |
|---|
| Methods in treebolic.provider.gxl that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
static Model |
GxlParser.parseModel(java.net.URL thisUrl)
Parse model |
| Uses of Model in treebolic.provider.owl |
|---|
| Methods in treebolic.provider.owl that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
static Model |
OwlParser.parseModel(java.lang.String thisUrlString)
Parse model |
| Uses of Model in treebolic.provider.sql |
|---|
| Methods in treebolic.provider.sql that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
private Model |
Provider.queryModel()
Query model |
| Uses of Model in treebolic.provider.wn |
|---|
| Methods in treebolic.provider.wn that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
| Uses of Model in treebolic.provider.wn.ejb |
|---|
| Methods in treebolic.provider.wn.ejb that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
| Uses of Model in treebolic.provider.xml.dom |
|---|
| Methods in treebolic.provider.xml.dom that return Model | |
|---|---|
Model |
DocumentAdapter.makeModel(org.w3c.dom.Document thisDocument)
Make model from document |
Model |
Provider.makeModel(java.lang.String thisSource)
|
protected Model |
Provider.makeModel(java.net.URL thisUrl)
Make model from url |
| Uses of Model in treebolic.provider.xml.fast |
|---|
| Methods in treebolic.provider.xml.fast that return Model | |
|---|---|
Model |
Provider.makeModel(java.lang.String thisSource)
|
Model |
Parser.parseModel()
Parse model |
private Model |
Provider.parseModel(java.net.URL thisURL)
Populate model with data from URL |
| Uses of Model in treebolic.provider.xml.graph |
|---|
| Methods in treebolic.provider.xml.graph that return Model | |
|---|---|
Model |
AbstractProvider.makeModel(java.lang.String thatSource)
|
Model |
AbstractParser.parseModel(java.net.URL thisUrl)
Parse model |
| Uses of Model in treebolic.provider.xslt |
|---|
| Methods in treebolic.provider.xslt that return Model | |
|---|---|
protected Model |
Provider.makeModel(java.net.URL thisUrl)
|
| Uses of Model in treebolic.view |
|---|
| Fields in treebolic.view declared as Model | |
|---|---|
private Model |
View.theModel
Data model |
| Methods in treebolic.view with parameters of type Model | |
|---|---|
void |
View.connect(Model thisModel)
Set model |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||