Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

alice.tuprolog.runtime.corba
Class SolveInfoCORBA  view SolveInfoCORBA download SolveInfoCORBA.java

java.lang.Object
  extended byalice.tuprolog.runtime.corba.SolveInfoCORBA
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class SolveInfoCORBA
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

alice/tuprolog/runtime/corba/SolveInfoCORBA.java Generated by the IDL-to-Java compiler (portable), version "3.0" from alice/tuprolog/runtime/corba/PrologCORBA.idl mercoledì 17 ottobre 2001 12.02.01 GMT+02:00


Field Summary
 boolean halt
           
 int haltCode
           
 boolean hasOpenAlternatives
           
 java.lang.String solution
           
 boolean success
           
 
Constructor Summary
SolveInfoCORBA()
           
SolveInfoCORBA(boolean _success, boolean _hasOpenAlternatives, java.lang.String _solution, boolean _halt, int _haltCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

success

public boolean success

hasOpenAlternatives

public boolean hasOpenAlternatives

solution

public java.lang.String solution

halt

public boolean halt

haltCode

public int haltCode
Constructor Detail

SolveInfoCORBA

public SolveInfoCORBA()

SolveInfoCORBA

public SolveInfoCORBA(boolean _success,
                      boolean _hasOpenAlternatives,
                      java.lang.String _solution,
                      boolean _halt,
                      int _haltCode)