Modifier and Type | Method and Description |
---|---|
void |
Oas30ModelClonerVisitor.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
CombinedVisitorAdapter.visitLinkDefinition(Oas30LinkDefinition node) |
void |
CombinedCompositeVisitor.visitLinkDefinition(Oas30LinkDefinition node) |
void |
CombinedAllNodeVisitor.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkDescriptionRule.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkDefinitionNameRule.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkReferenceRule.visitLinkDefinition(Oas30LinkDefinition node) |
void |
OasInvalidLinkOperationReferenceRule.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
OasInvalidLinkOperationIdRule.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
OasLinkOperationRefMutualExclusivityRule.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Method and Description |
---|---|
void |
Oas30DataModelWriter.visitLinkDefinition(Oas30LinkDefinition node) |
void |
Oas30DataModelReaderDispatcher.visitLinkDefinition(Oas30LinkDefinition node) |
Modifier and Type | Field and Description |
---|---|
Map<String,Oas30LinkDefinition> |
Oas30Components.links |
Modifier and Type | Method and Description |
---|---|
Oas30LinkDefinition |
Oas30Components.createLinkDefinition(String name)
Creates a link definition.
|
Oas30LinkDefinition |
Oas30Components.getLinkDefinition(String name)
Gets a single link definition by name.
|
Oas30LinkDefinition |
Oas30Components.removeLinkDefinition(String name)
Removes a single link definition and returns it.
|
Modifier and Type | Method and Description |
---|---|
List<Oas30LinkDefinition> |
Oas30Components.getLinkDefinitions()
Gets a list of all link definitions.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30Components.addLinkDefinition(String name,
Oas30LinkDefinition linkDefinition)
Adds a link definition.
|
Modifier and Type | Method and Description |
---|---|
void |
Oas30VisitorAdapter.visitLinkDefinition(Oas30LinkDefinition node) |
void |
Oas30Traverser.visitLinkDefinition(Oas30LinkDefinition node) |
void |
Oas30NodePathVisitor.visitLinkDefinition(Oas30LinkDefinition node) |
void |
Oas30AllNodeVisitor.visitLinkDefinition(Oas30LinkDefinition node) |
void |
IOas30Visitor.visitLinkDefinition(Oas30LinkDefinition node) |
Copyright © 2020 Red Hat. All rights reserved.