public class ProblemPath
extends java.lang.Object
Constructor and Description |
---|
ProblemPath(java.lang.Class<? extends ProblemType> type,
ProblemScope scope,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getKey() |
ProblemScope |
getScope() |
java.lang.Class<? extends ProblemType> |
getType() |
int |
hashCode() |
public ProblemPath(java.lang.Class<? extends ProblemType> type, ProblemScope scope, java.lang.String key)
public ProblemScope getScope()
public java.lang.Class<? extends ProblemType> getType()
public java.lang.String getKey()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object