public class SiteMatchRule extends SiteChannelRule
| Modifier and Type | Field and Description |
|---|---|
char[] |
codes |
| Constructor and Description |
|---|
SiteMatchRule(org.w3c.dom.Element el) |
SiteMatchRule(java.lang.String orientationCodes) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelGroup> |
acceptable(java.util.List<ChannelImpl> chanList,
java.util.List<ChannelImpl> failures) |
public SiteMatchRule(java.lang.String orientationCodes)
public SiteMatchRule(org.w3c.dom.Element el)
public java.util.List<ChannelGroup> acceptable(java.util.List<ChannelImpl> chanList, java.util.List<ChannelImpl> failures)
acceptable in class SiteChannelRule