public final class LeafStatementSupport extends AbstractQNameStatementSupport<LeafStatement,EffectiveStatement<QName,LeafStatement>>
adaptArgumentValuegetPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onLinkageDeclared, onPreLinkageDeclared, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getImplicitParentFor, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeaturespublic static LeafStatementSupport getInstance()
public QName parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupportctx - 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 void onStatementAdded(StmtContext.Mutable<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> stmt)
StatementSupportStmtContext.getParentContext(). One such use is populating the parent's namespaces to
allow it to locate this child statement.onStatementAdded in interface StatementSupport<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>>onStatementAdded in class AbstractStatementSupport<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>>stmt - Context of added statement. No substatements are available.public void onFullDefinitionDeclared(StmtContext.Mutable<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> ctx)
AbstractStatementSupportModelProcessingPhase.FULL_DECLARATION phase,
only substatements from this phase are available.
Implementation may use method to perform actions on this event or register modification action using
StmtContext.Mutable.newInferenceAction(ModelProcessingPhase)..
Subclasses of this class may override this method to perform actions on this event or register a modification
action using StmtContext.Mutable.newInferenceAction(ModelProcessingPhase).
onFullDefinitionDeclared in interface StatementSupport<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>>onFullDefinitionDeclared in class AbstractStatementSupport<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>>ctx - Context of added statement. Argument and statement parent is
accessible.public LeafStatement createDeclared(StmtContext<QName,LeafStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic EffectiveStatement<QName,LeafStatement> createEffective(StmtContext<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<QName,LeafStatement,EffectiveStatement<QName,LeafStatement>>Copyright © 2019 OpenDaylight. All rights reserved.