|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.cuni.mff.ksi.jinfer.functionalDependencies.Tuple
public class Tuple
Class representing tree tuple.
| Constructor Summary | |
|---|---|
Tuple(RXMLTree tree,
int tupleId)
Constructor of tuple for particular tree, with provided ID. |
|
| Method Summary | |
|---|---|
boolean |
contains(Tuple tuple)
Check if this tuple contains all nodes from provided tuple. |
boolean |
equals(Object obj)
|
int |
getId()
Get ID of this tuple. |
List<Node> |
getNodes()
Get list of all nodes contained in this tuple. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Tuple(RXMLTree tree,
int tupleId)
tree - Tree for which is tuple created.tupleId - Tuple ID.| Method Detail |
|---|
public int getId()
public boolean contains(Tuple tuple)
tuple - Tuple to be check if is subset of this tuple.
public List<Node> getNodes()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
jInfer | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||