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

Inheritance: Term
Afficher le fichier Open project: PaulMineau/AIMA.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Equals ( Object o ) : bool
o Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : String
Résultat String

Variable() public méthode

public Variable ( String s ) : System
s String
Résultat System

Variable() public méthode

public Variable ( String s, int idx ) : System
s String
idx int
Résultat System

accept() public méthode

public accept ( FOLVisitor v, Object arg ) : Object
v FOLVisitor
arg Object
Résultat Object

copy() public méthode

public copy ( ) : FOLNode
Résultat FOLNode

getArgs() public méthode

public getArgs ( ) : List
Résultat List

getIndexedValue() public méthode

public getIndexedValue ( ) : String
Résultat String

getIndexical() public méthode

public getIndexical ( ) : int
Résultat int

getSymbolicName() public méthode

public getSymbolicName ( ) : String
Résultat String

getValue() public méthode

public getValue ( ) : String
Résultat String

isCompound() public méthode

public isCompound ( ) : bool
Résultat bool

setIndexical() public méthode

public setIndexical ( int idx ) : void
idx int
Résultat void