Inheritance diagram for ics.TripleApl.Par:

Public Member Functions | |
| abstract Par | copy () |
| abstract String | toPrologString () |
| abstract String | toPrologString (Vector vars) |
| abstract String | toString () |
| abstract Object | clone () |
| abstract boolean | isGrounded () |
Par, representing the parameters used in atoms, wff's, etc.
|
|
Implemented in ics.TripleApl.ConstFloatPar, ics.TripleApl.ConstIntPar, ics.TripleApl.ConstSymPar, ics.TripleApl.FunctionPar, ics.TripleApl.ListPar, and ics.TripleApl.VarPar. |
|
|
Method to get a copy of a parameter.
Implemented in ics.TripleApl.ConstFloatPar, ics.TripleApl.ConstIntPar, ics.TripleApl.ConstSymPar, ics.TripleApl.FunctionPar, ics.TripleApl.ListPar, and ics.TripleApl.VarPar. |
|
|
Implemented in ics.TripleApl.ConstPar, ics.TripleApl.FunctionPar, ics.TripleApl.ListPar, and ics.TripleApl.VarPar. |
|
|
Implemented in ics.TripleApl.ConstFloatPar, ics.TripleApl.ConstIntPar, ics.TripleApl.ConstSymPar, ics.TripleApl.FunctionPar, ics.TripleApl.ListPar, and ics.TripleApl.VarPar. |
|
|
Method to get a `Prolog friendly' version of a parameter.
Implemented in ics.TripleApl.ConstFloatPar, ics.TripleApl.ConstIntPar, ics.TripleApl.ConstSymPar, ics.TripleApl.FunctionPar, ics.TripleApl.ListPar, and ics.TripleApl.VarPar. |
|
|
Method to get a printable version of a parameter.
Implemented in ics.TripleApl.ConstFloatPar, ics.TripleApl.ConstIntPar, ics.TripleApl.ConstSymPar, ics.TripleApl.FunctionPar, ics.TripleApl.ListPar, and ics.TripleApl.VarPar. |
1.4.5