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) 2005 Sandia National Laboratories
getName
public java.lang.String getName()
getBoundName
public java.lang.String getBoundName()
getGroupSize
public int getGroupSize()
isGroup
public boolean isGroup()
getConditionalElement
public ConditionalElement getConditionalElement(int i)