|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcagrid.GraphResolutionPolicy
public class GraphResolutionPolicy
Class setting policy to resolve a CodedNodeGraph
Constructor Summary | |
---|---|
GraphResolutionPolicy()
|
|
GraphResolutionPolicy(LocalNameList filterOptions,
ConceptReference graphFocus,
boolean keeptLastAssociationUnresolved,
int maximumToReturn,
LocalNameList propertyNames,
PropertyType[] propertyTypes,
int resolveAssociationDepth,
boolean resolveBackwards,
int resolveCodedEntryDepth,
boolean resolveForward,
SortOptionList sortOptions)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
LocalNameList |
getFilterOptions()
Gets the filterOptions value for this GraphResolutionPolicy. |
ConceptReference |
getGraphFocus()
Gets the graphFocus value for this GraphResolutionPolicy. |
int |
getMaximumToReturn()
Gets the maximumToReturn value for this GraphResolutionPolicy. |
LocalNameList |
getPropertyNames()
Gets the propertyNames value for this GraphResolutionPolicy. |
PropertyType[] |
getPropertyTypes()
Gets the propertyTypes value for this GraphResolutionPolicy. |
PropertyType |
getPropertyTypes(int i)
|
int |
getResolveAssociationDepth()
Gets the resolveAssociationDepth value for this GraphResolutionPolicy. |
int |
getResolveCodedEntryDepth()
Gets the resolveCodedEntryDepth value for this GraphResolutionPolicy. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
SortOptionList |
getSortOptions()
Gets the sortOptions value for this GraphResolutionPolicy. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isKeeptLastAssociationUnresolved()
Gets the keeptLastAssociationUnresolved value for this GraphResolutionPolicy. |
boolean |
isResolveBackwards()
Gets the resolveBackwards value for this GraphResolutionPolicy. |
boolean |
isResolveForward()
Gets the resolveForward value for this GraphResolutionPolicy. |
void |
setFilterOptions(LocalNameList filterOptions)
Sets the filterOptions value for this GraphResolutionPolicy. |
void |
setGraphFocus(ConceptReference graphFocus)
Sets the graphFocus value for this GraphResolutionPolicy. |
void |
setKeeptLastAssociationUnresolved(boolean keeptLastAssociationUnresolved)
Sets the keeptLastAssociationUnresolved value for this GraphResolutionPolicy. |
void |
setMaximumToReturn(int maximumToReturn)
Sets the maximumToReturn value for this GraphResolutionPolicy. |
void |
setPropertyNames(LocalNameList propertyNames)
Sets the propertyNames value for this GraphResolutionPolicy. |
void |
setPropertyTypes(int i,
PropertyType _value)
|
void |
setPropertyTypes(PropertyType[] propertyTypes)
Sets the propertyTypes value for this GraphResolutionPolicy. |
void |
setResolveAssociationDepth(int resolveAssociationDepth)
Sets the resolveAssociationDepth value for this GraphResolutionPolicy. |
void |
setResolveBackwards(boolean resolveBackwards)
Sets the resolveBackwards value for this GraphResolutionPolicy. |
void |
setResolveCodedEntryDepth(int resolveCodedEntryDepth)
Sets the resolveCodedEntryDepth value for this GraphResolutionPolicy. |
void |
setResolveForward(boolean resolveForward)
Sets the resolveForward value for this GraphResolutionPolicy. |
void |
setSortOptions(SortOptionList sortOptions)
Sets the sortOptions value for this GraphResolutionPolicy. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GraphResolutionPolicy()
public GraphResolutionPolicy(LocalNameList filterOptions, ConceptReference graphFocus, boolean keeptLastAssociationUnresolved, int maximumToReturn, LocalNameList propertyNames, PropertyType[] propertyTypes, int resolveAssociationDepth, boolean resolveBackwards, int resolveCodedEntryDepth, boolean resolveForward, SortOptionList sortOptions)
Method Detail |
---|
public ConceptReference getGraphFocus()
public void setGraphFocus(ConceptReference graphFocus)
graphFocus
- public PropertyType[] getPropertyTypes()
public void setPropertyTypes(PropertyType[] propertyTypes)
propertyTypes
- public PropertyType getPropertyTypes(int i)
public void setPropertyTypes(int i, PropertyType _value)
public LocalNameList getFilterOptions()
public void setFilterOptions(LocalNameList filterOptions)
filterOptions
- public LocalNameList getPropertyNames()
public void setPropertyNames(LocalNameList propertyNames)
propertyNames
- public SortOptionList getSortOptions()
public void setSortOptions(SortOptionList sortOptions)
sortOptions
- public boolean isKeeptLastAssociationUnresolved()
public void setKeeptLastAssociationUnresolved(boolean keeptLastAssociationUnresolved)
keeptLastAssociationUnresolved
- public int getMaximumToReturn()
public void setMaximumToReturn(int maximumToReturn)
maximumToReturn
- public int getResolveAssociationDepth()
public void setResolveAssociationDepth(int resolveAssociationDepth)
resolveAssociationDepth
- public boolean isResolveBackwards()
public void setResolveBackwards(boolean resolveBackwards)
resolveBackwards
- public int getResolveCodedEntryDepth()
public void setResolveCodedEntryDepth(int resolveCodedEntryDepth)
resolveCodedEntryDepth
- public boolean isResolveForward()
public void setResolveForward(boolean resolveForward)
resolveForward
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |