com.vm.mind
Class MIIdea
java.lang.Object
|
+--com.vm.mind.MIAnything
|
+--com.vm.mind.MIIdea
- All Implemented Interfaces:
- ORObject
- public class MIIdea
- extends MIAnything
Method Summary |
java.lang.String |
getString(java.lang.String i_name)
Returns string presentation of property by name if property is not Thing or list |
MIThing |
getThing(java.lang.String i_name)
Returns Thing presentation of property by name if property is Thing
but not a list of Things |
boolean |
load(MIWorld i_world,
MIStream i_stream)
Loads Anything/Thing from into Stream into World |
MIThing |
thing()
|
Methods inherited from class com.vm.mind.MIAnything |
delThing, dump, fullDump, getCount, getKey, getList, getName, getName, getQuery, getType, getType, is, message, setString, SetString, setThing, SetThing, toString, valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_name
public java.lang.String m_name
m_thing
public MIThing m_thing
MIIdea
public MIIdea(MIWorld i_world)
MIIdea
public MIIdea(MIWorld i_world,
int i_type,
java.lang.String i_name,
MIThing i_thing)
MIIdea
public MIIdea(MIWorld i_world,
int i_type,
java.lang.String i_name)
thing
public MIThing thing()
getThing
public MIThing getThing(java.lang.String i_name)
- Description copied from interface:
ORObject
- Returns Thing presentation of property by name if property is Thing
but not a list of Things
- Overrides:
getThing
in class MIAnything
- Following copied from class:
com.vm.mind.MIAnything
- See Also:
ORObject
getString
public java.lang.String getString(java.lang.String i_name)
- Description copied from interface:
ORObject
- Returns string presentation of property by name if property is not Thing or list
- Overrides:
getString
in class MIAnything
- Following copied from class:
com.vm.mind.MIAnything
- See Also:
ORObject
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 MIAnything
- Following copied from class:
com.vm.mind.MIAnything
- See Also:
ORObject