Package net.ontopia.topicmaps.viz
Class CreateTMRoleEdge
- java.lang.Object
-
- net.ontopia.topicmaps.viz.CreateTMRoleEdge
-
- All Implemented Interfaces:
EdgeRecoveryObjectIF
,RecoveryObjectIF
public class CreateTMRoleEdge extends Object implements EdgeRecoveryObjectIF
-
-
Constructor Summary
Constructors Constructor Description CreateTMRoleEdge(AssociationRoleIF role)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(TopicMapView view)
TMAbstractEdge
recoverEdge(TopicMapView view)
-
-
-
Constructor Detail
-
CreateTMRoleEdge
public CreateTMRoleEdge(AssociationRoleIF role)
-
-
Method Detail
-
execute
public void execute(TopicMapView view)
- Specified by:
execute
in interfaceRecoveryObjectIF
-
recoverEdge
public TMAbstractEdge recoverEdge(TopicMapView view)
- Specified by:
recoverEdge
in interfaceEdgeRecoveryObjectIF
-
-