package
Version:
v0.0.0-...-d19d543
Opens a new window with list of versions in this module.
Published: Oct 15, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Adu struct {
Id string `xml:"id,attr"`
Type string `xml:"type,attr"`
}
type Arggraph struct {
Id string `xml:"id,attr"`
Stance string `xml:"stance,attr"`
TopicId string `xml:"topic_id,attr"`
Edus []Edu `xml:"edu"`
Joints []Joint `xml:"joint"`
Adus []Adu `xml:"adu"`
Edges []Edge `xml:"edge"`
}
Convert to an Arggraph to a CAES argument graph
type Edge struct {
Id string `xml:"id,attr"`
Src string `xml:"src,attr"`
Trg string `xml:"trg,attr"`
Type string `xml:"type,attr"`
}
type Edu struct {
Id string `xml:"id,attr"`
Content string `xml:",chardata"`
}
type Joint struct {
Id string `xml:"id,attr"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.