spo.src.SPDB.DocumentImpl
Class Context

java.lang.Object
  |
  +--spo.src.SPDB.DocumentImpl.CONS
        |
        +--spo.src.SPDB.DocumentImpl.Context

class Context
extends CONS

A class that represents context

See Also:
Conditional

Field Summary
 
Fields inherited from class spo.src.SPDB.DocumentImpl.CONS
elements, id, rid, size
 
Constructor Summary
Context(int rid, int id)
          Initialize an instance for the class
Context(int rid, int id, java.util.Vector elements)
          Initialize an instance for the class
 
Method Summary
 java.lang.String getType()
           
 void set(org.w3c.dom.Node consNode)
          Initialize an instance for the class
 
Methods inherited from class spo.src.SPDB.DocumentImpl.CONS
getElements, getID, getRID, getSize, insert2CONS, reset, set, setElements, setID, setRID, setSize, setType, toXML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(int rid,
               int id)
Initialize an instance for the class

Parameters:
rid - the relation identification number
id - the SPO identification number

Context

public Context(int rid,
               int id,
               java.util.Vector elements)
Initialize an instance for the class

Parameters:
rid - the relation identification number
id - the SPO identification number
elements - the context in Vector format
Method Detail

set

public void set(org.w3c.dom.Node consNode)
Initialize an instance for the class

Parameters:
consNode - the context in XML DOM Node format

getType

public java.lang.String getType()
Overrides:
getType in class CONS


Copyright © 2003 UKCS. All Rights Reserved.