Uses of Interface
net.ontopia.topicmaps.viz.VizTMObjectIF
-
Packages that use VizTMObjectIF Package Description net.ontopia.topicmaps.viz -
-
Uses of VizTMObjectIF in net.ontopia.topicmaps.viz
Subinterfaces of VizTMObjectIF in net.ontopia.topicmaps.viz Modifier and Type Interface Description interfaceVizTMAssociationIFINTERNAL: PRIVATE:Classes in net.ontopia.topicmaps.viz that implement VizTMObjectIF Modifier and Type Class Description classTMAbstractEdgeINTERNAL: Common abstract superclass for all edges representing Topic Maps constructs.classTMAssociationEdgeINTERNAL: Edge class representing binary associations as edges.classTMAssociationNodeINTERNAL: Node class representing n-ary associations as nodes.classTMClassInstanceAssociationINTERNAL: Edge class used to represent "Class - Instance" associations.classTMRoleEdgeINTERNAL: 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 VizTMObjectIF Modifier and Type Method Description protected 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 VizTMObjectIF Modifier and Type Method Description protected voidTopicMapView. addAssociation(VizTMObjectIF object)voidTopicMapView. deleteEdge(VizTMObjectIF vizTMObject)voidTopicMapView. deleteEdgeUndoable(VizTMObjectIF edge)voidTopicMapView. deleteSingleEdge(VizTMObjectIF edge)
-