Uses of Class
net.ontopia.topicmaps.viz.TMAssociationNode
-
Packages that use TMAssociationNode Package Description net.ontopia.topicmaps.viz -
-
Uses of TMAssociationNode in net.ontopia.topicmaps.viz
Methods in net.ontopia.topicmaps.viz that return TMAssociationNode Modifier and Type Method Description protected TMAssociationNode
TopicMapView. getNode(AssociationIF association)
Methods in net.ontopia.topicmaps.viz with parameters of type TMAssociationNode Modifier and Type Method Description void
TopicMapView. deleteNode(TMAssociationNode node)
protected TMRoleEdge
TopicMapView. makeRole(TMAssociationNode assoc, AssociationRoleIF role, boolean create)
Constructors in net.ontopia.topicmaps.viz with parameters of type TMAssociationNode Constructor Description TMRoleEdge(TMAssociationNode an, TMTopicNode tn, AssociationRoleIF r, TopicIF aScopingTopic)
-