|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Software
Software is a plain technical item that monitors and manipulates other space ship components and systems, while also managing a user interface for players/mobs monitoring the software. These user interfaces are divided into menus. Each software can specify a "parent menu", referring to another software or system that gives access to this software.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Technical |
---|
Technical.TechCommand, Technical.TechType |
Nested classes/interfaces inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Wearable |
---|
Wearable.CODES |
Field Summary |
---|
Fields inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Wearable |
---|
DEFAULT_WORN_CODES, DEFAULT_WORN_DEPENDENCYGRID, DEFAULT_WORN_DESCS, DEFAULT_WORN_ORDER, DEFAULT_WORN_USUAL_NAMES, DEFAULT_WORN_WEIGHT_POINTS, DEFAULT_WORN_WEIGHTS, FILTER_ANY, FILTER_MOBINVONLY, FILTER_ROOMONLY, FILTER_UNWORNONLY, FILTER_WORNONLY, HIGHEST_WORN_CODE, IN_INVENTORY, WORN_ABOUT_BODY, WORN_ARMS, WORN_BACK, WORN_EARS, WORN_EYES, WORN_FEET, WORN_FLOATING_NEARBY, WORN_HANDS, WORN_HEAD, WORN_HELD, WORN_LEFT_FINGER, WORN_LEFT_WRIST, WORN_LEGS, WORN_MOUTH, WORN_NECK, WORN_RIGHT_FINGER, WORN_RIGHT_WRIST, WORN_TORSO, WORN_WAIST, WORN_WIELD |
Method Summary | |
---|---|
void |
addScreenMessage(java.lang.String msg)
Adds a new message to the screen from this program, which will be received by those monitoring the computer |
java.lang.String |
getActivationMenu()
Returns the menu name of this software, so that it can be identified on its parent screen. |
java.lang.String |
getCurrentScreenDisplay()
Returns the full screen appearance of this program when it is activated and on the screen. |
java.lang.String |
getInternalName()
Returns the internal name of this software. |
java.lang.String |
getParentMenu()
The parent menu that this software gets access from. |
java.lang.String |
getScreenMessage()
Returns any new messages from this program when it is activated and on the screen. |
boolean |
isActivationString(java.lang.String word)
Returns whether the given computer-entry command should be responded to by THIS software object on an activation command. |
boolean |
isCommandString(java.lang.String word,
boolean isActive)
Returns whether the given computer-entry command should be responded to by THIS software object on a WRITE/ENTER command. |
boolean |
isDeActivationString(java.lang.String word)
Returns whether the given computer-entry command should be responded to by THIS software object on a deactivation command. |
void |
setCircuitKey(java.lang.String key)
Software runs on computers, and computers run on power systems. |
Methods inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Technical |
---|
getTechType, setTechLevel, techLevel |
Methods inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Item |
---|
baseGoldValue, container, material, numberOfItems, owner, rawSecretIdentity, recursiveWeight, removeFromOwnerContainer, secretIdentity, setBaseValue, setContainer, setMaterial, setOwner, setSecretIdentity, setUsesRemaining, stopTicking, subjectToWearAndTear, ultimateContainer, usesRemaining, value |
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Rider |
---|
riding, setRiding |
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.CMObject |
---|
copyOf, ID, initializeClass, newInstance |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.DBIdentifiable |
---|
canSaveDatabaseID, databaseID, setDatabaseID |
Methods inherited from interface com.planet_ink.coffee_mud.Items.interfaces.Wearable |
---|
amBeingWornProperly, amWearingAt, canWear, compareProperLocations, fitsOn, rawLogicalAnd, rawProperLocationBitmap, rawWornCode, setRawLogicalAnd, setRawProperLocationBitmap, setRawWornCode, unWear, wearAt, wearEvenIfImpossible, wearIfPossible, wearIfPossible, whereCantWear |
Methods inherited from interface com.planet_ink.coffee_mud.core.interfaces.Readable |
---|
isReadable, readableText, setReadable, setReadableText |
Method Detail |
---|
java.lang.String getParentMenu()
java.lang.String getInternalName()
boolean isActivationString(java.lang.String word)
word
- the computer-entry command entered
boolean isDeActivationString(java.lang.String word)
word
- the computer-entry command entered
boolean isCommandString(java.lang.String word, boolean isActive)
word
- the computer-entry commandisActive
- true if the software is already activated
java.lang.String getActivationMenu()
void addScreenMessage(java.lang.String msg)
msg
- the new message for the screengetScreenMessage()
,
getCurrentScreenDisplay()
java.lang.String getScreenMessage()
addScreenMessage(String)
,
getCurrentScreenDisplay()
java.lang.String getCurrentScreenDisplay()
addScreenMessage(String)
,
getScreenMessage()
void setCircuitKey(java.lang.String key)
key
- the circuit key
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |