|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.udo.cs.ie.cowbots.logic.Meta
public class Meta
meta information class. meta informations provide an order over extended logic programs.
Field Summary | |
---|---|
protected int |
index
|
protected int |
time
|
Constructor Summary | |
---|---|
Meta()
default constructor |
|
Meta(int time)
simple constructor - only regard time |
|
Meta(int time,
int index)
|
Method Summary | |
---|---|
int |
compareTo(Meta other)
|
int |
getIndex()
|
int |
getTime()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int time
protected int index
Constructor Detail |
---|
public Meta()
public Meta(int time)
time
- public Meta(int time, int index)
Method Detail |
---|
public int getTime()
public int getIndex()
public int compareTo(Meta other)
compareTo
in interface java.lang.Comparable<Meta>
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |