Uses of Interface
net.ontopia.topicmaps.viz.VizTMObjectIF
Packages that use VizTMObjectIF
-
Uses of VizTMObjectIF in net.ontopia.topicmaps.viz
Subinterfaces of VizTMObjectIF in net.ontopia.topicmaps.vizClasses in net.ontopia.topicmaps.viz that implement VizTMObjectIFModifier and TypeClassDescriptionclassINTERNAL: Common abstract superclass for all edges representing Topic Maps constructs.classINTERNAL: Edge class representing binary associations as edges.classINTERNAL: Node class representing n-ary associations as nodes.classINTERNAL: Edge class used to represent "Class - Instance" associations.classINTERNAL: Edge class representing association roles as edges in n-ary associations connecting role player with the association node.Methods in net.ontopia.topicmaps.viz that return VizTMObjectIFModifier and TypeMethodDescriptionprotected VizTMObjectIFTopicMapView.findObject(Object object, TopicIF type) 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.Methods in net.ontopia.topicmaps.viz with parameters of type VizTMObjectIFModifier and TypeMethodDescriptionprotected voidTopicMapView.addAssociation(VizTMObjectIF object) voidTopicMapView.deleteEdge(VizTMObjectIF vizTMObject) voidTopicMapView.deleteEdgeUndoable(VizTMObjectIF edge) voidTopicMapView.deleteSingleEdge(VizTMObjectIF edge)