|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CodedNodeGraphI
This class is autogenerated, DO NOT EDIT. This interface represents the API which is accessable on the grid service from the client.
Method Summary | |
---|---|
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeRelationship |
areCodesRelated(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy,
org.LexGrid.LexBIG.iso21090.DataModel.Core.NameAndValue nameAndValue)
Determine whether there is an directed edge (or transitive closure of an edge) from the source code to the target code in this graph. |
org.oasis.wsrf.lifetime.DestroyResponse |
destroy(org.oasis.wsrf.lifetime.Destroy params)
|
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse |
getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params)
|
org.oasis.wsrf.properties.GetResourcePropertyResponse |
getResourceProperty(javax.xml.namespace.QName params)
|
void |
intersect(CodedNodeGraphReference graph)
Return the set of concepts and associations that are present in both graphs. |
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeExistence |
isCodeInGraph(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference code)
Determine whether the supplied concept code is in the graph. |
org.oasis.wsrf.properties.QueryResourcePropertiesResponse |
queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params)
|
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ResolvedConceptReferenceList |
resolveAsList(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.GraphResolutionPolicy graphResolutionPolicy)
Resolve all of the coded nodes in the list, sorting by the supplied property (if any), resolving the supplied properties, resolving coded entries to the supplied depth and resolving associations to the supplied * depth. |
void |
restrictToAssociations(org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList associations,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList associationQualifiers)
Restrict the graph to the nodes that participate as a source or target of the named association and, if supplied, the named association qualifiers. |
void |
restrictToCodes(CodedNodeSetReference codes)
Return a graph that contains only the codes that are present in the supplied list, and all edges that still have a source and target code remaining. |
void |
restrictToCodeSystem(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Restrict the graph to concept codes (source and target) that originate from the supplied code system. |
void |
restrictToDirectionalNames(org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList directionalNames,
org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList associationQualifiers)
Restrict the graph to the nodes that participate as a source or target of an association whose directional name matches the one provided and, if supplied, * the named association qualifiers |
void |
restrictToSourceCodes(CodedNodeSetReference codes)
Restrict the graph to associations that have one of the codes in the supplied list as source codes. |
void |
restrictToSourceCodeSystem(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Restrict the graph to concept codes (source and target) that originate from the supplied code system. |
void |
restrictToTargetCodes(CodedNodeSetReference codes)
Restrict the graph to associations that have one of the codes in the supplied list as target codes. |
void |
restrictToTargetCodeSystem(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification)
Restrict the graph to edges that have concepts derived from the supplied code system as a target. |
org.oasis.wsrf.lifetime.SetTerminationTimeResponse |
setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params)
|
CodedNodeSetClient |
toNodeList(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.NodeListPolicy nodeListPolicy)
Transform the graph into a simple of list of concept codes, removing all association information. |
void |
union(CodedNodeGraphReference graph)
Return the union of the two graphs. |
Method Detail |
---|
org.LexGrid.LexBIG.iso21090.DataModel.Collections.ResolvedConceptReferenceList resolveAsList(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.GraphResolutionPolicy graphResolutionPolicy) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
graphResolutionPolicy
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToSourceCodeSystem(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
codingSchemeIdentification
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToTargetCodeSystem(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
codingSchemeIdentification
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToCodeSystem(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodingSchemeIdentification codingSchemeIdentification) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
codingSchemeIdentification
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToTargetCodes(CodedNodeSetReference codes) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
codes
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToSourceCodes(CodedNodeSetReference codes) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
codes
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToDirectionalNames(org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList directionalNames, org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList associationQualifiers) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
directionalNames
- associationQualifiers
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToAssociations(org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList associations, org.LexGrid.LexBIG.iso21090.DataModel.Collections.NameAndValueList associationQualifiers) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
associations
- associationQualifiers
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void restrictToCodes(CodedNodeSetReference codes) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
codes
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void intersect(CodedNodeGraphReference graph) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
graph
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
void union(CodedNodeGraphReference graph) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
graph
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeExistence isCodeInGraph(org.LexGrid.LexBIG.iso21090.DataModel.Core.ConceptReference code) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
code
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
CodedNodeSetClient toNodeList(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.NodeListPolicy nodeListPolicy) throws java.rmi.RemoteException, org.apache.axis.types.URI.MalformedURIException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
nodeListPolicy
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
org.apache.axis.types.URI.MalformedURIException
org.LexGrid.LexBIG.iso21090.DataModel.cagrid.CodeRelationship areCodesRelated(org.LexGrid.LexBIG.iso21090.DataModel.cagrid.RelationshipTypeBasedPolicy relationshipTypeBasedPolicy, org.LexGrid.LexBIG.iso21090.DataModel.Core.NameAndValue nameAndValue) throws java.rmi.RemoteException, InvalidServiceContextAccess, LBInvocationException, LBParameterException
relationshipTypeBasedPolicy
- nameAndValue
-
InvalidServiceContextAccess
LBInvocationException
LBParameterException
java.rmi.RemoteException
org.oasis.wsrf.lifetime.DestroyResponse destroy(org.oasis.wsrf.lifetime.Destroy params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.lifetime.SetTerminationTimeResponse setTerminationTime(org.oasis.wsrf.lifetime.SetTerminationTime params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.properties.GetMultipleResourcePropertiesResponse getMultipleResourceProperties(org.oasis.wsrf.properties.GetMultipleResourceProperties_Element params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.properties.GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName params) throws java.rmi.RemoteException
java.rmi.RemoteException
org.oasis.wsrf.properties.QueryResourcePropertiesResponse queryResourceProperties(org.oasis.wsrf.properties.QueryResourceProperties_Element params) throws java.rmi.RemoteException
java.rmi.RemoteException
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |