Package | Description |
---|---|
org.eclipse.gef.dot.internal |
Modifier and Type | Method and Description |
---|---|
static DotAttributes.Context |
DotAttributes.getContext(org.eclipse.emf.ecore.EObject eObject)
Determine the context in which the given
EObject is used. |
static DotAttributes.Context |
DotAttributes.Context.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DotAttributes.Context[] |
DotAttributes.Context.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
DotAttributes.parsedAsAttribute(org.eclipse.gef.dot.internal.language.terminals.ID valueRaw,
java.lang.String attrName,
DotAttributes.Context context) |
static java.util.List<org.eclipse.emf.common.util.Diagnostic> |
DotAttributes.validateAttributeRawValue(DotAttributes.Context attributeContext,
java.lang.String attributeName,
org.eclipse.gef.dot.internal.language.terminals.ID attributeValue)
Validate the attribute determined via name and value syntactically and
semantically.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.