asposediagram.api

Class RuleCollection

Rule collection.

Property Getters/Setters Summary
methodgetCount()
methodget(index)
 
Method Summary
methodadd(rule)
Add the rule in the collection.
methodclear()
methoditerator()
Reserved for internal use.
methodremove(rule)
Remove the rule from the collection.
methodremoveAt(index)
 

    • Property Getters/Setters Detail

      • getCount : int 

        int getCount()
        
    • Method Detail

      • add

        int add(rule)
        Add the rule in the collection.
        Parameters:
        rule: Rule -
        Returns:
      • remove

         remove(rule)
        Remove the rule from the collection.
        Parameters:
        rule: Rule -
      • clear

         clear()
      • removeAt

         removeAt(index)
      • iterator

        Iterator iterator()
        Reserved for internal use.