Ignore:
Timestamp:
2004-12-10T15:48:39+13:00 (19 years ago)
Author:
schweer
Message:

started to work on multi-valued predicates; started to rework the filter algorithm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/greenstone3-extensions/gsdl-as/src/org/greenstone/gsdlas/profiles/Predicate.java

    r8775 r8777  
    4343            "type",
    4444            "host",
    45             "collection" };
     45            "collection",
     46            "documentID" };
    4647   
    4748    public void addSubscription(int subscriptionID) {
     
    139140        }
    140141    }
     142
     143    /**
     144     * @return
     145     */
     146    public List getValueList() {
     147        throw new UnsupportedOperationException("you can only call this method for multi-valued predicates");
     148    }
    141149   
    142150}
Note: See TracChangeset for help on using the changeset viewer.