equip.data
Class ItemMutatorImpl

java.lang.Object
  extended byequip.runtime.Object
      extended byequip.runtime.ValueBase
          extended byequip.data.ItemMutator
              extended byequip.data.ItemMutatorImpl
All Implemented Interfaces:
java.lang.Cloneable

public class ItemMutatorImpl
extends ItemMutator

Implementation of IDL'd abstract class ItemMutator; currently NOT implemented!


Constructor Summary
ItemMutatorImpl()
           
 
Method Summary
 ItemData apply(ItemData item)
          The application-defined mutation function.
 
Methods inherited from class equip.data.ItemMutator
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemMutatorImpl

public ItemMutatorImpl()
Method Detail

apply

public ItemData apply(ItemData item)
Description copied from class: ItemMutator
The application-defined mutation function.

Specified by:
apply in class ItemMutator
Parameters:
item - The previous item value.
Returns:
The new value of the item.