Uses of Class
com.gmail.thejcwk.semantics.topicmaps.Element

Packages that use Element
com.gmail.thejcwk.semantics.topicmaps   
 

Uses of Element in com.gmail.thejcwk.semantics.topicmaps
 

Subclasses of Element in com.gmail.thejcwk.semantics.topicmaps
 class Occurrence
          Encapsulates an Occurrence in a topic map.
 class Topic
          Encapsulates a Topic that appears on a topic map.
 

Methods in com.gmail.thejcwk.semantics.topicmaps that return Element
 Element Relationship.getFrom()
           
 Element Relationship.getTo()
           
 

Methods in com.gmail.thejcwk.semantics.topicmaps with parameters of type Element
 void Relationship.setFrom(Element from)
           
 void Relationship.setTo(Element to)
           
 

Constructors in com.gmail.thejcwk.semantics.topicmaps with parameters of type Element
Relationship(Element aFrom, Element aTo)