C# 클래스 AIMA.Core.Logic.FOL.Parsing.AST.QuantifiedSentence

상속: Sentence
파일 보기 프로젝트 열기: PaulMineau/AIMA.Net 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( Object o ) : bool
GetHashCode ( ) : int
QuantifiedSentence ( String quantifier, List variables, Sentence quantified ) : System
ToString ( ) : String
accept ( FOLVisitor v, Object arg ) : Object
copy ( ) : FOLNode
getArgs ( ) : List
getQuantified ( ) : Sentence
getQuantifier ( ) : String
getSymbolicName ( ) : String
getVariables ( ) : List
isCompound ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

QuantifiedSentence() 공개 메소드

public QuantifiedSentence ( String quantifier, List variables, Sentence quantified ) : System
quantifier String
variables List
quantified Sentence
리턴 System

ToString() 공개 메소드

public ToString ( ) : String
리턴 String

accept() 공개 메소드

public accept ( FOLVisitor v, Object arg ) : Object
v FOLVisitor
arg Object
리턴 Object

copy() 공개 메소드

public copy ( ) : FOLNode
리턴 FOLNode

getArgs() 공개 메소드

public getArgs ( ) : List
리턴 List

getQuantified() 공개 메소드

public getQuantified ( ) : Sentence
리턴 Sentence

getQuantifier() 공개 메소드

public getQuantifier ( ) : String
리턴 String

getSymbolicName() 공개 메소드

public getSymbolicName ( ) : String
리턴 String

getVariables() 공개 메소드

public getVariables ( ) : List
리턴 List

isCompound() 공개 메소드

public isCompound ( ) : bool
리턴 bool