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

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

Public Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Predicate() public method

public Predicate ( String predicateName, List terms ) : System
predicateName String
terms List
return System

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

getPredicateName() public method

public getPredicateName ( ) : 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