Package | Description |
---|---|
net.ontopia.topicmaps.viz |
Modifier and Type | Interface and Description |
---|---|
interface |
VizTMAssociationIF
INTERNAL:
PRIVATE:
|
Modifier and Type | Class and Description |
---|---|
class |
TMAbstractEdge
INTERNAL: Common abstract superclass for all edges representing
Topic Maps constructs.
|
class |
TMAssociationEdge
INTERNAL: Edge class representing binary associations as edges.
|
class |
TMAssociationNode
INTERNAL: Node class representing n-ary associations as nodes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected VizTMObjectIF |
TopicMapView.findObject(Object object,
TopicIF type) |
protected VizTMObjectIF |
TopicMapView.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.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TopicMapView.addAssociation(VizTMObjectIF object) |
void |
TopicMapView.deleteEdge(VizTMObjectIF vizTMObject) |
void |
TopicMapView.deleteEdgeUndoable(VizTMObjectIF edge) |
void |
TopicMapView.deleteSingleEdge(VizTMObjectIF edge) |