Class ObjectSet

java.lang.Object
  |
  +--ObjectSet

public class ObjectSet
extends java.lang.Object


Field Summary
 boolean _fMark
           
 boolean fSpecialization
           
 int iParent
           
 
Constructor Summary
ObjectSet(java.lang.String strName, boolean fLex)
           
 
Method Summary
 void _addRelationship(Relationship r)
           
 boolean _equals(ObjectSet os)
           
 java.util.Vector _getAllRelationships()
           
 java.lang.String _getName()
           
 ObjectSet _getNonLexObjectSetRelationship()
           
 Relationship _getRelationshipWith(java.lang.String strOS)
           
 boolean _isLexical()
           
 void _mark()
           
 void _parseKeyWords()
           
 void _setLexical(boolean fLex)
           
 void _setName(java.lang.String strName)
           
 void addBooleanQuery(java.lang.String query)
           
 void addSynonym(java.lang.String str)
           
 boolean booleanMatch(java.lang.String[] astr, int it)
           
 java.lang.String[] GetSyn()
           
 boolean matchSyn(java.lang.String str)
           
 boolean NotDup(java.lang.String str, java.util.Vector v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_fMark

public boolean _fMark

fSpecialization

public boolean fSpecialization

iParent

public int iParent
Constructor Detail

ObjectSet

public ObjectSet(java.lang.String strName,
                 boolean fLex)
Method Detail

_addRelationship

public void _addRelationship(Relationship r)

_equals

public boolean _equals(ObjectSet os)

_getAllRelationships

public java.util.Vector _getAllRelationships()

_getName

public java.lang.String _getName()

_getNonLexObjectSetRelationship

public ObjectSet _getNonLexObjectSetRelationship()

_getRelationshipWith

public Relationship _getRelationshipWith(java.lang.String strOS)

_isLexical

public boolean _isLexical()

_mark

public void _mark()

_parseKeyWords

public void _parseKeyWords()

_setLexical

public void _setLexical(boolean fLex)

_setName

public void _setName(java.lang.String strName)

addBooleanQuery

public void addBooleanQuery(java.lang.String query)

addSynonym

public void addSynonym(java.lang.String str)

booleanMatch

public boolean booleanMatch(java.lang.String[] astr,
                            int it)

GetSyn

public java.lang.String[] GetSyn()

matchSyn

public boolean matchSyn(java.lang.String str)

NotDup

public boolean NotDup(java.lang.String str,
                      java.util.Vector v)