public enum DagTag extends Enum<DagTag>
| Enum Constant and Description |
|---|
dtAnd |
dtBad |
dtChoose |
dtCollection |
dtDataExpr |
dtDataType |
dtDataValue |
dtForall |
dtIrr |
dtLE |
dtNConcept |
dtNN |
dtNSingleton |
dtPConcept |
dtProj |
dtPSingleton |
dtSplitConcept |
dtTop |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
boolean |
isCNameTag()
check whether given DagTag is a named concept-like entity
|
boolean |
isComplexConcept() |
boolean |
isNNameTag()
check whether given DagTag is a non-primitive named concept-like entity
|
boolean |
isPNameTag()
check whether given DagTag is a primitive named concept-like entity
|
boolean |
omitStat(boolean pos)
whether statistic's gathering should be omitted due to the type of a
vertex
|
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 final DagTag dtSplitConcept
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)
public String getName()
public boolean isPNameTag()
public boolean isNNameTag()
public boolean isCNameTag()
public boolean isComplexConcept()
Copyright © 2013 The University of Manchester. All Rights Reserved.