Uses of Interface
net.ontopia.topicmaps.viz.VizTMAssociationIF
-
Packages that use VizTMAssociationIF Package Description net.ontopia.topicmaps.viz -
-
Uses of VizTMAssociationIF in net.ontopia.topicmaps.viz
Classes in net.ontopia.topicmaps.viz that implement VizTMAssociationIF Modifier and Type Class Description class
TMAssociationEdge
INTERNAL: Edge class representing binary associations as edges.class
TMAssociationNode
INTERNAL: Node class representing n-ary associations as nodes.class
TMClassInstanceAssociation
INTERNAL: Edge class used to represent "Class - Instance" associations.Methods in net.ontopia.topicmaps.viz with parameters of type VizTMAssociationIF Modifier and Type Method Description protected void
TopicMapView. initializeAssociation(VizTMAssociationIF anInstance)
Initialize those things only associated with Association Objects
-