C# Class AIMA.Core.Logic.FOL.Parsing.AST.Variable

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

Public Methods

Method Description
Equals ( Object o ) : bool
GetHashCode ( ) : int
ToString ( ) : String
Variable ( String s ) : System
Variable ( String s, int idx ) : System
accept ( FOLVisitor v, Object arg ) : Object
copy ( ) : FOLNode
getArgs ( ) : List
getIndexedValue ( ) : String
getIndexical ( ) : int
getSymbolicName ( ) : String
getValue ( ) : String
isCompound ( ) : bool
setIndexical ( int idx ) : void

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

Variable() public method

public Variable ( String s ) : System
s String
return System

Variable() public method

public Variable ( String s, int idx ) : System
s String
idx int
return System

accept() public method

public accept ( FOLVisitor v, Object arg ) : Object
v FOLVisitor
arg Object
return Object

copy() public method

public copy ( ) : FOLNode
return FOLNode

getArgs() public method

public getArgs ( ) : List
return List

getIndexedValue() public method

public getIndexedValue ( ) : String
return String

getIndexical() public method

public getIndexical ( ) : int
return int

getSymbolicName() public method

public getSymbolicName ( ) : String
return String

getValue() public method

public getValue ( ) : String
return String

isCompound() public method

public isCompound ( ) : bool
return bool

setIndexical() public method

public setIndexical ( int idx ) : void
idx int
return void