Package | Description |
---|---|
net.ontopia.topicmaps.viz |
Modifier and Type | Method and Description |
---|---|
protected TMTopicNode |
TopicMapView.assertNode(TopicIF topic,
boolean create) |
protected TMTopicNode |
TopicMapView.buildTopic(TopicIF topic) |
TMTopicNode |
TopicMapView.getStartNode() |
Modifier and Type | Method and Description |
---|---|
void |
TopicMapView.deleteNode(TMTopicNode node) |
protected VizTMObjectIF |
TopicMapView.makeAssociation(AssociationIF assoc,
TMTopicNode activePlayer,
boolean create)
Create an associations, or, in the case of an n-ary association, if the
activePlayer is not null, create the associatin node itself and then only
the role that active player is involved in.
|
protected TMClassInstanceAssociation |
TopicMapView.makeTypeInstanceEdge(TMTopicNode instance,
TMTopicNode type) |
void |
VizController.openProperties(TMTopicNode node) |
Constructor and Description |
---|
TMAssociationEdge(TMTopicNode tn1,
TMTopicNode tn2,
AssociationIF association,
TopicIF aScopingTopic) |
TMClassInstanceAssociation(TMTopicNode classType,
TMTopicNode instance,
TopicIF topicType) |
TMRoleEdge(TMAssociationNode an,
TMTopicNode tn,
AssociationRoleIF r,
TopicIF aScopingTopic) |