public class ClassifiedEntity
public ClassifiedEntity(@NotNull
java.lang.String type,
@NotNull
java.lang.String role,
int start,
int end)
@NotNull public java.lang.String getType()
@NotNull public java.lang.String getRole()
public int getStart()
public int getEnd()
@NotNull public java.lang.String component1()
@NotNull public java.lang.String component2()
public int component3()
public int component4()
@NotNull public ClassifiedEntity copy(@NotNull java.lang.String type, @NotNull java.lang.String role, int start, int end)
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)