se.sics.prologbeans
Class PBAtomic

PBAtomic is the .NET representation of Prolog constants and variables.

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

Property Summary
bool Atom
        
bool Atomic
        
bool Float
        
bool Integer
        
bool Variable
        

Properties inherited from class se.sics.prologbeans.Term
Arity, Compound, IsString, List, Name

Method Summary
double doubleValue()
        
float floatValue()
        
int intValue()
        
long longValue()
        
string ToString()
        

Methods inherited from class se.sics.prologbeans.Term
getArgument, stuffAtom

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


Property Detail

Atom

public bool Atom


Atomic

public bool Atomic


Float

public bool Float


Integer

public bool Integer


Variable

public bool Variable

Method Detail

doubleValue

public double doubleValue()


floatValue

public float floatValue()


intValue

public int intValue()


longValue

public long longValue()


ToString

public string ToString()