com.vm.mind
Class MIOperator

java.lang.Object
  |
  +--com.vm.mind.MIAnything
        |
        +--com.vm.mind.MIAction
              |
              +--com.vm.mind.MIOperator
All Implemented Interfaces:
ORObject

public class MIOperator
extends MIAction


Fields inherited from class com.vm.mind.MIAnything
IS_ERROR, IS_LINK, IS_LIST, IS_SHARED, IS_SYSTEM, IS_VALUE, m_valid
 
Constructor Summary
MIOperator()
           
 
Method Summary
 boolean load(MIWorld i_world, MIStream i_stream)
          Loads Anything/Thing from into Stream into World
 
Methods inherited from class com.vm.mind.MIAction
getString, getThing, setString, setThing
 
Methods inherited from class com.vm.mind.MIAnything
delThing, dump, fullDump, getCount, getKey, getList, getName, getName, getQuery, getType, getType, is, message, SetString, SetThing, toString, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MIOperator

public MIOperator()
Method Detail

load

public boolean load(MIWorld i_world,
                    MIStream i_stream)
Description copied from interface: ORObject
Loads Anything/Thing from into Stream into World
Overrides:
load in class MIAction
Following copied from class: com.vm.mind.MIAnything
See Also:
ORObject