se.sics.prologbeans
Class PBCompound

PBCompound is the .NET representation of Prolog compound terms and atoms (such as the empty list).

Field Summary
se.sics.prologbeans.Term[] arguments
        

Fields inherited from class se.sics.prologbeans.Term
name

Property Summary
int Arity
        
bool Atom
        
bool Atomic
        

Properties inherited from class se.sics.prologbeans.Term
Compound, Float, Integer, IsString, List, Name, Variable

Method Summary
se.sics.prologbeans.Term getArgument(int index)
        
string ToString()
        

Methods inherited from class se.sics.prologbeans.Term
doubleValue, floatValue, intValue, longValue, stuffAtom

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone


Field Detail

arguments

protected internal se.sics.prologbeans.Term[] arguments

Property Detail

Arity

public int Arity


Atom

public bool Atom


Atomic

public bool Atomic

Method Detail

getArgument

public se.sics.prologbeans.Term getArgument(int index)


ToString

public string ToString()