org.gcube.searchsystem.planning.maxsubtree
Class AndTree
java.lang.Object
org.gcube.searchsystem.planning.maxsubtree.AndTree
public class AndTree
- extends Object
AndTree
public AndTree()
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
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013. All Rights Reserved.