Package jp.ac.kobe_u.cs.prolog.lang

Examples of jp.ac.kobe_u.cs.prolog.lang.Predicate


class PRED_system_predicate_1_147 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(get(A)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(get(A)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here


class PRED_system_predicate_1_148 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(get(A,B)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(get(A,B)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_149 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(put(A)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(put(A)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_150 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(put(A,B)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(put(A,B)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_151 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(tab(A)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(tab(A)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_159 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(put_byte(A)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(put_byte(A)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_160 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(put_byte(A,B)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(put_byte(A,B)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_161 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(read(A)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(read(A)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_162 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(read(A,B)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(read(A,B)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

class PRED_system_predicate_1_163 extends PRED_system_predicate_1 {
    public Predicate exec(Prolog engine) {
    // system_predicate(read_with_variables(A,B)):-true
        Term a1;
        Predicate cont;
        a1 = engine.aregs[1];
        cont = engine.cont;
    // system_predicate(read_with_variables(A,B)):-[]
        a1 = a1.dereference();
        if (a1.isStructure()){
View Full Code Here

TOP

Related Classes of jp.ac.kobe_u.cs.prolog.lang.Predicate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.