jess
Interface ConditionalElement

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
Accumulate, Group, Pattern

public interface ConditionalElement
extends java.io.Serializable

A conditional element is either a Pattern or a Group of Patterns. It's a way to treat the elements of a Defrule's left hand side generically.

(C) 2007 Sandia National Laboratories


Method Summary
 java.lang.String getBoundName()
           
 ConditionalElement getConditionalElement(int i)
           
 int getGroupSize()
           
 java.lang.String getName()
           
 boolean isGroup()
           
 

Method Detail

getName

java.lang.String getName()

getBoundName

java.lang.String getBoundName()

getGroupSize

int getGroupSize()

isGroup

boolean isGroup()

getConditionalElement

ConditionalElement getConditionalElement(int i)

© 2013 Sandia Corporation