public interface Type extends NodeLabel
HeapConfiguration
or a Value.| Modifier and Type | Method and Description |
|---|---|
void |
addSelectorLabel(SelectorLabel selectorLabel,
String defaultValue) |
Map<SelectorLabel,String> |
getSelectorLabels() |
boolean |
hasSelectorLabel(SelectorLabel selectorLabel)
Checks whether a node with this type has an outgoing selector label
with the given name.
|
boolean |
isOptional(SelectorLabel selectorLabel) |
boolean |
isPrimitiveType() |
boolean hasSelectorLabel(SelectorLabel selectorLabel)
selectorLabel - The selector label in questionvoid addSelectorLabel(SelectorLabel selectorLabel, String defaultValue)
selectorLabel - the selector label to be added to this typeMap<SelectorLabel,String> getSelectorLabels()
boolean isOptional(SelectorLabel selectorLabel)
boolean isPrimitiveType()
Copyright © 2019. All rights reserved.