
public class XDIArc extends XDIIdentifier
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_DIGEST_ALGORITHM |
string| Modifier and Type | Method and Description |
|---|---|
static XDIArc |
create(String string) |
static XDIArc |
fromComponents(Character cs,
boolean variable,
boolean definition,
boolean collection,
boolean attribute,
boolean immutable,
boolean relative,
String literal,
XDIXRef xref) |
Character |
getCs() |
String |
getLiteral() |
XDIXRef |
getXRef() |
boolean |
hasCs() |
boolean |
hasLiteral() |
boolean |
hasXRef() |
boolean |
isAttribute() |
boolean |
isCollection() |
boolean |
isDefinition() |
boolean |
isImmutable() |
boolean |
isLiteralNodeXDIArc() |
boolean |
isRelative() |
boolean |
isVariable() |
static String |
literalFromDigest(String input) |
static String |
literalFromDigest(String input,
String algorithm) |
static String |
literalFromRandomUuid() |
static String |
literalFromUuid(String uuid) |
compareTo, equals, hashCode, toStringpublic static final String DEFAULT_DIGEST_ALGORITHM
public static XDIArc fromComponents(Character cs, boolean variable, boolean definition, boolean collection, boolean attribute, boolean immutable, boolean relative, String literal, XDIXRef xref)
public static String literalFromRandomUuid()
public boolean hasCs()
public boolean isVariable()
public boolean isDefinition()
public boolean isCollection()
public boolean isAttribute()
public boolean isImmutable()
public boolean isRelative()
public boolean hasLiteral()
public boolean hasXRef()
public Character getCs()
public String getLiteral()
public XDIXRef getXRef()
public boolean isLiteralNodeXDIArc()
Copyright © 2015. All Rights Reserved.