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 class
TMAssociationEdge
INTERNAL: Edge class representing binary associations as edges.class
TMClassInstanceAssociation
INTERNAL: Edge class used to represent "Class - Instance" associations.class
TMRoleEdge
INTERNAL: 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 TMAbstractEdge
CreateTMAssociationEdge. recoverEdge(TopicMapView view)
TMAbstractEdge
CreateTMClassInstanceAssociation. recoverEdge(TopicMapView view)
TMAbstractEdge
CreateTMRoleEdge. recoverEdge(TopicMapView view)
TMAbstractEdge
EdgeRecoveryObjectIF. recoverEdge(TopicMapView view)
Methods in net.ontopia.topicmaps.viz with parameters of type TMAbstractEdge Modifier and Type Method Description void
VizController. hideEdge(TMAbstractEdge edge)
protected void
TopicMapView. queueInForeground(TMAbstractEdge edge)
-