com.sun.msv.schematron.grammar
Class SActions

java.lang.Object
  extended by com.sun.msv.schematron.grammar.SActions
Direct Known Subclasses:
SRule

public class SActions
extends Object

Set of reports and asserts.

Author:
Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)

Field Summary
 SAction[] asserts
           
 SAction[] reports
           
 
Constructor Summary
SActions(Collection _asserts, Collection _reports)
           
SActions(SAction[] _asserts, SAction[] _reports)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

asserts

public final SAction[] asserts

reports

public final SAction[] reports
Constructor Detail

SActions

public SActions(SAction[] _asserts,
                SAction[] _reports)

SActions

public SActions(Collection _asserts,
                Collection _reports)