ubc.cs.JLog.Terms
Interface iName

All Known Subinterfaces:
iList, iNameArity, iTerm
All Known Implementing Classes:
iNameArityStub, iPredicate, jAbs, jACos, jAdd, jAfter, jAfterEqual, jAppendArray, jAppendArrayGoal, jArg, jASin, jAssert, jAsserta, jAssertGoal, jAssertz, jATan, jATan2, jAtom, jBefore, jBeforeEqual, jBinaryBuiltinPredicate, jBinaryBuiltinPredicateGoal, jBitwiseConjunction, jBitwiseDisjunction, jBitwiseExclusiveDisjunction, jBitwiseLeftShift, jBitwiseNegation, jBitwiseRightShift, jBuiltinPredicate, jBuiltinRule, jCall, jCallGoal, jCallN, jCallNGoal, jCeiling, jClause, jClauseGoal, jCommand, jCompare, jCompareGoal, jCompoundTerm, jConjunctTerm, jCons, jConvertArray, jCopyGoal, jCopyTerm, jCos, jCreateArray, jCurrentOpList, jCurrentOpListGoal, jCut, jCutGoal, jDCG, jDynamic, jDynamicRuleDefinitions, jEnumerateVariablesArray, jEnumerateVariablesArrayGoal, jEqual, jEquivalence, jEquivalenceGoal, jEquivalent, jEquivGoal, jExists, jExp, jExpandTerm, jFail, jFailGoal, jFloor, jFunctor, jFunctorGoal, jGetArrayElement, jGetArrayElementGoal, jGoal, jGreaterThan, jGreaterThanEqual, jIf, jInteger, jIntegerArithmetic, jIntegerDivide, jIntegerOnlyArithmetic, jIntersectArray, jIntersectArrayGoal, jIs, jIsAtom, jIsAtomic, jIsCallable, jIsCompound, jIsGoal, jIsGround, jIsInteger, jIsList, jIsNonVariable, jIsNumber, jIsReal, jIsSimple, jIsType, jIsVariable, jKeysort, jLessThan, jLessThanEqual, jList, jListPair, jLoadLibrary, jLog, jLog10, jLog2, jLogBase, jMax, jMin, jMinus, jMod, jMultiply, jName, jNameGoal, jNaryBuiltinPredicate, jNaryBuiltinPredicateGoal, jNotEqual, jNotEquivalence, jNotEquivalent, jNotUnify, jNullList, jNumericComparison, jObject, jOp, jOperator, jOperatorGoal, jOpGoal, jOr, jOrGoal, jOrGoalWVars, jOrPredicate, jPlus, jPow, jPredicate, jPredicateGoal, jPredicateTerms, jQuadaryBuiltinPredicate, jQuadaryBuiltinPredicateGoal, jRandom, jRead, jReadGoal, jReal, jRealArithmetic, jRealDivide, jRealUnaryArithmetic, jRepeat, jRepeatGoal, jRetract, jRetractGoal, jRound, jRule, jRuleDefinitions, jSetArrayElement, jSetArrayElementGoal, jSin, jSort, jSortGoal, jSqrt, jSubtract, jSubtractArray, jSubtractArrayGoal, jTan, jTerm, jTermToList, jTermToListGoal, jTime, jTimeGoal, jTimeGoal.jReportTimeGoal, jTrinaryBuiltinPredicate, jTrinaryBuiltinPredicateGoal, jTrue, jTrueGoal, jTruncate, jUnaryArithmetic, jUnaryArithmeticGoal, jUnaryBuiltinPredicate, jUnaryBuiltinPredicateGoal, jUnaryOperator, jUnaryOperatorGoal, jUnify, jUnionArray, jUnionArrayGoal, jUserGoal, jVariable, jWrite, jWriteGoal, pCallPredicateEntry, pDCGPredicateEntry, pGenericPredicateEntry, pOrPredicateEntry, pPredicateEntry

public interface iName

This is the base interface for classes which have a name.

Version:
%I%, %G%
Author:
Glendon Holst

Method Summary
 String getName()
          Returns the name of this instance.
 

Method Detail

getName

String getName()
Returns the name of this instance.

Returns:
String containing name of this instance.


Copyright © 2011. All Rights Reserved.