Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConstraintModel ¶
type ConstraintModel interface{}
type Dependency ¶
type Dependency struct { Constraints ConstraintModel Parameters ParameterModel Parser DependencyParser }
func (*Dependency) Parse ¶
func (d *Dependency) Parse(sent Sentence) (DependencyGraph, interface{})
type DependencyParser ¶
type DependencyParser interface {
Parse(Sentence, ConstraintModel, ParameterModel) (DependencyGraph, interface{})
}
type ParameterModel ¶
type ParameterModel interface { }
type ParameterModelValue ¶
type ParameterModelValue interface {
// Copy() ParameterModelValue
Clear()
}
type TransitionParameterModel ¶
type TransitionParameterModel interface { ParameterModel TransitionModel.Interface }
Click to show internal directories.
Click to hide internal directories.