|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ConRel>
de.tuebingen.uni.sfs.germanet.api.ConRel
public enum ConRel
Enumeration of all conceptual relations.
Method Summary | |
---|---|
static boolean |
isConRel(java.lang.String relName)
Returns true if the String relName represents a
valid ConRel . |
boolean |
isTransitive()
Returns true if this is a transitive relationship. |
static ConRel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ConRel[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ConRel has_hypernym
public static final ConRel has_hyponym
public static final ConRel has_component_meronym
public static final ConRel has_component_holonym
public static final ConRel has_member_meronym
public static final ConRel has_member_holonym
public static final ConRel has_substance_meronym
public static final ConRel has_substance_holonym
public static final ConRel has_portion_meronym
public static final ConRel has_portion_holonym
public static final ConRel entails
public static final ConRel is_entailed_by
public static final ConRel is_related_to
public static final ConRel causes
Method Detail |
---|
public static ConRel[] values()
for (ConRel c : ConRel.values()) System.out.println(c);
public static ConRel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static boolean isConRel(java.lang.String relName)
String
relName
represents a
valid ConRel
.
relName
- the name of the relation to verify
String relName
represents a valid
ConRel
public boolean isTransitive()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |