Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.editor.ruleset
Class ActionTable

java.lang.Object
  extended byjava.util.AbstractCollection
      extended byjava.util.AbstractList
          extended byjava.util.ArrayList
              extended byoracle.rules.sdk.editor.ruleset.RuleComponentTable
                  extended byoracle.rules.sdk.editor.ruleset.ActionTable

All Implemented Interfaces:
java.lang.Cloneable, java.util.Collection, java.util.List, java.util.RandomAccess, java.io.Serializable

public class ActionTable
extends RuleComponentTable

An ActionTable is an ordered list of actions. It is usually the action block of a rule, but may be used in other contexts as well.

See Also:
Serialized Form

Method Summary
 Action add()
          Create a new Action and add it to the end of the ActionTable
 Action add(int index)
          Create a new Action and add it at the given index
 Action getAction(int index)
          Get the Action at the given index
 Action getAction(java.lang.String id)
          Get the Action with the given ID
 Action[] getActions()
          Get Actions as an Array of the correct type.

 

Methods inherited from class oracle.rules.sdk.editor.ruleset.RuleComponentTable
add, add, addAll, discardCopy, get, getMarked, getParent, mark, mark, move, remove, remove, removeMarked, restoreCopy, saveCopy, set, unMark, validate

 

Methods inherited from class java.util.ArrayList
addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, size, toArray, toArray, trimToSize

 

Methods inherited from class java.util.AbstractList
equals, hashCode, iterator, listIterator, listIterator, subList

 

Methods inherited from class java.util.AbstractCollection
containsAll, remove, removeAll, retainAll, toString

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.List
containsAll, equals, hashCode, iterator, listIterator, listIterator, remove, removeAll, retainAll, subList

 

Method Detail

add

public Action add()
Create a new Action and add it to the end of the ActionTable
Returns:
a new Action

add

public Action add(int index)
Create a new Action and add it at the given index
Returns:
a new Action

getActions

public Action[] getActions()
Get Actions as an Array of the correct type.
Returns:
an Array of Actions

getAction

public Action getAction(int index)
Get the Action at the given index
Returns:
the Action

getAction

public Action getAction(java.lang.String id)
Get the Action with the given ID
Returns:
the Action

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.