Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scoja.server.filter
Class Facility  view Facility download Facility.java

java.lang.Object
  extended byorg.scoja.server.core.LinkableAtPython
      extended byorg.scoja.server.filter.FilterLinkableAtPython
          extended byorg.scoja.server.filter.IntSetFilter
              extended byorg.scoja.server.filter.Facility
All Implemented Interfaces:
org.scoja.server.core.DecoratedLink, Filter

public class Facility
extends IntSetFilter


Field Summary
 
Fields inherited from class org.scoja.server.filter.IntSetFilter
valueSet
 
Constructor Summary
Facility(int facility)
           
Facility(int[] facilities)
           
 
Method Summary
 java.lang.String getConceptName()
           
 boolean isGood(org.scoja.server.core.EventContext env)
           
 
Methods inherited from class org.scoja.server.filter.IntSetFilter
isGood, toString
 
Methods inherited from class org.scoja.server.filter.FilterLinkableAtPython
__and__, __invert__, __or__, getLinkable
 
Methods inherited from class org.scoja.server.core.LinkableAtPython
__rshift__
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Facility

public Facility(int facility)

Facility

public Facility(int[] facilities)
Method Detail

isGood

public boolean isGood(org.scoja.server.core.EventContext env)

getConceptName

public java.lang.String getConceptName()
Specified by:
getConceptName in class IntSetFilter