C# Class AIMA.Core.Logic.Propositional.Parsing.Ast.Symbol

Inheritance: AtomicSentence
Datei anzeigen Open project: PaulMineau/AIMA.Net Class Usage Examples

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
Symbol ( String value ) : System
ToString ( ) : String
accept ( PLVisitor plv, Object arg ) : Object
getValue ( ) : String

Method Details

Equals() public method

public Equals ( Object o ) : bool
o Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Symbol() public method

public Symbol ( String value ) : System
value String
return System

ToString() public method

public ToString ( ) : String
return String

accept() public method

public accept ( PLVisitor plv, Object arg ) : Object
plv PLVisitor
arg Object
return Object

getValue() public method

public getValue ( ) : String
return String