Jadex 0.96

jadex.examples.marsworld
Class TargetData

java.lang.Object
  extended by jadex.examples.marsworld.LocationObjectData
      extended by jadex.examples.marsworld.LocationObject
          extended by jadex.examples.marsworld.TargetData
All Implemented Interfaces:
Serializable, nuggets.INugget
Direct Known Subclasses:
Target

public abstract class TargetData
extends LocationObject
implements nuggets.INugget

Java class for concept Target of mars_beans ontology.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface nuggets.INugget
nuggets.INugget.Helper
 
Constructor Summary
TargetData()
          Default Constructor.
 
Method Summary
 void _persist(nuggets.ICruncher c)
          Persist this Target using the nuggets utility.
 void _set(String a, Object v)
          Restore this Target
 String toString()
          Get a string representation of this Target.
 
Methods inherited from class jadex.examples.marsworld.LocationObject
equals
 
Methods inherited from class jadex.examples.marsworld.LocationObjectData
getId, getLocation, setId, setLocation
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TargetData

public TargetData()
Default Constructor.
Create a new Target.

Method Detail

toString

public String toString()
Get a string representation of this Target.

Overrides:
toString in class LocationObject
Returns:
The string representation.

_persist

public void _persist(nuggets.ICruncher c)
Persist this Target using the nuggets utility.

Specified by:
_persist in interface nuggets.INugget
Overrides:
_persist in class LocationObjectData
Parameters:
c -

_set

public void _set(String a,
                 Object v)
Restore this Target

Specified by:
_set in interface nuggets.INugget
Overrides:
_set in class LocationObjectData
Parameters:
a - the name of the attribute
v - the value of the attribute

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.