C# Class SNCT.Phrase

Inheritance: IComparable
Mostrar archivo Open project: samueltenka/SNCT Class Usage Examples

Public Properties

Property Type Description
value String

Public Methods

Method Description
CompareTo ( object obj ) : int
Phrase ( String val, double inf ) : System
add_recipient ( Phrase recipient, double weight ) : void
get_importance ( ) : double
step ( double dt ) : void

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Phrase() public method

public Phrase ( String val, double inf ) : System
val String
inf double
return System

add_recipient() public method

public add_recipient ( Phrase recipient, double weight ) : void
recipient Phrase
weight double
return void

get_importance() public method

public get_importance ( ) : double
return double

step() public method

public step ( double dt ) : void
dt double
return void

Property Details

value public_oe property

public String value
return String