Package net.ontopia.topicmaps.utils.ctm
Class ParseFrame
java.lang.Object
net.ontopia.topicmaps.utils.ctm.ParseFrame
INTERNAL: Carrier for variables used during parsing to keep track
of context such as current topic, current topic name, current
statement (scoped/reifiable) etc. Moved out to a separate class
since the existence of embedded topics makes it necessary to be
able to stack these frames.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AssociationIFprotected TopicNameIFprotected ReifiableIFprotected ScopedIFprotected TopicIF -
Constructor Summary
ConstructorsConstructorDescriptionParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association) -
Method Summary
-
Field Details
-
topic
-
name
-
scoped
-
reifiable
-
association
-
-
Constructor Details
-
ParseFrame
public ParseFrame(TopicIF topic, TopicNameIF name, ScopedIF scoped, ReifiableIF reifiable, AssociationIF association)
-