sdsi
Class StopOp

java.lang.Object
  |
  +--sdsi.SDSIObject
        |
        +--sdsi.Op
              |
              +--sdsi.StopOp
All Implemented Interfaces:
SequenceItem, java.io.Serializable

class StopOp
extends Op

Author:
Sameer Ajmani

Field Summary
static java.lang.String OPCODE
           
 
Fields inherited from class sdsi.SDSIObject
_hash, _modified, srep
 
Constructor Summary
(package private) StopOp(SexpList l)
           
 
Method Summary
static StopOp create()
           
 java.lang.String getAbbreviation()
          Returns a single or double letter abbreviation this SDSIObject.
 
Methods inherited from class sdsi.Op
create, getOpcode, getType, toShortString
 
Methods inherited from class sdsi.SDSIObject
equals, getHash, getHash, getSrep, hashCode, principalParse, readFrom, readFrom, sameAs, sign, toReadableString, toString, writeCanonical, writeReadable
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface sdsi.SequenceItem
getSrep
 

Field Detail

OPCODE

public static java.lang.String OPCODE
Constructor Detail

StopOp

StopOp(SexpList l)
 throws SexpParseException
Method Detail

create

public static StopOp create()
                     throws SDSIException
SDSIException

getAbbreviation

public java.lang.String getAbbreviation()
Description copied from class: SDSIObject
Returns a single or double letter abbreviation this SDSIObject.

Overrides:
getAbbreviation in class Op
Returns:
an abbreviated description of this SDSIObject.