|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjadex.examples.hunterprey.VisionData
public abstract class VisionData
Java class for concept Vision of hunterprey_beans ontology.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface nuggets.INugget |
---|
nuggets.INugget.Helper |
Constructor Summary | |
---|---|
VisionData()
Default Constructor. |
Method Summary | |
---|---|
void |
_persist(nuggets.ICruncher c)
Persist this Vision using the nuggets utility. |
void |
_set(String a,
Object v)
Restore this Vision |
void |
addObject(WorldObject object)
Add a object to this Vision. |
WorldObject |
getObject(int idx)
Get an objects of this Vision. |
WorldObject[] |
getObjects()
Get the objects of this Vision. |
boolean |
removeObject(WorldObject object)
Remove a object from this Vision. |
void |
setObject(int idx,
WorldObject object)
Set a object to this Vision. |
void |
setObjects(WorldObject[] objects)
Set the objects of this Vision. |
String |
toString()
Get a string representation of this Vision. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VisionData()
Vision
.
Method Detail |
---|
public WorldObject[] getObjects()
public void setObjects(WorldObject[] objects)
objects
- the value to be setpublic WorldObject getObject(int idx)
idx
- The index.
public void setObject(int idx, WorldObject object)
idx
- The index.object
- a value to be addedpublic void addObject(WorldObject object)
object
- a value to be removedpublic boolean removeObject(WorldObject object)
object
- a value to be removed
public String toString()
toString
in class Object
public void _persist(nuggets.ICruncher c)
_persist
in interface nuggets.INugget
c
- public void _set(String a, Object v)
_set
in interface nuggets.INugget
a
- the name of the attributev
- the value of the attribute
|
Jadex 0.96 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.