public enum DagTag extends Enum<DagTag>
| Enum Constant and Description |
|---|
dtAnd
operations
|
dtBad
illegal entry
|
dtChoose
choose
|
dtCollection
operations
|
dtDataExpr
data expression
|
dtDataType
datatype
|
dtDataValue
data value
|
dtForall
operations
|
dtIrr
\neg\exists R.Self
|
dtLE
operations
|
dtNConcept
non-primitive concept
|
dtNN
NN-rule was applied
|
dtNSingleton
non-primitive singleton
|
dtPConcept
primitive concept
|
dtProj
aux vertex with Projection FROM the current node
|
dtPSingleton
primitive singleton
|
dtTop
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 dtBad
public static final DagTag dtTop
public static final DagTag dtAnd
public static final DagTag dtCollection
public static final DagTag dtForall
public static final DagTag dtLE
public static final DagTag dtIrr
public static final DagTag dtProj
public static final DagTag dtNN
public static final DagTag dtPConcept
public static final DagTag dtNConcept
public static final DagTag dtPSingleton
public static final DagTag dtNSingleton
public static final DagTag dtDataType
public static final DagTag dtDataValue
public static final DagTag dtDataExpr
public static final DagTag dtChoose
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 boolean isPNameTag()
public boolean isNNameTag()
public boolean isCNameTag()
public boolean isComplexConcept()
Copyright © 2015 The University of Manchester. All rights reserved.