Uses of Class
lbinterfacetypes.SortContext

Packages that use SortContext
interfaceelements   
lbinterfacetypes   
org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes   
 

Uses of SortContext in interfaceelements
 

Fields in interfaceelements declared as SortContext
private  SortContext[] SortDescription.restrictToContext
          Indicates the context in which the sort algorithm can be applied.
 

Methods in interfaceelements that return SortContext
 SortContext[] SortDescription.getRestrictToContext()
          Gets the restrictToContext value for this SortDescription.
 SortContext SortDescription.getRestrictToContext(int i)
           
 

Methods in interfaceelements with parameters of type SortContext
 void SortDescription.setRestrictToContext(int i, SortContext _value)
           
 void SortDescription.setRestrictToContext(SortContext[] restrictToContext)
          Sets the restrictToContext value for this SortDescription.
 

Constructors in interfaceelements with parameters of type SortContext
SortDescription(SortContext[] restrictToContext)
           
 

Uses of SortContext in lbinterfacetypes
 

Fields in lbinterfacetypes declared as SortContext
private  SortContext SortContext.GRAPH
           
private  SortContext SortContext.SET
           
private  SortContext SortContext.SETITERATION
           
 

Methods in lbinterfacetypes that return SortContext
 SortContext SortContext.getGRAPH()
          Gets the GRAPH value for this SortContext.
 SortContext SortContext.getSET()
          Gets the SET value for this SortContext.
 SortContext SortContext.getSETITERATION()
          Gets the SETITERATION value for this SortContext.
 

Methods in lbinterfacetypes with parameters of type SortContext
 void SortContext.setGRAPH(SortContext GRAPH)
          Sets the GRAPH value for this SortContext.
 void SortContext.setSET(SortContext SET)
          Sets the SET value for this SortContext.
 void SortContext.setSETITERATION(SortContext SETITERATION)
          Sets the SETITERATION value for this SortContext.
 

Constructors in lbinterfacetypes with parameters of type SortContext
SortContext(SortContext GRAPH, int GRAPH_TYPE, SortContext SET, SortContext SETITERATION, int SETITERATION_TYPE, int SET_TYPE, java.lang.Object[] _memberTable, java.lang.String stringValue, int type)
           
 

Uses of SortContext in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes
 

Fields in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes declared as SortContext
private  SortContext PermissibleCQLObjectResults.sortContext
           
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes that return SortContext
 SortContext PermissibleCQLObjectResults.getSortContext()
          Gets the sortContext value for this PermissibleCQLObjectResults.
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type SortContext
 void PermissibleCQLObjectResults.setSortContext(SortContext sortContext)
          Sets the sortContext value for this PermissibleCQLObjectResults.
 

Constructors in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type SortContext
PermissibleCQLObjectResults(AssociationIdentification associationIdentification, ChangeType changeType, CodeExistence codeExistence, CodeRelationship codeRelationship, CodeState codeState, CodingSchemeIdentification codingSchemeIdentification, CodingSchemeIdentification codingSchemeIdentification2, CodingSchemeVersionStatus codingSchemeVersionStatus, ConceptIdentification conceptIdentification, Direction direction, DirectionalAssociationIdentification directionalAssociationIdentification, ExtensionIdentification extensionIdentification, GraphResolutionPolicy graphResolutionPolicy, HierarchyIdentification hierarchyIdentification, HierarchyResolutionPolicy hierarchyResolutionPolicy, LogLevel logLevel, MatchCriteria matchCriteria, NodeListPolicy nodeListPolicy, ProcessState processState, PropertyIdentification propertyIdentification, RelationContainerIdentification relationContainerIdentification, RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy, RelationshipPolicy relationshipPolicy, RelationshipTypeBasedPolicy relationshipTypeBasedPolicy, SetResolutionPolicy setResolutionPolicy, SortContext sortContext, Status status)