|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectubc.cs.JLog.Foundation.iNameArityStub
public class iNameArityStub
This is the interface stub to support the jKnowledgeBase
interfaces
which require a name and arity, iNameArity
in situations where a
term is not available.
Field Summary | |
---|---|
protected int |
arity
|
protected java.lang.String |
name
|
Constructor Summary | |
---|---|
iNameArityStub(java.lang.String n,
int a)
|
Method Summary | |
---|---|
int |
getArity()
Returns the arity of this instance. |
java.lang.String |
getName()
Returns the name of this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String name
protected int arity
Constructor Detail |
---|
public iNameArityStub(java.lang.String n, int a)
Method Detail |
---|
public java.lang.String getName()
iName
getName
in interface iName
String
containing name of this instance.public int getArity()
iNameArity
getArity
in interface iNameArity
int
whose value is the arity of this instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |