<> <> <> <> <> <> DIRECTORY YggEnvironment USING[PageRun], YggInternal USING[LogRecordID, TransHandle]; YggLogMapPrivate: CEDAR DEFINITIONS = BEGIN Intention: TYPE = REF IntentionObject; IntentionObject: TYPE = RECORD[ trans: YggInternal.TransHandle, pageRun: YggEnvironment.PageRun, logRecordID: YggInternal.LogRecordID, checkedOut: BOOLEAN, rbColor: BOOLEAN, rbLLink, rbRLink: Intention]; END. <> <> <<>>