public class StringLabel extends Object implements Label, Comparable<StringLabel>
Constructor and Description |
---|
StringLabel() |
StringLabel(String label)
Initializes a label to a specific String value
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(StringLabel o) |
boolean |
equals(Object obj) |
String |
getClassName() |
int |
hashCode() |
void |
setClassName(String className) |
String |
toString() |
public StringLabel(String label)
labelValue
- the label name expressed as Stringpublic StringLabel()
public String getClassName()
public void setClassName(String className)
className
- the className to setpublic int hashCode()
public boolean equals(Object obj)
public int compareTo(StringLabel o)
compareTo
in interface Comparable<StringLabel>
Copyright © 2018 Semantic Analytics Group @ Uniroma2. All rights reserved.