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

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

Public Methods

Method Description
Equals ( Object o ) : bool
Function ( String functionName, List terms ) : System
GetHashCode ( ) : int
ToString ( ) : String
accept ( FOLVisitor v, Object arg ) : Object
copy ( ) : FOLNode
getArgs ( ) : List
getFunctionName ( ) : String
getSymbolicName ( ) : String
getTerms ( ) : List
isCompound ( ) : bool

Method Details

Equals() public method

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

Function() public method

public Function ( String functionName, List terms ) : System
functionName String
terms List
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : String
return String

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

getFunctionName() public method

public getFunctionName ( ) : String
return String

getSymbolicName() public method

public getSymbolicName ( ) : String
return String

getTerms() public method

public getTerms ( ) : List
return List

isCompound() public method

public isCompound ( ) : bool
return bool