Uses of Class
net.ontopia.topicmaps.viz.TMAbstractEdge
-
Packages that use TMAbstractEdge Package Description net.ontopia.topicmaps.viz -
-
Uses of TMAbstractEdge in net.ontopia.topicmaps.viz
Subclasses of TMAbstractEdge in net.ontopia.topicmaps.viz Modifier and Type Class Description classTMAssociationEdgeINTERNAL: Edge class representing binary associations as edges.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 TMAbstractEdge Modifier and Type Method Description TMAbstractEdgeCreateTMAssociationEdge. recoverEdge(TopicMapView view)TMAbstractEdgeCreateTMClassInstanceAssociation. recoverEdge(TopicMapView view)TMAbstractEdgeCreateTMRoleEdge. recoverEdge(TopicMapView view)TMAbstractEdgeEdgeRecoveryObjectIF. recoverEdge(TopicMapView view)Methods in net.ontopia.topicmaps.viz with parameters of type TMAbstractEdge Modifier and Type Method Description voidVizController. hideEdge(TMAbstractEdge edge)protected voidTopicMapView. queueInForeground(TMAbstractEdge edge)
-