net.sf.swan.xml.input.pattern
Class Rule

java.lang.Object
  |
  +--net.sf.swan.xml.input.pattern.Connector
        |
        +--net.sf.swan.xml.input.pattern.Rule

public class Rule
extends Connector

A Connector that uses an XSLT-like pattern as explicit criteria for identifying those ContextEvents that should be used as source contexts for rule evaluation.


Method Summary
 void connect(Stereotype stereotype)
           
 java.lang.String toString()
           
 
Methods inherited from class net.sf.swan.xml.input.pattern.Connector
connect, getLabel, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

connect

public void connect(Stereotype stereotype)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object