org.gcube.searchsystem.planning.maxsubtree
Class AndTree

java.lang.Object
  extended by org.gcube.searchsystem.planning.maxsubtree.AndTree

public class AndTree
extends Object


Constructor Summary
AndTree()
           
 
Method Summary
 Object clone()
           
 String getCollection()
           
 ArrayList<TreeTransformer.GCQLCondition> getConditions()
           
 String getLanguage()
           
 ArrayList<String> getNotCollections()
           
 ArrayList<String> getNotLanguages()
           
 ArrayList<LinkedHashSet<String>> getSources()
           
 void setCollection(String collection)
           
 void setConditions(ArrayList<TreeTransformer.GCQLCondition> conditions)
           
 void setLanguage(String language)
           
 void setNotCollections(ArrayList<String> notCollections)
           
 void setNotLanguages(ArrayList<String> notLanguages)
           
 void setSources(ArrayList<LinkedHashSet<String>> sources)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AndTree

public AndTree()
Method Detail

getSources

public ArrayList<LinkedHashSet<String>> getSources()

setSources

public void setSources(ArrayList<LinkedHashSet<String>> sources)

getCollection

public String getCollection()

setCollection

public void setCollection(String collection)

getLanguage

public String getLanguage()

setLanguage

public void setLanguage(String language)

getConditions

public ArrayList<TreeTransformer.GCQLCondition> getConditions()

setConditions

public void setConditions(ArrayList<TreeTransformer.GCQLCondition> conditions)

getNotCollections

public ArrayList<String> getNotCollections()

setNotCollections

public void setNotCollections(ArrayList<String> notCollections)

getNotLanguages

public ArrayList<String> getNotLanguages()

setNotLanguages

public void setNotLanguages(ArrayList<String> notLanguages)

clone

public Object clone()
Overrides:
clone in class Object


Copyright © 2013. All Rights Reserved.