org.LexGrid.LexBIG.gui.codeSet
Class CodedNodeGraph
java.lang.Object
org.LexGrid.LexBIG.gui.codeSet.CodeSet
org.LexGrid.LexBIG.gui.codeSet.CodedNodeGraph
public class CodedNodeGraph
- extends CodeSet
Holder class for constructing graphs.
- Version:
- subversion $Revision: $ checked in on $Date: $
- Author:
- Dan Armbrust
Fields inherited from class org.LexGrid.LexBIG.gui.codeSet.CodeSet |
csr, curID, DIFFERENCE, id, INTERSECTION, operation_, RESTRICT_TO_CODES, RESTRICT_TO_SOURCE_CODES, RESTRICT_TO_TARGET_CODES, restrictions, sortOptions, UNION |
Methods inherited from class org.LexGrid.LexBIG.gui.codeSet.CodeSet |
getAssociationForwardAndReverseNames, getNameForConstant, getSortOptions, getSupportedAssociationQualifiers, getSupportedAssociations, getSupportedCodeSystems, getSupportedContexts, getSupportedLanguages, getSupportedNamespaces, getSupportedProperties, getSupportedPropertyQualifiers, getSupportedRelations, getSupportedSources |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
relationName
public java.lang.String relationName
resolveForward
public boolean resolveForward
resolveBackward
public boolean resolveBackward
sortOptions_
public java.lang.String[] sortOptions_
resolveDepth
public int resolveDepth
maxToReturn
public int maxToReturn
graphFocus
public ConceptReference graphFocus
CodedNodeGraph
public CodedNodeGraph(CodingSchemeRendering csr)
CodedNodeGraph
public CodedNodeGraph(CodedNodeGraph a,
CodedNodeGraph b,
int operation)
CodedNodeGraph
public CodedNodeGraph(CodedNodeGraph a,
CodedNodeSet b,
int operation)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getFullDescription
public java.lang.String getFullDescription()
getRealCodedNodeGraph
public CodedNodeGraph getRealCodedNodeGraph(LexBIGService lbs)
throws LBException
- Throws:
LBException