|
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.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 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 | |||||||||