Public Member Functions | |
ObjectExamplePair (Object A) | |
ObjectExamplePair (String n, Object A) | |
ObjectExamplePair (Object A, Object B) | |
ObjectExamplePair (String n, Object A, Object B) | |
String | toString () |
Package Attributes | |
String | name |
Object | A |
Object | B |
Definition at line 15 of file ObjectExamplePair.java.
|
Create an object pair, adequate for later teaching it to a Prolog engine and have this produce an ipObjectSpec fact on the Prolog side.
Definition at line 28 of file ObjectExamplePair.java. References name. |