Uses of Class
net.ontopia.topicmaps.viz.TMTopicNode
-
Packages that use TMTopicNode Package Description net.ontopia.topicmaps.viz -
-
Uses of TMTopicNode in net.ontopia.topicmaps.viz
Methods in net.ontopia.topicmaps.viz that return TMTopicNode Modifier and Type Method Description protected TMTopicNode
TopicMapView. assertNode(TopicIF topic, boolean create)
protected TMTopicNode
TopicMapView. buildTopic(TopicIF topic)
TMTopicNode
TopicMapView. getStartNode()
Methods in net.ontopia.topicmaps.viz with parameters of type TMTopicNode Modifier and Type Method 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)
Constructors in net.ontopia.topicmaps.viz with parameters of type TMTopicNode Constructor 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)
-