Uses of Class
net.ontopia.topicmaps.viz.TMTopicNode
Packages that use TMTopicNode
-
Uses of TMTopicNode in net.ontopia.topicmaps.viz
Methods in net.ontopia.topicmaps.viz that return TMTopicNodeModifier and TypeMethodDescriptionprotected TMTopicNodeTopicMapView.assertNode(TopicIF topic, boolean create) protected TMTopicNodeTopicMapView.buildTopic(TopicIF topic) TopicMapView.getStartNode()Methods in net.ontopia.topicmaps.viz with parameters of type TMTopicNodeModifier and TypeMethodDescriptionvoidTopicMapView.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 TMTopicNodeModifierConstructorDescriptionTMAssociationEdge(TMTopicNode tn1, TMTopicNode tn2, AssociationIF association, TopicIF aScopingTopic) TMClassInstanceAssociation(TMTopicNode classType, TMTopicNode instance, TopicIF topicType) TMRoleEdge(TMAssociationNode an, TMTopicNode tn, AssociationRoleIF r, TopicIF aScopingTopic)