com.esri.arcgis.schematic
Interface ISchematicAnalystFindLoops

All Superinterfaces:
ISchematicAlgorithm, ISchematicAnalystTraceResult, java.io.Serializable
All Known Implementing Classes:
ISchematicAnalystFindLoopsProxy, SchematicAnalystFindLoops

public interface ISchematicAnalystFindLoops
extends ISchematicAnalystTraceResult, java.io.Serializable

COM Interface 'ISchematicAnalystFindLoops'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that control the Find Loops trace analyst.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID5460e2e5_0f0b_413e_952f_b1c048280fc3
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAnalystTraceResult
IID1f1d4449_c600_4635_a03a_44d218636f0f
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
IIDbef20014_837c_4387_83ba_8523b7897a36
 
Method Summary
 java.lang.String getUserDataNameOfForbiddenLinks()
          Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.
 boolean isSelectLink()
          Indicates if the schematic links that belong to the Find Loops trace result must be selected.
 boolean isSelectNode()
          Indicates if the schematic nodes that belong to the Find Loops trace result must be selected.
 void setSelectLink(boolean selectLink)
          Indicates if the schematic links that belong to the Find Loops trace result must be selected.
 void setSelectNode(boolean selectNode)
          Indicates if the schematic nodes that belong to the Find Loops trace result must be selected.
 void setUserDataNameOfForbiddenLinks(java.lang.String name)
          Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAnalystTraceResult
clearResult, getTraceResult
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAlgorithm
execute, getAlgorithmCLSID, getLabel, getPropertySet, getSchematicDiagramClassName, isAvailable, isEnabled, isOverridable, isUseEndNode, isUseRootNode, setAvailable, setLabel, setOverridable, setPropertySet, setSchematicDiagramClassNameByRef
 

Field Detail

IID5460e2e5_0f0b_413e_952f_b1c048280fc3

static final int IID5460e2e5_0f0b_413e_952f_b1c048280fc3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isSelectNode

boolean isSelectNode()
                     throws java.io.IOException,
                            AutomationException
Indicates if the schematic nodes that belong to the Find Loops trace result must be selected.

Returns:
The selectNode
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectNode

void setSelectNode(boolean selectNode)
                   throws java.io.IOException,
                          AutomationException
Indicates if the schematic nodes that belong to the Find Loops trace result must be selected.

Parameters:
selectNode - The selectNode (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isSelectLink

boolean isSelectLink()
                     throws java.io.IOException,
                            AutomationException
Indicates if the schematic links that belong to the Find Loops trace result must be selected.

Returns:
The selectLink
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSelectLink

void setSelectLink(boolean selectLink)
                   throws java.io.IOException,
                          AutomationException
Indicates if the schematic links that belong to the Find Loops trace result must be selected.

Parameters:
selectLink - The selectLink (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getUserDataNameOfForbiddenLinks

java.lang.String getUserDataNameOfForbiddenLinks()
                                                 throws java.io.IOException,
                                                        AutomationException
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUserDataNameOfForbiddenLinks

void setUserDataNameOfForbiddenLinks(java.lang.String name)
                                     throws java.io.IOException,
                                            AutomationException
Name of the userdata that defines the forbidden links; that is, the links which prevent the detection from continuing beyond them.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.