org.tm4j.topicmap.Association .addMember(org.tm4j.topicmap.Member member)

Description

Adds a new Member to the association.

If member is a member of another association, then it will be removed from that association and added to this association.

If member is a member of this association already, then this method has no effect.

Parameters
org.tm4j.topicmap.Member member The Member to be added.

Other Resources

Related Topics

Has Parameters