public enum DagTag extends Enum<DagTag>
| Enum Constant and Description |
|---|
AND
operations
|
BAD
illegal entry
|
CHOOSE
choose
|
COLLECTION
operations
|
DATAEXPR
data expression
|
DATATYPE
datatype
|
DATAVALUE
data value
|
FORALL
operations
|
IRR
\neg\exists R.Self
|
LE
operations
|
NCONCEPT
non-primitive concept
|
NN
NN-rule was applied
|
NSINGLETON
non-primitive singleton
|
PCONCEPT
primitive concept
|
PROJ
aux vertex with Projection FROM the current node
|
PSINGLETON
primitive singleton
|
TOP
operations
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isCNameTag() |
boolean |
isComplexConcept() |
boolean |
isNNameTag() |
boolean |
isPNameTag() |
boolean |
omitStat(boolean pos) |
String |
toString() |
static DagTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DagTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DagTag BAD
public static final DagTag TOP
public static final DagTag AND
public static final DagTag COLLECTION
public static final DagTag FORALL
public static final DagTag LE
public static final DagTag IRR
public static final DagTag PROJ
public static final DagTag NN
public static final DagTag PCONCEPT
public static final DagTag NCONCEPT
public static final DagTag PSINGLETON
public static final DagTag NSINGLETON
public static final DagTag DATATYPE
public static final DagTag DATAVALUE
public static final DagTag DATAEXPR
public static final DagTag CHOOSE
public static DagTag[] values()
for (DagTag c : DagTag.values()) System.out.println(c);
public static DagTag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean omitStat(boolean pos)
pos - pospublic String getName()
public boolean isPNameTag()
public boolean isNNameTag()
public boolean isCNameTag()
public boolean isComplexConcept()
Copyright © 2018 The University of Manchester. All rights reserved.