public final class BelongsToStatementSupport extends AbstractStatementSupport<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>>
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onStatementAdded, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptArgumentValue, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeaturespublic static BelongsToStatementSupport getInstance()
public String 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 BelongsToStatement createDeclared(StmtContext<String,BelongsToStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic EffectiveStatement<String,BelongsToStatement> createEffective(StmtContext<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextpublic void onPreLinkageDeclared(StmtContext.Mutable<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>> belongsToCtx)
AbstractStatementSupportModelProcessingPhase.SOURCE_PRE_LINKAGE phase, only substatements
from this and previous 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).
onPreLinkageDeclared in interface StatementSupport<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>>onPreLinkageDeclared in class AbstractStatementSupport<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>>belongsToCtx - Context of added statement.public void onLinkageDeclared(StmtContext.Mutable<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>> belongsToCtx)
AbstractStatementSupportModelProcessingPhase.SOURCE_LINKAGE phase, only substatements
from this and previous 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).
onLinkageDeclared in interface StatementSupport<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>>onLinkageDeclared in class AbstractStatementSupport<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>>belongsToCtx - Context of added statement.protected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<String,BelongsToStatement,EffectiveStatement<String,BelongsToStatement>>Copyright © 2019 OpenDaylight. All rights reserved.