dependency

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2017 License: Apache-2.0 Imports: 2 Imported by: 0

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
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL