spo.src.SPDB.DocumentImpl
Class Conditional
java.lang.Object
|
+--spo.src.SPDB.DocumentImpl.CONS
|
+--spo.src.SPDB.DocumentImpl.Conditional
- class Conditional
- extends CONS
A class that represents conditional
- See Also:
Context
|
Constructor Summary |
Conditional(int rid,
int id)
Initialize an instance for the class |
Conditional(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 |
Conditional
public Conditional(int rid,
int id)
- Initialize an instance for the class
- Parameters:
rid - the relation identification numberid - the SPO identification number
Conditional
public Conditional(int rid,
int id,
java.util.Vector elements)
- Initialize an instance for the class
- Parameters:
rid - the relation identification numberid - the SPO identification numberelements - the context in Vector format
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.