public static class ActionStatementImpl.Definition extends AbstractStatementSupport<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>>
| Constructor and Description |
|---|
Definition() |
beforeSubStatementCreated, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getPublicView, getStatementName, getSupportSpecificForArgument, hasArgumentSpecificSupports, isArgumentYinElement, onLinkageDeclared, onPreLinkageDeclared, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeaturespublic 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,ActionStatement,EffectiveStatement<QName,ActionStatement>> 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,ActionStatement,EffectiveStatement<QName,ActionStatement>>onStatementAdded in class AbstractStatementSupport<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>>stmt - Context of added statement. No substatements are available.public ActionStatement createDeclared(StmtContext<QName,ActionStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic EffectiveStatement<QName,ActionStatement> createEffective(StmtContext<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextpublic void onFullDefinitionDeclared(StmtContext.Mutable<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>> stmt)
AbstractStatementSupportModelProcessingPhase.FULL_DECLARATION phase.
Invoked when statement is closed during
ModelProcessingPhase.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 modification action using
StmtContext.Mutable.newInferenceAction(ModelProcessingPhase).onFullDefinitionDeclared in interface StatementSupport<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>>onFullDefinitionDeclared in class AbstractStatementSupport<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>>stmt - Context of added statement. Argument and statement parent is
accessible.protected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<QName,ActionStatement,EffectiveStatement<QName,ActionStatement>>Copyright © 2018 OpenDaylight. All rights reserved.