public final class RevisionStatementSupport extends AbstractStatementSupport<Revision,RevisionStatement,EffectiveStatement<Revision,RevisionStatement>>
Modifier and Type | Method and Description |
---|---|
RevisionStatement |
createDeclared(StmtContext<Revision,RevisionStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<Revision,RevisionStatement> |
createEffective(StmtContext<Revision,RevisionStatement,EffectiveStatement<Revision,RevisionStatement>> ctx)
Create a
EffectiveStatement for specified context. |
static RevisionStatementSupport |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
Revision |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptArgumentValue, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeatures
public static RevisionStatementSupport getInstance()
public Revision parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupport
ctx
- Context, which may be used to access source-specific namespaces required for parsing.value
- String representation of value, as was present in text source.public RevisionStatement createDeclared(StmtContext<Revision,RevisionStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic EffectiveStatement<Revision,RevisionStatement> createEffective(StmtContext<Revision,RevisionStatement,EffectiveStatement<Revision,RevisionStatement>> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<Revision,RevisionStatement,EffectiveStatement<Revision,RevisionStatement>>
Copyright © 2019 OpenDaylight. All rights reserved.