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 TMTopicNodeTopicMapView. assertNode(TopicIF topic, boolean create)protected TMTopicNodeTopicMapView. buildTopic(TopicIF topic)TMTopicNodeTopicMapView. getStartNode()Methods in net.ontopia.topicmaps.viz with parameters of type TMTopicNode Modifier and Type Method Description voidTopicMapView. deleteNode(TMTopicNode node)protected VizTMObjectIFTopicMapView. 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 TMClassInstanceAssociationTopicMapView. makeTypeInstanceEdge(TMTopicNode instance, TMTopicNode type)voidVizController. 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)
-