Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.editor.ruleset
Class SimpleTestTable

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.SimpleTestTable

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

public class SimpleTestTable
extends RuleComponentTable

A SimpleTestTable contains SimpleTestExpression's which are combined with AND's or OR's. @see SimpleTestExpression.

See Also:
Serialized Form

Method Summary
 SimpleTest add()
          Create a new SimpleTest and add it to the end of the SimpleTestTable
 SimpleTest add(int index)
          Create a new SimpleTest and add it at the given index
 SimpleTest getSimpleTest(int index)
          Get the SimpleTest at the given index
 SimpleTest getSimpleTest(java.lang.String id)
          Get the SimpleTest with the given ID
 SimpleTest[] getSimpleTests()
          Get SimpleTests 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 SimpleTest add()
Create a new SimpleTest and add it to the end of the SimpleTestTable
Returns:
a new SimpleTest

add

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

getSimpleTests

public SimpleTest[] getSimpleTests()
Get SimpleTests as an Array of the correct type.
Returns:
an Array of SimpleTests

getSimpleTest

public SimpleTest getSimpleTest(int index)
Get the SimpleTest at the given index
Returns:
the SimpleTest

getSimpleTest

public SimpleTest getSimpleTest(java.lang.String id)
Get the SimpleTest with the given ID
Returns:
the SimpleTest

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.