public class PrologSpeakingObject extends Object
Modifier | Constructor and Description |
---|---|
|
PrologSpeakingObject(Object object,
Jpc jpc) |
protected |
PrologSpeakingObject(org.minitoolbox.reflection.ReflectiveObject reflectiveObject,
Jpc jpc) |
Modifier and Type | Method and Description |
---|---|
<T> T |
getField(Atom fieldName) |
Jpc |
getJpcContext() |
Object |
getWrappedObject() |
<T> T |
invoke(Atom methodName,
List<? extends Term> argTerms) |
<T> T |
invoke(String methodName,
List<? extends Term> argTerms) |
<T> T |
invoke(Term messageTerm) |
void |
setField(Atom fieldName,
Term fieldValueTerm) |
void |
setFields(Term mapTerm) |
protected PrologSpeakingObject(org.minitoolbox.reflection.ReflectiveObject reflectiveObject, Jpc jpc)
Copyright © 2014. All rights reserved.