java.lang.Object
alice.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
success
public boolean success
hasOpenAlternatives
public boolean hasOpenAlternatives
solution
public java.lang.String solution
halt
public boolean halt
haltCode
public int haltCode
SolveInfoCORBA
public SolveInfoCORBA()
SolveInfoCORBA
public SolveInfoCORBA(boolean _success,
boolean _hasOpenAlternatives,
java.lang.String _solution,
boolean _halt,
int _haltCode)