sdsi
Class SkipOp

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

class SkipOp
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) SkipOp(SexpList l)
           
 
Method Summary
static SkipOp 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

SkipOp

SkipOp(SexpList l)
 throws SexpParseException
Method Detail

create

public static SkipOp 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.