SMACS

smacs.find
Class SelinsCode.Rule

java.lang.Object
  extended bysmacs.find.SelinsCode.Rule
Enclosing class:
SelinsCode

public static class SelinsCode.Rule
extends Object

a compact notation to pass around parts of a SelIns rule


Field Summary
 SimpleNode insert
           
 SimpleNode into
           
 SimpleNode select
           
 
Constructor Summary
SelinsCode.Rule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

select

public SimpleNode select

insert

public SimpleNode insert

into

public SimpleNode into
Constructor Detail

SelinsCode.Rule

public SelinsCode.Rule()

SMACS