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

Quick Search    Search Deep

Package alice.logictuple

Class Summary
LogicTuple Defines the communication language based on logic tuples, which stand both for tuple and tuple template For logic tuple, the matching is the classic prolog matching and the propagation corresponds to unification.
TupleArgument Defines an argument of logic tuple.
Value Value class represents value (integer, real, string, compound-structured) argument of tuples This class works only as a constructor of specific value object, it does not provide any services, which are collected in TupleArgument class
Var Defines Variable argument of tuples, identified by a name
 

Exception Summary
InvalidLogicTupleException Exception thrown when a malformed logic logic tuple is created or used
InvalidVarNameException Exception indicating a bad name for Variable tuple argument