|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISchematicNodeReductionRuleByFlow
Provides access to members that manage the generic Schematic Node Reduction By Flow rule.
The Node Reduction By Flow rule allows you to generate schematic diagrams after all or some nodes implemented by a given schematic element class have been removed and after the links that connected these removed nodes are reconnected so the logical flow of the network is preserved.
Method Summary | |
---|---|
String |
getSuperSpanClassName()
Schematic Super Span element class name related to the Schematic Node Reduction By Flow rule. |
boolean |
isReduceSinks()
Indicates if the reduction reduces the sinks. |
boolean |
isReduceSources()
Indicates if the reduction reduces the sources. |
boolean |
isUseFromLinkClass()
Indicates if the Schematic Node Reduction By Flow rule must keep the from link schematic element class for the link created during the reduction. |
boolean |
isUseSuperSpanClass()
Indicates if the Schematic Node Reduction By Flow rule must work with the super span class. |
void |
setReduceSinks(boolean reduceSinks)
Indicates if the reduction reduces the sinks. |
void |
setReduceSources(boolean reduceSources)
Indicates if the reduction reduces the sources. |
void |
setSuperSpanClassName(String superSpanClassName)
Schematic Super Span element class name related to the Schematic Node Reduction By Flow rule. |
void |
setUseFromLinkClass(boolean useFromLinkClass)
Indicates if the Schematic Node Reduction By Flow rule must keep the from link schematic element class for the link created during the reduction. |
void |
setUseSuperSpanClass(boolean useSuperSpanClass)
Indicates if the Schematic Node Reduction By Flow rule must work with the super span class. |
Method Detail |
---|
String getSuperSpanClassName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSuperSpanClassName(String superSpanClassName) throws IOException, AutomationException
superSpanClassName
- The superSpanClassName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseSuperSpanClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseSuperSpanClass(boolean useSuperSpanClass) throws IOException, AutomationException
useSuperSpanClass
- The useSuperSpanClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseFromLinkClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseFromLinkClass(boolean useFromLinkClass) throws IOException, AutomationException
useFromLinkClass
- The useFromLinkClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReduceSources() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceSources(boolean reduceSources) throws IOException, AutomationException
reduceSources
- The reduceSources (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReduceSinks() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReduceSinks(boolean reduceSinks) throws IOException, AutomationException
reduceSinks
- The reduceSinks (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |