|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cz.cuni.mff.ksi.jinfer.functionalDependencies.Path
public class Path
Class representing path.
Constructor Summary | |
---|---|
Path(String path)
Constructor which gets String representation of the path. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getPathValue()
Get the string representation of this path. |
int |
hashCode()
|
boolean |
isElementPath()
Chesk if this path point to the element, i.e. |
boolean |
isStringPath()
Check if this path is a leaf path, i.e. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Path(String path)
String
representation of the path.
path
- String representation of the path.Method Detail |
---|
public boolean isStringPath()
public boolean isElementPath()
public String getPathValue()
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
jInfer | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |