Package | Description |
---|---|
org.wandora.application.gui.topicpanels.graphpanel |
Modifier and Type | Field and Description |
---|---|
private TopicMapModel |
AssociationEdge.model |
private TopicMapModel |
AssociationNode.model |
private TopicMapModel |
GraphFilter.model |
private TopicMapModel |
InstanceEdge.model |
private TopicMapModel |
OccurrenceEdge.model |
private TopicMapModel |
OccurrenceNode.model |
private TopicMapModel |
TopicNode.model |
private TopicMapModel |
TopicMapGraphPanel.tmModel |
Modifier and Type | Method and Description |
---|---|
TopicMapModel |
GraphFilter.getTopicMapModel() |
TopicMapModel |
TopicMapGraphPanel.getTopicMapModel() |
Modifier and Type | Method and Description |
---|---|
void |
GraphFilter.setTopicMapModel(TopicMapModel newModel) |
Constructor and Description |
---|
AssociationEdge(Association association,
TopicMapModel model)
Creates a new instance of AssociationEdge
|
AssociationEdge(Node n1,
Node n2,
java.lang.String n2Label,
Association association,
TopicMapModel model) |
AssociationNode(Association association,
TopicMapModel model)
Creates a new instance of AssociationNode
|
GraphFilter(TopicMapModel tmModel)
Creates a new instance of GraphFilter
|
InstanceEdge(Topic type,
Topic instance,
TopicMapModel model) |
OccurrenceEdge(Topic carrier,
Topic type,
Topic scope,
java.lang.String occurrence,
TopicMapModel model) |
OccurrenceNode(Topic carrier,
Topic type,
Topic scope,
java.lang.String occurrence,
TopicMapModel model)
Creates a new instance of OccurrenceNode
|
TopicNode(Topic topic,
TopicMapModel model)
Creates a new instance of TopicNode
|
Copyright 2004-2015 Wandora Team