public class AttributeKey
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AttributeKey.Type |
Modifier and Type | Method and Description |
---|---|
static AttributeKey |
attribute(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute) |
boolean |
equals(java.lang.Object obj) |
org.processmining.plugins.inductiveminer2.attributes.Attribute |
getAttribute() |
AttributeKey.Type |
getType() |
int |
hashCode() |
static AttributeKey |
message(java.lang.String message) |
java.lang.String |
toString() |
public static AttributeKey attribute(org.processmining.plugins.inductiveminer2.attributes.Attribute attribute)
public static AttributeKey message(java.lang.String message)
public org.processmining.plugins.inductiveminer2.attributes.Attribute getAttribute()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public AttributeKey.Type getType()