A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages

A

AbstractAntlrDelegatingTextParser - Class in com._1c.g5.modeling.text
Базовая реализация интерфейса ITextParser, делегирующая работу парсеру построенному с помощью ANTLR 3.1
AbstractAntlrDelegatingTextParser(URI, InputStream, IDiagnosticReporter) - Constructor for class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
Конструктор.
AbstractAntlrParserDelegate - Class in com._1c.g5.modeling.text
Абстрактный класс, используемый в качестве базового, для конкретных парсеров, сгенерированных ANTLR 3.1 по грамматике.
AbstractAntlrParserDelegate(TokenStream, RecognizerSharedState) - Constructor for class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Конструктор
AbstractDiagnostic - Class in com._1c.g5.modeling.xml
 
AbstractDiagnostic() - Constructor for class com._1c.g5.modeling.xml.AbstractDiagnostic
 
AbstractFormattedNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree для пар ключ:значение.
AbstractFormattedNode(INode, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
AbstractFormattedNode(INode, Location, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
AbstractFormattedNode(Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
AbstractFormattedNode(Location, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
AbstractLinker - Class in com._1c.g5.modeling.xml.linking
 
AbstractLinker() - Constructor for class com._1c.g5.modeling.xml.linking.AbstractLinker
 
AbstractModelValidator - Class in com._1c.g5.modeling.validation
Базовый класс для валидаторов моделей, созданных для работы с инфраструктурой валидации моделей G5.
AbstractModelValidator(String) - Constructor for class com._1c.g5.modeling.validation.AbstractModelValidator
Конструктор
AbstractNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Реализация служебных методов узела parse-tree.
AbstractNode() - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
AbstractNode(INode, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
AbstractNode(Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
AbstractSaxXmlParser - Class in com._1c.g5.modeling.xml.parser
Абстрактная реализация парсера.
AbstractSaxXmlParser() - Constructor for class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
AbstractSaxXmlParser.AttributesProxy - Class in com._1c.g5.modeling.xml.parser
 
AbstractStandaloneSetup - Class in com._1c.g5.modeling.xml.service
 
AbstractStandaloneSetup(EPackage, String) - Constructor for class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
 
AbstractStaxXmiParser - Class in com._1c.g5.modeling.xml.parser
Абстрактная реализация парсера xmi документа.
AbstractStaxXmiParser() - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
AbstractStaxXmiParser(XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
AbstractStaxXmlParser - Class in com._1c.g5.modeling.xml.parser
Абстрактная реализация парсера xml документа.
AbstractStaxXmlParser() - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
AbstractStaxXmlParser(XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
AbstractStaxXmlParser.Attributes - Class in com._1c.g5.modeling.xml.parser
Служебный класс для хранения информации об атрибутах
AbstractStaxXmlParser.ManyReference - Class in com._1c.g5.modeling.xml.parser
 
AbstractStaxXmlParser.MyEObjectStack - Class in com._1c.g5.modeling.xml.parser
 
AbstractStaxXmlParser.MyStack<E> - Class in com._1c.g5.modeling.xml.parser
 
AbstractStaxXmlParser.SingleReference - Class in com._1c.g5.modeling.xml.parser
For unresolved forward references, the line number where the incorrect id appeared in an XML resource is needed, so the Value for the forward reference and the line number where the forward reference occurred must be saved until the end of the XML resource is encountered.
AbstractXmlResource - Class in com._1c.g5.modeling.xml
Абстракатная реализация XMLResourceImpl.
AbstractXmlResource() - Constructor for class com._1c.g5.modeling.xml.AbstractXmlResource
Конструктор
AbstractXmlResource(URI) - Constructor for class com._1c.g5.modeling.xml.AbstractXmlResource
Конструктор
accept(INodeVisitor) - Method in interface com._1c.g5.modeling.text.INode
Посещение узла синтаксического дерева и его дочерних узлов.
Дочерние узлы посещаются, если они есть и если функция INodeVisitor.visit(INode), вызванная для данного узла вернет true.
accept(INodeVisitor) - Method in class com._1c.g5.modeling.text.Node
 
accept(ETypeParameter, EGenericType) - Method in class com._1c.g5.modeling.xml.util.EcoreGenericsUtil.TypeBindingAcceptor
 
ACK - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
adaptNode(EObject, INode) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Сервисный метод, установливающий связь между объектом модели и узлом AST.
Для этого узлу AST назначается объект модели {@see INode#setModelObject(EObject)}, с помощью NodeAdapter объекту модели ставится в соответствие соответсвующий узел AST.
adaptNode(EObject, EStructuralFeature, INode) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Сервисный метод, устанавливающий связь между single-valued свойством объекта модели и узлом AST.
Для установления такой связи используется только NodeAdapter
adaptNodeToList(EObject, EStructuralFeature, INode) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Метод устанавливает связь между отдельным значением many-valued свойства объекта модели и узлом AST.
addAttribute(QName, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
addAttributeValue(EObject, EAttribute, String) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Добавление к списку значений many-valued атрибута значения, полученного из текстового представления.
Для преобразования текстового представления в объект, который может быть значением атрибута используется функция AbstractAntlrParserDelegate.createAttributeValue(EObject, EAttribute, String)
addCachedScope(EObject, EReference, IScope) - Method in class com._1c.g5.modeling.xml.serializer.CachedScopeProvider
Adds IScope for temporary caching
addChild(INode) - Method in interface com._1c.g5.modeling.text.INode
Присоединение дочернего узла.
Данный метод добавляет узел в конец списка дочерних узлов и устанавливает у присоединяемого элемента правильное значение parent.
Если присоединяемый дочерний узел ранее был дочерним для другого родительского узла, то предвариательно он будет отсоединен от него.
addChild(INode) - Method in class com._1c.g5.modeling.text.Node
 
addDiagnostic(DiagnosticChain, int, int, String, Object...) - Method in class com._1c.g5.modeling.validation.AbstractModelValidator
 
addError(DiagnosticChain, int, String, Object...) - Method in class com._1c.g5.modeling.validation.AbstractModelValidator
Функция предназначена для помещения в diagnostics сообщения об ошибке.
addNamespaceDeclarations() - Method in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
addNamespaceDeclarations() - Method in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
addNamespaceDeclarations() - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
addNewNode(INode, Token) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Данный метод предназначен для создания узла AST, соответствующего одиночному токену и добавления созданного узла к родительскому.
addNewNode(INode, Token, EObject) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Данный метод предназначен для создания узла AST, соответствующего одиночному токену, добавления созданного узла к родительскому и установки связи между созданным узлом AST и объектом модели.
addNode(INode, INode) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Сервисный метод, предназеначенный для добавления дочернего узла к родительскому.
addRoot(EObject) - Method in class com._1c.g5.modeling.xml.parser.ParseResult
 
addTypeParameterBindingsRecursively(EClass, EcoreGenericsUtil.TypeBindingAcceptor) - Static method in class com._1c.g5.modeling.xml.util.EcoreGenericsUtil
 
addWarning(DiagnosticChain, int, String, Object...) - Method in class com._1c.g5.modeling.validation.AbstractModelValidator
Функция предназначена для помещения в diagnostics предупреждения.
afterModelLinked(EObject) - Method in class com._1c.g5.modeling.xml.linking.AbstractLinker
 
allowControlCharacters - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
AMP - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
ANNOTATION_ELEMENT_NAME - Static variable in interface com._1c.g5.modeling.xml.serializer.Constants
Данная константа используется для указания названия ключа в мэпе Details аннотации ANNOTATION_NAME для обозначения названия элемента (то как он записан в xml)
ANNOTATION_ELEMENT_TYPE_NAME - Static variable in interface com._1c.g5.modeling.xml.serializer.Constants
Данная константа используется для указания названия ключа в мэпе Details аннотации ANNOTATION_NAME для обозначения названия конкретного типа
ANNOTATION_NAME - Static variable in interface com._1c.g5.modeling.xml.serializer.Constants
Данная константа используется для указания названия аннотации для указания конкретного типа для резолвинга containment ссылок без указанного xsi:type
AntlrUtil - Class in com._1c.g5.modeling.text
Утилитный класс, содержащий полезные функции для взаимодействия с ANTLR-runtime 3.1
AntlrUtil() - Constructor for class com._1c.g5.modeling.text.AntlrUtil
 
anySimpleType - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
anySimpleType - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
anySimpleType - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
anyType - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
anyType - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
anyType - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
appendShortFragment(EObject, StringBuilder) - Method in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
 
ARRAY_SIZE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
attachEObjectToNode(EObject, INode) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Осуществляет привязку eObject к node
attachFeatureToNode(EObject, EStructuralFeature, INode) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Осуществляет привязку структуральной фичи feature объекта eObject к node
attribs - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
ATTRIBUTE_FEATURE_MAP - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
AttributeNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree для атрибута
AttributeNode(EStructuralFeature, INode, Location, Location, boolean) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AttributeNode
 
AttributeNode(EStructuralFeature, Location, Location, boolean) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.AttributeNode
 
attributes - Variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
DOM attributes.
Attributes(int) - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
AttributesProxy() - Constructor for class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 

B

basicGetEObject(String) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
beforeModelLinked(EObject) - Method in class com._1c.g5.modeling.xml.linking.AbstractLinker
 
beforeModelLinked(EObject) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
BEL - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
bindAbstractXmlParser() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindAbstractXmlSerializer() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindEPackageRegistry() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindEValidatorRegistry() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindICrossReferenceSerializer() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindIFormatter() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindILinker() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
Инъекция реализации линкера, для обеспечения механизма резолвинга символических ссылок
bindILinkingDiagnosticMessageProvider() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindILinkingService() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindIQualifiedNameProvider() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindLazyUriEncoder() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindResource$Factory() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
bindXmlResource() - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
BS - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
BUFFER_SIZE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 

C

CachedScopeCrossReferenceSerializer - Class in com._1c.g5.modeling.xml.serializer
CachedScopeCrossReferenceSerializer() - Constructor for class com._1c.g5.modeling.xml.serializer.CachedScopeCrossReferenceSerializer
 
cachedScopeProvider - Variable in class com._1c.g5.modeling.xml.serializer.CachedScopeCrossReferenceSerializer
 
CachedScopeProvider - Class in com._1c.g5.modeling.xml.serializer
Special temporary container for IScope getting from CrossReferenceSerializer.getUnconvertedLinkText(EObject, EReference, EObject)
CachedScopeProvider() - Constructor for class com._1c.g5.modeling.xml.serializer.CachedScopeProvider
 
CAN - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
canHandle(URI) - Method in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
capacity - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
caseResourceRoot(ResourceRoot) - Method in class com._1c.g5.modeling.foundation.util.FoundationSwitch
Returns the result of interpreting the object as an instance of 'Resource Root'.
characters() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Обработка символов (whitespaces и прочее)
checkBank(Resource) - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
checkCashierAndClients(Resource, Model) - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
checkTransfers(Resource) - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
children - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
classes - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
CLASSPATH_SCHEME - Static variable in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
ClassPathModelUriConverter - Class in com._1c.g5.modeling.resource
Реализация URIConverter для использования вне Eclipse IDE.
ClassPathModelUriConverter() - Constructor for class com._1c.g5.modeling.resource.ClassPathModelUriConverter
 
ClassPathUriHandler - Class in com._1c.g5.modeling.resource
Реализация URIHandler, обрабатывающая URI, относящиеся к схеме 'classpath' и ищущая ресурсы в classpath.
ClassPathUriHandler() - Constructor for class com._1c.g5.modeling.resource.ClassPathUriHandler
 
cleanFeatureNodeMap() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeAdapter
 
clear() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyEObjectStack
 
clear() - Method in class com._1c.g5.modeling.xml.util.SimpleCache
 
clearAllReferences(EObject) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
clearErrorsAndWarnings() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
clearInternalState() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
clearInternalState() - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
clearReference(EObject, EReference) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
clearReferences(EObject) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
closePrevElement() - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
collectNamespaceDeclarations(Map<String, String>) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
com._1c.g5.modeling.foundation - package com._1c.g5.modeling.foundation
 
com._1c.g5.modeling.foundation.impl - package com._1c.g5.modeling.foundation.impl
 
com._1c.g5.modeling.foundation.util - package com._1c.g5.modeling.foundation.util
 
com._1c.g5.modeling.foundation.utils - package com._1c.g5.modeling.foundation.utils
 
com._1c.g5.modeling.foundation.validation - package com._1c.g5.modeling.foundation.validation
 
com._1c.g5.modeling.resource - package com._1c.g5.modeling.resource
 
com._1c.g5.modeling.text - package com._1c.g5.modeling.text
 
com._1c.g5.modeling.util - package com._1c.g5.modeling.util
 
com._1c.g5.modeling.validation - package com._1c.g5.modeling.validation
 
com._1c.g5.modeling.xml - package com._1c.g5.modeling.xml
 
com._1c.g5.modeling.xml.linking - package com._1c.g5.modeling.xml.linking
 
com._1c.g5.modeling.xml.parser - package com._1c.g5.modeling.xml.parser
 
com._1c.g5.modeling.xml.parser.nodemodel - package com._1c.g5.modeling.xml.parser.nodemodel
 
com._1c.g5.modeling.xml.serializer - package com._1c.g5.modeling.xml.serializer
 
com._1c.g5.modeling.xml.service - package com._1c.g5.modeling.xml.service
 
com._1c.g5.modeling.xml.util - package com._1c.g5.modeling.xml.util
 
comment() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Обработка комментариев
computeDiagnostic(Resource, boolean) - Static method in class com._1c.g5.modeling.util.ModelUtil
Функция оформляет дигностику, содержащуюся в экземпляре Resource в виде экземпляра Diagnostic.
configureLinkingIScopeProvider(Binder) - Method in class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
conformsToOffset(int) - Method in class com._1c.g5.modeling.text.TextLocation
Функция устанавливает, соответствует ли данный экземпляр TextLocation смещению в тексте offset
Constants - Interface in com._1c.g5.modeling.xml.serializer
Константы
ContainmentReferenceNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree соответствующий containment объекту
ContainmentReferenceNode() - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.ContainmentReferenceNode
 
ContainmentReferenceNode(EObject, INode, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.ContainmentReferenceNode
 
ContainmentReferenceNode(EObject, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.ContainmentReferenceNode
 
contextFeature - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
CONTROL_CHARACTERS - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
convert(String) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
convertJavaClassNameToString(EDataType, Object) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
convertJavaIdentifierToString(EDataType, Object) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
convertLines(String) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
convertModelNameToString(EDataType, Object) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
convertModelQNameToString(EDataType, Object) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
convertText(String) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
convertToString(EDataType, Object) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
convertURI(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
convertUuid(UUID) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
convertUuidToString(EDataType, Object) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
CR - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
create(EClass) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createAdapter(Notifier) - Method in class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
Creates an adapter for the target.
createAndAddDiagnostic(Triple<EObject, EReference, INode>, Resource) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
createAttributeManyElementsNodes(EObject, EStructuralFeature, ContainmentReferenceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createAttributeNode(EObject, EStructuralFeature, ContainmentReferenceNode, int) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createAttributeNodeForProxy(EReference, int, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
createAttributeValue(EObject, EAttribute, String) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Получение из текстового представления значения, которое можно присвоить атрибуту объекта модели.
Для получения значения из текстового представления данная функция обращается к AbstractAntlrParserDelegate.createFromString(EDataType, String).
При необходимости данная функция может быть переопределена в унаследованном классе.
createConstraintsAnnotations() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
Initializes the annotations for http://g5.1c.ru/modeling/Constraints.
createContaimentInContaiment() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
createContainmentReferenceNode(EObject, INode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createDefaultDiagnostic(EObject) - Method in class com._1c.g5.modeling.util.ModelDiagnostician
 
createDefaultHandler() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
createDefaultHandler() - Method in class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
createDefaultParser() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
createDefaultParser() - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
createDefaultParser() - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
createDefaultParser() - Method in class com._1c.g5.modeling.xml.XmiResource
 
createDefaultParser() - Method in class com._1c.g5.modeling.xml.XmlResource
 
createDefaultSerializer() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
createDefaultSerializer() - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
createDefaultSerializer() - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
createDefaultSerializer() - Method in class com._1c.g5.modeling.xml.XmiResource
 
createDefaultSerializer() - Method in class com._1c.g5.modeling.xml.XmlResource
 
createDiagnostic(Triple<EObject, EReference, INode>, DiagnosticMessage) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
createDiagnosticMessage(Triple<EObject, EReference, INode>) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
createDiagnosticMessageContext(Triple<EObject, EReference, INode>) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
createDocumentRoot(String, String, String, EFactory, boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
createDocumentRoot(String, String, String, EFactory, boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
createEcoreAnnotations() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
Initializes the annotations for http://www.eclipse.org/emf/2002/Ecore.
createEcoreBuilder(Map<?, ?>, ExtendedMetaData) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
createEObjectAdapter() - Method in class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
Creates a new adapter for the default case.
createFeatures(EObject, ContainmentReferenceNode, boolean) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
Создает ноды по фичам.
createFromString(EDataType, String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createFromString(EDataType, String) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Получение из текстового представления значения, соответствующего заданному типу данных модели.
Данная функция может быть переопределена в унаследованном классе, если для какого-либо типа данных требуется специфическое преобразование из текста.
createInjector() - Method in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
 
createInjectorAndDoEMFRegistration() - Method in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
Производит инициализацию всех зависимостей и регистрацию для раcширения getFileExtension() фабрики ресурса, определенной в модуле, получаемом из getRuntimeModule()
createInputStream(URI, Map<?, ?>) - Method in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
createJavaClassNameFromString(EDataType, String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createJavaIdentifierFromString(EDataType, String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createLexer(CharStream) - Method in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
Метод создает экземпляр класса лексического анализатора.
createModelNameFromString(EDataType, String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createModelQNameFromString(EDataType, String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createNodeObject(int, TextLocation) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Функция создает объект-узел AST, реализующий интерфейс INode.
Данная функция может быть переопределена в классе-наследнике, если требуется, чтобы в качестве реализации INode использовались объекты типа, отличного от Node
createNonContaimentManyReferenceNodes(EObject, EStructuralFeature, ContainmentReferenceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createNonContaimentReferenceNode(EObject, EStructuralFeature, ContainmentReferenceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createObject(EFactory, EClassifier, boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
createObject(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
createObject(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Create an object based on the given feature and attributes.
createObject(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
createObject(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
createObjectByType(String, String, boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Create an object based on the prefix and type name.
createObjectFromFactory(EFactory, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Deprecated.
since 2.2 Create an object given a content helper, a factory, and a type name, and process the XML attributes.
createObjectFromFeatureType(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Create an object based on the type of the given feature.
createObjectFromTypeName(EObject, String, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Create an object from the given qualified type name.
createOutputStream(URI, Map<?, ?>) - Method in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
createPackageContents() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
Creates the meta-model objects for the package.
createParser(InputStream, IDiagnosticReporter) - Method in class com._1c.g5.modeling.text.TextResourceImpl
Создание парсера ITextParser, выполняющего преобразование текстового представления модели в EMF-представление.
createParserDelegate(TokenStream) - Method in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
Метод создает экземпляр класса делегата, выполняющего компиляцию текстового представления модели в EMF-представление.
createProxy(EClass, URI) - Static method in class com._1c.g5.modeling.util.ModelUtil
Функция создает proxy по заданным EClass и URI
createResource(URI) - Method in class com._1c.g5.modeling.resource.ModelXmiResourceFactoryImpl
 
createResource(URI) - Method in class com._1c.g5.modeling.xml.service.XmlResourceFactory
Создает реализацию XML ресурса с сохранением разметки со следующими опциями: OPTION_EXTENDED_META_DATA = true OPTION_USE_ENCODED_ATTRIBUTE_STYLE = false OPTION_SCHEMA_LOCATION = true OPTION_KEEP_ATTRIBUTES_LOCATION = true
createResourceRootAdapter() - Method in class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
Creates a new adapter for an object of class 'Resource Root'.
createResourceSet() - Method in interface com._1c.g5.modeling.resource.IResourceSetFactory
Метод создает и возвращает сконфигурированный ResourceSet
createRootNode(EObject, INode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createTextLocation(CommonToken) - Static method in class com._1c.g5.modeling.text.AntlrUtil
Создание TextLocation по CommonToken.
createTextLocation(CommonToken, CommonToken) - Static method in class com._1c.g5.modeling.text.AntlrUtil
Создание TextLocation для диапазона текста от начального CommonToken startTok по завершающий stopTok.
createTextLocation(Token) - Static method in class com._1c.g5.modeling.text.AntlrUtil
Создание TextLocation по Token.
createTextLocation(Token, Token) - Static method in class com._1c.g5.modeling.text.AntlrUtil
Создание TextLocation для диапазона текста от начального Token startTok по завершающий stopTok.
createTextNodeWithIndent(INode, boolean) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createTopObject(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
createUuid(String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createUuidFromString(EDataType, String) - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
createWithCustomNsAndPrefix() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
createWithCustomNsUri() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
createWithCustomPrefix() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
createXMLHelper() - Method in class com._1c.g5.modeling.resource.ModelXmiResourceImpl
 
createXMLHelper() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
createXMLHelper() - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
createXMLHelper() - Method in class com._1c.g5.modeling.xml.XmiResource
 
CreateXmlTest - Class in com._1c.g5.modeling.xml.serializer
Tests of create and save resource
CreateXmlTest() - Constructor for class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
createXsiTypeNode(EStructuralFeature, EObject, AbstractNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
createXsiTypeRootNode(EObject, ContainmentReferenceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
crossReferenceSerializer - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
crossReferenceSerializer - Variable in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
crossReferenceSerializer - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
CrossReferenceSerializer - Class in com._1c.g5.modeling.xml.serializer
Дефолтная реализация сериализатора символических ссылок
CrossReferenceSerializer() - Constructor for class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 

D

DATATYPE_ATTRIBUTE_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DATATYPE_CONTENT_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DATATYPE_ELEMENT_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DATATYPE_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DATATYPE_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DATATYPE_SINGLE_NILLABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DC1 - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
DC2 - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
DC3 - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
DC4 - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
DEBUG_DEMANDED_PACKAGES - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
declareSchemaLocation - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
declareSchemaLocation - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
declareSchemaLocationImplementation - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
declareSchemaLocationImplementation - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
declareXML - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
declareXML - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
declareXSI - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
decode(Resource, String) - Method in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
Метод для получения четверки: <Объект, Ссылка, Узел, Текст ссылки> по синтетической ссылке или
defaultCase(EObject) - Method in class com._1c.g5.modeling.foundation.util.FoundationSwitch
Returns the result of interpreting the object as an instance of 'EObject'.
DefaultLinkingService - Class in com._1c.g5.modeling.xml.linking
Дефолтная реализация сервиса для резолвинга символических ссылок.
DefaultLinkingService() - Constructor for class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
DefaultRuntimeModule - Class in com._1c.g5.modeling.xml.service
Дефолтный runtime модуль, определяющий инъекцию зависимостей.
DefaultRuntimeModule() - Constructor for class com._1c.g5.modeling.xml.service.DefaultRuntimeModule
 
deferIDREFResolution - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
deferredExtent - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
delete(URI, Map<?, ?>) - Method in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
detachFeatureFromNode(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Удаляет привязку структуральной фичи feature объекта eObject ко всем нодам
DIAGNOSTIC_CODE_COUNT - Static variable in class com._1c.g5.modeling.foundation.util.FoundationValidator
A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
DIAGNOSTIC_SOURCE - Static variable in class com._1c.g5.modeling.foundation.util.FoundationValidator
A constant for the source of diagnostic codes from this package.
DiagnosticMessageContext(Triple<EObject, EReference, INode>) - Constructor for class com._1c.g5.modeling.xml.linking.LazyLinkResolver.DiagnosticMessageContext
 
disableNotify - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
discard(Key) - Method in class com._1c.g5.modeling.xml.util.SimpleCache
 
DLE - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
doc - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
docRoots - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
DOCUMENT_ROOT_TYPE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
documentRoot - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
DocumentRoot - Class in com._1c.g5.modeling.xml.parser.nodemodel
Корневой узел parse-tree
DocumentRoot() - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.DocumentRoot
 
documentRootNode - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
doLinking(List<EObject>) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
doLinkModel(EObject) - Method in class com._1c.g5.modeling.xml.linking.AbstractLinker
 
doLinkModel(EObject) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
doLoad(InputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.text.TextResourceImpl
 
doLoad(InputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
doLoad(InputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.XmlResource
 
doParse(AbstractAntlrParserDelegate) - Method in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
Данный метод непосредственно выполняет компиляцию текстового представления модели в EMF-представление с использованием делегата, ранее созданного методом AbstractAntlrDelegatingTextParser.createParserDelegate(TokenStream)
В результате компиляции метод должен поместить ссылку на EMF-модель в поле AbstractAntlrDelegatingTextParser.model, а ссылку на корневой узел AST в поле AbstractAntlrDelegatingTextParser.rootNode
Метод должен быть переопределен в конкретной реализации, унаследованной от данного класса.
doResolveLazyCrossReference(Resource, InternalEObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
Заменяет все лэйзи прокси, на которые указывает crossRef на не лэйзи прокси или разрезолвленные объекты.
doSave(OutputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
doSwitch(int, EObject) - Method in class com._1c.g5.modeling.foundation.util.FoundationSwitch
Calls caseXXX for each class of the model until one returns a non null result; it yields that result.
doUnload() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
doUnload() - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 

E

EClassFeaturePair(EClass, EStructuralFeature) - Constructor for class com._1c.g5.modeling.xml.serializer.XmlSerializer.EClassFeaturePair
 
ecoreBuilder - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
EcoreGenericsUtil - Class in com._1c.g5.modeling.xml.util
Заимствовано из org.eclipse.xtext.util
EcoreGenericsUtil() - Constructor for class com._1c.g5.modeling.xml.util.EcoreGenericsUtil
 
EcoreGenericsUtil.TypeBindingAcceptor - Class in com._1c.g5.modeling.xml.util
 
EditTest - Class in com._1c.g5.modeling.xml.serializer
Test of edit resource
EditTest() - Constructor for class com._1c.g5.modeling.xml.serializer.EditTest
 
EFeatureIndex - Class in com._1c.g5.modeling.util
Экземпляр данного класса представлячет ссылку на значение, которое может быть получено из EStructuralFeature некоторого EObject с учетом того, что EStructuralFeature может быть naby-valued.
EFeatureIndex(EStructuralFeature) - Constructor for class com._1c.g5.modeling.util.EFeatureIndex
Конструктор, предполагающий, что EStructuralFeature является single-valued.
EFeatureIndex(EStructuralFeature, int) - Constructor for class com._1c.g5.modeling.util.EFeatureIndex
Конструктор
eGet(int, boolean, boolean) - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
eINSTANCE - Static variable in interface com._1c.g5.modeling.foundation.FoundationFactory
The singleton instance of the factory.
eINSTANCE - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The singleton instance of the package.
eIsSet(int) - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
ELEMENT_FEATURE_MAP - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
elementHandler - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
elementHandler - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
elementHandler - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
elements - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
EM - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
eNAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The package name.
encode(EObject, EReference, int, String) - Method in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
Создает синтетическую ссылку - строковое представление символической ссылки для: объект, неконтэйнмент ссылка, индекс, текстовое представление символической ссылки
encoding - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
endContentElement() - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
endContentElement(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
endDocument() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Обработка конца документа
endElement() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Обработка конца элемента
endFormattedElement() - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
endNewEmptyElement() - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
endNFElement() - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
ENQ - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
eNS_PREFIX - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The package namespace name.
eNS_URI - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The package namespace URI.
eObjectData - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyEObjectStack
 
EObjectFeature - Class in com._1c.g5.modeling.util
Экземпляр данного класса представлячет ссылку на значение, которое может быть получено из EStructuralFeature конкретного EObject с учетом того, что EStructuralFeature может быть naby-valued.
EObjectFeature(EObject, EStructuralFeature) - Constructor for class com._1c.g5.modeling.util.EObjectFeature
Конструктор, предполагающий, что EStructuralFeature является single-valued.
EObjectFeature(EObject, EStructuralFeature, int) - Constructor for class com._1c.g5.modeling.util.EObjectFeature
Конструктор
EObjectFeaturePair(EObject, EStructuralFeature) - Constructor for class com._1c.g5.modeling.xml.serializer.XmlSerializer.EObjectFeaturePair
 
eObjectToExtensionMap - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
eObjectToExtensionMap - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
EOF - Static variable in class com._1c.g5.modeling.text.AntlrUtil
Тип токена, соттветствующий EOF в ANTLR
EOT - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
ePackage - Variable in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
 
equals(Object) - Method in class com._1c.g5.modeling.util.JavaClassName
 
equals(Object) - Method in class com._1c.g5.modeling.util.JavaIdentifier
 
equals(Object) - Method in class com._1c.g5.modeling.util.ModelName
 
equals(Object) - Method in class com._1c.g5.modeling.util.ModelQName
 
equals(Object) - Method in class com._1c.g5.modeling.util.PackageName
 
equals(Object) - Method in class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
equals(Object) - Method in class com._1c.g5.modeling.xml.linking.Quad
 
equals(Object) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
 
equals(Object) - Method in class com._1c.g5.modeling.xml.serializer.Lookup.FeatureClassifierPair
 
equals(Object) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer.EClassFeaturePair
 
equals(Object) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer.EObjectFeaturePair
 
error(XMIException) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
ERROR_TYPE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
ErrorNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел для хранения координат ошибки
ErrorNode(XmlException, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.ErrorNode
 
ESC - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
escape - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
escape - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
Escape - Class in com._1c.g5.modeling.xml.serializer
 
Escape() - Constructor for class com._1c.g5.modeling.xml.serializer.Escape
 
escapeURI - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
escapeURI - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
eSet(int, Object) - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
eStaticClass() - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
ETB - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
ETX - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
eUnset(int) - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
exists(URI, Map<?, ?>) - Method in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
expand(TextLocation) - Method in class com._1c.g5.modeling.text.TextLocation
Функция получает TextLocation раширяющий диапазон в тексте представленный данным экземпляром.
extendedMetaData - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
extendedMetaData - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
extendedMetaData - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
extendedMetaData - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
extent - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
externalURIToLocations - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 

F

fatalError(XMIException) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
featureClassifierPair - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
FeatureClassifierPair() - Constructor for class com._1c.g5.modeling.xml.serializer.Lookup.FeatureClassifierPair
 
featureKind(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
featureKinds - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
features - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
featureTable - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
featureTable - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
FF - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
find(EObject) - Static method in class com._1c.g5.modeling.text.NodeAdapter
Получение ранее установленного адаптера для объекта EMF-модели.
findAppropriateQName(EObject, EReference) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
findAppropriateQName(EObject, EReference) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
findAppropriateQName(EObject, EReference) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
findEFeatureForOffset(int) - Method in class com._1c.g5.modeling.text.NodeAdapter
Нахождение EStructuralFeature и индекса, в случае many-valued EStructuralFeature по смещению в тексте.
findEObjectFeatureForOffset(EObject, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Нахождение ссылки, представленной как EObjectFeature в дереве с корнем root по смещению в тексте offset.
findEObjectFeatureForOffset(Resource, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Нахождение ссылки, представленной как EObjectFeature в EMF-ресурсе resource по смещению в тексте offset.
findEObjectForOffset(EObject, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Нахождение объекта модели в дереве, корень которого передан в параметре root по смещению в тексте offset.
findEObjectForOffset(Resource, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Нахождение объекта модели в EMF-ресурсе resource по смещению в тексте offset.
findInstantiableCompatible(EClass) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
findInstantiableCompatible(EClass) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
findInstantiableCompatible(EClass) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
findNameInAnnotations(EClass, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
findReferencedEObjectForOffset(EObject, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Нахождение в дереве с корнем root объекта модели, ссылка на который содержится в тексте по смещению offset.
findReferencedEObjectForOffset(Resource, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Нахождение в EMF-ресурсе resource объекта модели, ссылка на который содержится в тексте по смещению offset.
findSubTypeInEPackage(EPackage, EClass) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
findSubTypeInEPackage(EPackage, EClass) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
findSubTypeInEPackage(EPackage, EClass) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
flushThreshold - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
format(XMLHelper, Map<?, ?>) - Method in interface com._1c.g5.modeling.xml.serializer.IFormatter
 
format(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatEObject(EObject, INode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatExistFeaturesLikeElements(EObject, ContainmentReferenceNode, List<EStructuralFeature>, List<INode>) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatExistFeaturesWithoutElements(EObject, ContainmentReferenceNode, ContainmentReferenceNode, List<EStructuralFeature>, List<INode>, List<EStructuralFeature>) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatFeatures(EObject, ContainmentReferenceNode, ContainmentReferenceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatingContainmentReferenceNode(ContainmentReferenceNode, INode, EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatingRootNode(ContainmentReferenceNode, INode, EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatNewFeaturesLikeElements(EObject, ContainmentReferenceNode, List<EStructuralFeature>, List<EStructuralFeature>, List<EStructuralFeature>) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatNewFeaturesWithoutElements(EObject, ContainmentReferenceNode, List<EStructuralFeature>, List<EStructuralFeature>, List<EStructuralFeature>) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatPreviousTextNodes(INode, INode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatRootNode() - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
FormattingResolveTest - Class in com._1c.g5.modeling.xml.parser
Тест на парсинг и сериализацию сиволических ссылок, когда они представлены как SimpleContent element
FormattingResolveTest() - Constructor for class com._1c.g5.modeling.xml.parser.FormattingResolveTest
 
FormattingXmiResource - Class in com._1c.g5.modeling.xml
Реализация AbstractXmlResource.
FormattingXmiResource() - Constructor for class com._1c.g5.modeling.xml.FormattingXmiResource
 
FormattingXmiResource(URI) - Constructor for class com._1c.g5.modeling.xml.FormattingXmiResource
 
FormattingXmlResource - Class in com._1c.g5.modeling.xml
Реализация AbstractXmlResource.
FormattingXmlResource() - Constructor for class com._1c.g5.modeling.xml.FormattingXmlResource
 
FormattingXmlResource(URI) - Constructor for class com._1c.g5.modeling.xml.FormattingXmlResource
 
formatXsiTypeNode(EStructuralFeature, EObject, AbstractNode, NamespaceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
formatXsiTypeRootNode(EObject, ContainmentReferenceNode, NamespaceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
forwardManyReferences - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
forwardSingleReferences - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
FoundationAdapterFactory - Class in com._1c.g5.modeling.foundation.util
The Adapter Factory for the model.
FoundationAdapterFactory() - Constructor for class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
Creates an instance of the adapter factory.
FoundationFactory - Interface in com._1c.g5.modeling.foundation
The Factory for the model.
FoundationFactoryImpl - Class in com._1c.g5.modeling.foundation.impl
An implementation of the model Factory.
FoundationFactoryImpl() - Constructor for class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
Creates an instance of the factory.
FoundationModelRegistrar - Class in com._1c.g5.modeling.foundation.utils
Реализация интерфейса IModelRegistrar, регистрирующая все EMF-пакеты, фабрики ресурсов и валидаторы, определенные в модели Foundation.
FoundationModelRegistrar() - Constructor for class com._1c.g5.modeling.foundation.utils.FoundationModelRegistrar
 
FoundationPackage - Interface in com._1c.g5.modeling.foundation
The Package for the model.
FoundationPackage.Literals - Interface in com._1c.g5.modeling.foundation
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
FoundationPackageImpl - Class in com._1c.g5.modeling.foundation.impl
An implementation of the model Package.
FoundationSwitch<T> - Class in com._1c.g5.modeling.foundation.util
The Switch for the model's inheritance hierarchy.
FoundationSwitch() - Constructor for class com._1c.g5.modeling.foundation.util.FoundationSwitch
Creates an instance of the switch.
FoundationValidator - Class in com._1c.g5.modeling.foundation.util
The Validator for the model.
FoundationValidator() - Constructor for class com._1c.g5.modeling.foundation.util.FoundationValidator
Creates an instance of the switch.
fromModelObject(ResourceRoot) - Static method in class com._1c.g5.modeling.util.ModelQName
Получение имени ResourceRoot.
fromModelUri(URI) - Static method in class com._1c.g5.modeling.util.ModelQName
Преобразует URI со схемой 'model' в квалифицированное имя модели.
fromShortExternalForm(EClass, String) - Method in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
 
fromSimpleName(JavaIdentifier, PackageName) - Static method in class com._1c.g5.modeling.util.JavaClassName
Создает JavaClassName по JavaIdentifier и PackageName.
fromSimpleName(ModelName, PackageName) - Static method in class com._1c.g5.modeling.util.ModelQName
Создает ModelQName по ModelName и PackageName.
fromString(String) - Static method in class com._1c.g5.modeling.util.JavaClassName
Создает JavaClassName по строке.
fromString(String) - Static method in class com._1c.g5.modeling.util.JavaIdentifier
Создает JavaIdentifier по строке.
fromString(String) - Static method in class com._1c.g5.modeling.util.ModelName
Создает ModelName по строке.
fromString(String) - Static method in class com._1c.g5.modeling.util.ModelQName
Создает ModelQName по строке.
fromString(String) - Static method in class com._1c.g5.modeling.util.PackageName
Создает PackageName по строке.
FS - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 

G

get() - Method in class com._1c.g5.modeling.text.NodeAdapter
Получение INode для объета EMF-модели, с которым связан данный экземпляр адаптера.
get() - Method in class com._1c.g5.modeling.util.EObjectFeature
Получение значения, содержащегося в EStructuralFeature EObject'а.
get(Key) - Method in class com._1c.g5.modeling.xml.util.SimpleCache
 
get(EObject) - Static method in class com._1c.g5.modeling.text.NodeAdapter
Получение адаптера для объекта EMF-модели.
get(EStructuralFeature) - Method in class com._1c.g5.modeling.text.NodeAdapter
Получение INode для значения single-valued EStructuralFeature в объекте EMF-модели, с которым связан данный экземпляр адаптера.
getAssocNodesByObjectFeature(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Метод для получения узла(ов) из parse-tree для структуральной фичи feature объекта eObject
getAttributeNameLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getAttributeValueLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getBoundGenericType(EGenericType, EClass) - Method in class com._1c.g5.modeling.xml.util.EcoreGenericsUtil
 
getBoundGenericType(ETypeParameter) - Method in class com._1c.g5.modeling.xml.util.EcoreGenericsUtil.TypeBindingAcceptor
 
getCache() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
getCachedScope(EObject, EReference) - Method in class com._1c.g5.modeling.xml.serializer.CachedScopeProvider
Gets caching IScope by context and reference
getCause() - Method in exception com._1c.g5.modeling.xml.XmlException
 
getChildren() - Method in interface com._1c.g5.modeling.text.INode
Получение списка дочерних узлов для данного узла.
getChildren() - Method in class com._1c.g5.modeling.text.Node
 
getChildren() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
getChildren() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
getClassLoader() - Method in class com._1c.g5.modeling.resource.ClassPathUriHandler
 
getCode() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getCode() - Method in class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
getColumn() - Method in class com._1c.g5.modeling.text.TextLocation
Получение колонки в строке, в которой начинается фрагмент тектста.
getColumn() - Method in class com._1c.g5.modeling.text.TextResourceDiagnostic
 
getColumn() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getColumnNumber() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getColumnNumber() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
getColumnNumber() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
getContainmentReferenceName(IModelNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getContentFeature(EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getContext() - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver.DiagnosticMessageContext
 
getContext() - Method in exception com._1c.g5.modeling.xml.XmlException
 
getCount() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
getCrossReferenceSerializer() - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
getCurrentLocation() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getData() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getData() - Method in class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
getDatatypeValue(Object, EStructuralFeature, boolean) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getDiagnosticList(DiagnosticMessage, Resource) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
getDocumentRoot(EPackage) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
getEClass(String, String) - Static method in class com._1c.g5.modeling.util.ModelUtil
Возвращает EClass по заданным NsURI пакета и имени класса.
getEncoding() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
Deprecated.
since 2.2 The encoding will be reported by the parser using SAX 2 Locator
getEndOffset() - Method in exception com._1c.g5.modeling.xml.XmlException
 
getEObject() - Method in class com._1c.g5.modeling.util.EObjectFeature
Получение EObject
getEObject(String) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
getEPackage() - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Returns the package of this validator switch.
getErrorNodes(XmlException) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Возвращает ErrorNode узлы parse-tree содержащие координаты в, которых возникла исключительная ситуация
getEStructuralFeature() - Method in class com._1c.g5.modeling.util.EFeatureIndex
Получение EStructuralFeature
getEStructuralFeature() - Method in class com._1c.g5.modeling.util.EObjectFeature
Получение EStructuralFeature
getException() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.ErrorNode
 
getExtension(EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getFactoryForPrefix(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getFeature() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
getFeature() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
getFeature(EObject, String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getFeature(EObject, String, String, boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Get the EStructuralFeature from the metaObject for the given object and feature name.
getFeatureNode(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeAdapter
 
getFeatureNodes(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeAdapter
 
getFeatures(EClass) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
getFileExtension() - Method in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
 
getFirst() - Method in class com._1c.g5.modeling.xml.linking.Quad
 
getFoundationFactory() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the factory that creates the instances of the model.
getFoundationFactory() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getFoundationPackage() - Method in interface com._1c.g5.modeling.foundation.FoundationFactory
Returns the package supported by this factory.
getFoundationPackage() - Method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
getFourth() - Method in class com._1c.g5.modeling.xml.linking.Quad
 
getFragmentProvider() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
getFromLine() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
 
getFromOffset() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
 
getHelper() - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getHREF(EObject) - Method in class com._1c.g5.modeling.resource.ModelXmiHelperImpl
Данная функция полностью скопирована с (@link org.eclipse.emf.ecore.xmi.impl.XMLHelperImpl#getHREF(org.eclipse.emf.ecore.EObject)} за исключением одной детали: не выполняется deresolve для URI.
getHREFValue(EReference, EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getIDREFValue(EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getImportedNamesAdapter(EObject) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
getImportedNamesAdapterProvider() - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
getIndex() - Method in class com._1c.g5.modeling.util.EFeatureIndex
Получение индекса для many-valued EStructuralFeature
getIndex() - Method in class com._1c.g5.modeling.util.EObjectFeature
Получение индекса для many-valued EStructuralFeature
getIndex(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getIndex(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getIndex(EClass) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
getJavaClassName() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for data type 'Java Class Name'.
getJavaClassName() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getJavaIdentifier() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for data type 'Java Identifier'.
getJavaIdentifier() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getKinds(EClass, EStructuralFeature[]) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
getLazyLinkResolver() - Method in interface com._1c.g5.modeling.xml.linking.ILazyLinker
Возвращает lazy-link resolver, соответствующий данному linker'у.
getLazyLinkResolver() - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
getLeftNameWS() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getLeftValueWS() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getLength() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getLength() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getLine() - Method in class com._1c.g5.modeling.text.TextLocation
Получение номер строки, в которой начинается фрагмент текста.
getLine() - Method in class com._1c.g5.modeling.text.TextResourceDiagnostic
 
getLine() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getLineNumber() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getLineNumber() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
getLineNumber() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
getLinkedObjects(EObject, EReference, String) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
getLinkedObjects(EObject, EReference, String) - Method in interface com._1c.g5.modeling.xml.linking.ILinkingService
Возвращает все EObject'ы на которые указывает ссылка reference с текстом symLinkText в заданном контексте context
getLinkText() - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver.DiagnosticMessageContext
 
getList(EStructuralFeature) - Method in class com._1c.g5.modeling.text.NodeAdapter
Получение списка INode, каждый из которых соответствует отдельно взятому значению many-valued EStructuralFeature.
getLocalName(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getLocalName(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
getLocation() - Method in class com._1c.g5.modeling.text.TextResourceDiagnostic
 
getLocation() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getLocation() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
getLocation() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.ILocatable
Метод для получения координат узла parse-tree в тексте
getLocation() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
Метод для получения информации о позиции узла
getLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
getMessage() - Method in class com._1c.g5.modeling.text.TextResourceDiagnostic
 
getMessage() - Method in class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
getMissingSymbol(IntStream, RecognitionException, int, BitSet) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
 
getModel() - Method in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
 
getModel() - Method in interface com._1c.g5.modeling.text.ITextParser
Получение EMF-представления модели, ранее созданного методом ITextParser.parse().
getModelName() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for data type 'Model Name'.
getModelName() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getModelNodeName(IModelNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getModelObject() - Method in interface com._1c.g5.modeling.text.INode
Получение объекта модели, ассоциированного с данным узлом.
getModelObject() - Method in class com._1c.g5.modeling.text.Node
 
getModelObject() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AttributeNode
 
getModelObject() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.ContainmentReferenceNode
 
getModelObject() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.IModelNode
 
getModelObject() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
getModelQName() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for data type 'Model QName'.
getModelQName() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getName() - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
getName() - Method in interface com._1c.g5.modeling.foundation.ResourceRoot
Returns the value of the 'Name' attribute.
getNameLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getNameSpacesAliasMap() - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
getNextSibling() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
getNextSibling() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
getNode() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getNode() - Method in class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
getNode() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeAdapter
Метод для получения узла parse-tree
getNode(EObject) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Надежное получение узла AST INode, соответсвующего объекту EMF-модели.
getNode(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Надежное получение узла AST INode, соответсвующего значению single-valued EStructuralFeature объекта EMF-модели.
getNode(EObject, EStructuralFeature, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Надежное получение узла AST INode, соответсвующего значению EStructuralFeature объекта EMF-модели.
getNodeByEObject(EObject) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Метод для получения узла из parse-tree для объекта модели eObject
getNodeByObjectFeature(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Метод для получения узла из parse-tree для структуральной фичи feature объекта eObject
getNodeByObjectFeature(EObject, EStructuralFeature, int) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Метод для получения узла из parse-tree для структуральной фичи feature объекта eObject с индексом index
getNodeByObjectFeatureValue(EObject, EStructuralFeature, EObject) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Метод для получения узла из parse-tree для структуральной фичи feature объекта eObject со значением value
getNodeByOffset(INode, int) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Возвращает узел со смещением offset в parse-tree с корнем rootNode
getNodesByLineNumber(INode, int) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Возвращает список узлов parse-tree с корнем rootNode, расположенных на строке №lineNumber
getNodesByObjectFeature(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Метод для получения списка узлов из parse-tree для multi-valued структуральной фичи
getNodeText(INode) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
 
getNonContainmentReferenceName(NonContainmentReferenceNode) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getObject() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
getObject() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
getObjectLabel(EObject) - Method in class com._1c.g5.modeling.util.ModelDiagnostician
 
getObjectLabel(EObject) - Static method in class com._1c.g5.modeling.util.ModelUtil
Функция получает текстовое представление для элемента модели.
getOffset() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getOptions() - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
getPackage() - Static method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
Deprecated. 
getPackageForURI(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Attempt to get the namespace for the given prefix, then return ERegister.getPackage() or null.
getPackageName() - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
getPackageName() - Method in interface com._1c.g5.modeling.foundation.ResourceRoot
Returns the value of the 'Package Name' attribute.
getPackageName() - Method in class com._1c.g5.modeling.util.JavaClassName
Возвращает имя пакета.
getPackageName() - Method in class com._1c.g5.modeling.util.ModelQName
Возвращает имя пакета из квалифицированного имени модели.
getParent() - Method in interface com._1c.g5.modeling.text.INode
Получение родителя для данного узла
getParent() - Method in class com._1c.g5.modeling.text.Node
 
getParent() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
getParent() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
getParser() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
Возвращает парсер.
getParseResult() - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
getParseResult() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getPosition() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
getPositions() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
getPrefix() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NamespaceNode
 
getPrefix(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
getPreviousSibling() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
getPreviousSibling() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
getQName(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getQualifiedNameConverter() - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
getQualifiedNameConverter() - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
getQualifiedNameProvider() - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
getReference() - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver.DiagnosticMessageContext
 
getReferences(Quad<EObject, EReference, INode, String>, LinkedHashSet<Quad<EObject, EReference, INode, String>>) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
getReferenceType(EReference, EClass) - Method in class com._1c.g5.modeling.xml.util.EcoreGenericsUtil
 
getRegistry() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getRegistry() - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
getRegistry() - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
getResourceLocator() - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
getResourceRoot() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for class 'Resource Root'.
getResourceRoot() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getResourceRoot_Name() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for the attribute 'Name'.
getResourceRoot_Name() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getResourceRoot_PackageName() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for the attribute 'Package Name'.
getResourceRoot_PackageName() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getResourceRoot_SimpleName() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for the attribute 'Simple Name'.
getResourceRoot_SimpleName() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getResourceUri(EObject) - Static method in class com._1c.g5.modeling.util.ModelUtil
Получение URI ресурса, к которому присоединен элемент модели eObject.
getRightNameWS() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getRightValueWS() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getRoot(EClassifier) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
getRootEObject() - Method in class com._1c.g5.modeling.xml.parser.ParseResult
Возвращает первый элемент ресурса.
getRootEObjects() - Method in class com._1c.g5.modeling.xml.parser.ParseResult
Возвращает список корневых элементов ресурса.
getRootNode() - Method in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
 
getRootNode() - Method in interface com._1c.g5.modeling.text.ITextParser
Получение корневого узла AST, ранее созданного методом ITextParser.parse().
getRootNode() - Method in interface com._1c.g5.modeling.text.ITextResource
Корневой узел синтаксического дерева, полученного при разборе текстового представления модели.
Корневой узел не может быть null.
getRootNode() - Method in class com._1c.g5.modeling.text.TextResourceImpl
 
getRootNode() - Method in class com._1c.g5.modeling.xml.parser.ParseResult
Возвращает ссылку на корневой узел parse-tree
getRuntimeModule() - Method in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
Данный метод должен возврящать экземпляр модуля, в котором определена инъекция всех необходимых инъекций
getScope(EObject, EReference) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
Метод для получения scope по объекту модели и ссылке
getScopeProvider() - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
getScopeProvider() - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
getSecond() - Method in class com._1c.g5.modeling.xml.linking.Quad
 
getSerializer() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
Возвращает сериалайзер.
getSimpleName() - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
getSimpleName() - Method in interface com._1c.g5.modeling.foundation.ResourceRoot
Returns the value of the 'Simple Name' attribute.
getSimpleName() - Method in class com._1c.g5.modeling.util.JavaClassName
Возвращает простое имя.
getSimpleName() - Method in class com._1c.g5.modeling.util.ModelQName
Возвращает локальное имя из квалифицированного имени модели.
getSize() - Method in class com._1c.g5.modeling.xml.util.SimpleCache
 
getSource() - Method in class com._1c.g5.modeling.validation.AbstractModelValidator
Получение идентификатора источника диагностики
getStartLocation() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Метод для получения текущего положения курсора в тексте
getStartOffset() - Method in class com._1c.g5.modeling.text.TextLocation
Индекс символа, с которого начинается фрагмент текста.
getStartOffset() - Method in exception com._1c.g5.modeling.xml.XmlException
 
getStopOffset() - Method in class com._1c.g5.modeling.text.TextLocation
Индекс символа, на котором заканчивается фрагмент текста.
getSubstitutionGroup(EStructuralFeature, EClassifier) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
getTagNameLocation(INode) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
Возвращает координаты открывающего тэга для узла parse-tree
getTextLocation() - Method in interface com._1c.g5.modeling.text.INode
Получение расположения в тексте.
Если для данного узла расположение в тексте не было установлено или установлено в null, то функция возвращает расположение для диапазона в тексте, занимаемого дочерними элементами.
getTextLocation() - Method in interface com._1c.g5.modeling.text.ITextResourceDiagnostic
Получение диапазона в тексте, которому соответствует данный элемент диагностики.
getTextLocation() - Method in class com._1c.g5.modeling.text.Node
 
getTextLocation() - Method in class com._1c.g5.modeling.text.TextResourceDiagnostic
 
getTextLocation(EObject) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Надежное получение TextLocation, соответсвующего объекту EMF-модели.
getTextLocation(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Надежное получение TextLocation, соответсвующего значению single-valued EStructuralFeature объекта EMF-модели.
getTextLocation(EObject, EStructuralFeature, int) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Надежное получение TextLocation, соответсвующего значению EStructuralFeature объекта EMF-модели.
getTextValue() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
getTextValue() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.ErrorNode
 
getTextValue() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
Исходное текстовое представление узла или whitespaces
getTextValue() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.TextNode
 
getThird() - Method in class com._1c.g5.modeling.xml.linking.Quad
 
getToLine() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
 
getToOffset() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
 
getTreeRoot(INode) - Static method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
 
getType() - Method in interface com._1c.g5.modeling.text.INode
Получение типа узла
getType() - Method in class com._1c.g5.modeling.text.Node
 
getType(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getType(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getType(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getUnconvertedLinkText(EObject, EReference, EObject) - Method in class com._1c.g5.modeling.xml.serializer.CachedScopeCrossReferenceSerializer
 
getUnconvertedLinkText(EObject, EReference, EObject) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
getUnloader() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
getUri() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NamespaceNode
 
getURI(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getURI(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
getURIConverter() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
getUriEncoder() - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
getURIFragment(EObject) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
getUriToProblem() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
getUuid() - Method in interface com._1c.g5.modeling.foundation.FoundationPackage
Returns the meta object for data type 'Uuid'.
getUuid() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
getValue() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
getValue(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getValue(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.Attributes
 
getValue(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getValue(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
 
getValueLocation() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
getValues() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
getXMINamespace() - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
getXMINamespace() - Method in class com._1c.g5.modeling.xml.XmiResource
 
getXMIVersion() - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
getXMIVersion() - Method in class com._1c.g5.modeling.xml.XmiResource
 
getXsiType() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Returns the xsi type attribute's value.
getXsiType() - Method in class com._1c.g5.modeling.xml.parser.StaxXmiParser
 
getXsiType() - Method in class com._1c.g5.modeling.xml.parser.StaxXmlParser
 
getXsiTypeAttributeNode(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
getXsiTypeName(EStructuralFeature, EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
getXsiTypeRootName(EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
globalFindInstantiableCompatible(EClass) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
globalFindInstantiableCompatible(EClass) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
globalFindInstantiableCompatible(EClass) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
GREATER - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
grow(int) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
growArrays() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
GS - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 

H

handleComment(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleCyclicResolution(Quad<EObject, EReference, INode, String>) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
handleErrors() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
handleFeature(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
The XML element represents a feature.
handleFeature(String, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
handleFeature(String, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
handleForwardReferences() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleForwardReferences(boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Check if the values of the forward references have been set (they may have been set due to a bidirectional reference being set).
handleMissingPackage(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleMixedText() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleObjectAttribs(EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Process the XML attributes for the newly created object.
handleProxy(InternalEObject, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
handleProxy(InternalEObject, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
handleProxy(InternalEObject, String, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleSchemaLocation() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleTopLocations(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleUnknownFeature(String, String, boolean, EObject, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
handleUnknownFeature(String, String, boolean, EObject, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleUnknownFeature(String, String, boolean, EObject, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
handleUnknownFeature(String, String, boolean, EObject, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
handleXSINoNamespaceSchemaLocation(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
handleXSISchemaLocation(String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
hasAnnotationName(EClass, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
Метод возвращает имя объекта записанного в аннотации
hasCachedValue(Key) - Method in class com._1c.g5.modeling.xml.util.SimpleCache
 
hasChildren() - Method in interface com._1c.g5.modeling.text.INode
Метод позволяет установить наличие дочерних узлов.
hasChildren() - Method in class com._1c.g5.modeling.text.Node
 
hasChildren() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
hasChildren() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
hashCode() - Method in class com._1c.g5.modeling.util.JavaClassName
 
hashCode() - Method in class com._1c.g5.modeling.util.JavaIdentifier
 
hashCode() - Method in class com._1c.g5.modeling.util.ModelName
 
hashCode() - Method in class com._1c.g5.modeling.util.ModelQName
 
hashCode() - Method in class com._1c.g5.modeling.util.PackageName
 
hashCode() - Method in class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
hashCode() - Method in class com._1c.g5.modeling.xml.linking.Quad
 
hashCode() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
 
hashCode() - Method in class com._1c.g5.modeling.xml.serializer.Lookup.FeatureClassifierPair
 
hashCode() - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer.EClassFeaturePair
 
hashCode() - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer.EObjectFeaturePair
 
hasNextSibling() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
hasNextSibling() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
hasPreviousSibling() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
hasPreviousSibling() - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
helper - Variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
helper - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
helper - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
helper - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
hrefAttribute - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 

I

ICrossReferenceSerializer - Interface in com._1c.g5.modeling.xml.serializer
Сериалайзер символических ссылок
id - Variable in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
 
ID_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
ID_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
idAttribute - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
idAttributeName - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
idAttributeName - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
idAttributeNS - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
identifiers - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
identifiersFromStrings(String[]) - Static method in class com._1c.g5.modeling.util.JavaIdentifier
Создает массив JavaIdentifier по массиву строк.
IDiagnosticReporter - Interface in com._1c.g5.modeling.text
Интерфейс для сбора диагностики из реализаций ITextParser и ITextReferenceResolver
IFormatter - Interface in com._1c.g5.modeling.xml.serializer
TODO Нуждается в уточнении Контракт IFormatter предназначен для обеспечения стандартного форматирования для элементов модели, которые не получили информацию о форматировании при парсинге
IFoundationValidatorCodes - Interface in com._1c.g5.modeling.foundation.validation
Данный интерфейс представляет собой собрание кодов диагностики, выдаваемых различными различными методами validate... класса FoundationValidator.
ILazyLinker - Interface in com._1c.g5.modeling.xml.linking
Специализация ILinker, обеспечивающая отложенное разрешение символических ссылок.
ILazyLinker.ILazyLinkResolver - Interface in com._1c.g5.modeling.xml.linking
Используется для разрешения lazy-ссылок (т.е. proxy), созданных lazy-linker'ом.
ILinker - Interface in com._1c.g5.modeling.xml.linking
Интерфейс линкера.
ILinkingService - Interface in com._1c.g5.modeling.xml.linking
 
ILocatable - Interface in com._1c.g5.modeling.xml.parser.nodemodel
 
IModelNode - Interface in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree содержащий ссылку на объект модели или фичу
IModelRegistrar - Interface in com._1c.g5.modeling.util
Интерфейс регистратора EMF-пакетов, фабрик ресурсов и валидаторов.
indent - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
indentString - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
INDEX_LOOKUP - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
INDEX_LOOKUP - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
init() - Static method in class com._1c.g5.modeling.foundation.impl.FoundationFactoryImpl
Creates the default factory implementation.
init() - Static method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
init(XMLHelper, Map<?, ?>) - Method in interface com._1c.g5.modeling.xml.serializer.IXmlSerializer
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
init(XMLHelper, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
init(XMLResource, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
init(XMLResource, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
initializePackageContents() - Method in class com._1c.g5.modeling.foundation.impl.FoundationPackageImpl
Complete the initialization of the package and its meta-model.
initReader(InputStream) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
INode - Interface in com._1c.g5.modeling.text
Экземпляр класса, реализующего данный интерфейс, представляет собой узел синтаксического дерева (AST).
Узел имеет следующие свойства:
- type - тип, представленный целым числом
- textLocation - расположение в исходном тексте
- parent - ссылка на родительский узел (null для корневого узла)
- children - упорядоченный список дочерних узлов
- modelObject - объект модели, соответствующий данному узлом
Для любого узла построенного дерева должны выполняться следующие условия: - textLocation не может быть null - если узел B является дочерним узлом узла A, то ссылка на B содержится в списке children узла A, а свойство parent узла B содержит ссылку на A.
INode - Interface in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree.
INodeVisitor - Interface in com._1c.g5.modeling.text
Визитор для посещения всех узлов синтаксического дерева.
INSTANCE - Static variable in class com._1c.g5.modeling.foundation.util.FoundationValidator
The cached model package
INSTANCE - Static variable in class com._1c.g5.modeling.util.ModelDiagnostician
 
IResourceSetFactory - Interface in com._1c.g5.modeling.resource
Интерфейс фабрики сконфигурированных ResourceSet
is - Variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
isContainment(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
Проверяет, является ли данная фича containment-фичей.
isDefault() - Method in class com._1c.g5.modeling.util.PackageName
Является ли пакет default-ным?
isDuplicateURI(String) - Method in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
isDuplicateURI(String) - Method in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
isDuplicateURI(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
isElement() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AttributeNode
 
isElement() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
isEmpty() - Method in class com._1c.g5.modeling.util.ModelName
Проверка на пустоту.
isEmpty() - Method in class com._1c.g5.modeling.util.ModelQName
Проверка на пустоту.
isEmpty() - Method in class com._1c.g5.modeling.xml.util.SimpleCache
 
isError() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Returns true if there was an error in the last XML element; false otherwise.
isFactoryForType(Object) - Method in class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
Returns whether this factory is applicable for the type of the object.
isHref() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
isIDREF - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
isLazyLink(Resource, String) - Method in interface com._1c.g5.modeling.xml.linking.ILazyLinker.ILazyLinkResolver
Проверяет, соответствует ли заданный фрагмент формату lazy-ссылки.
isLazyLink(Resource, String) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
isLazyLinkFragment(Resource, String) - Method in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
Определяет является ли фрагмент uri linkFragment представлением символической ссылки
isNamespaceAware - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
isNull() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Returns true if the xsi:nil attribute is in the list of attributes.
isPotentialLazyCrossReference(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
Возвращает true если данная фича может содержать прокси, которую необходимо разрезолвить.
isRoot - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
isSet(EStructuralFeature) - Method in class com._1c.g5.modeling.text.NodeAdapter
Функция определеяет, установлен ли INode для EStructuralFeature.
isSimpleFeature - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
isSwitchFor(EPackage) - Method in class com._1c.g5.modeling.foundation.util.FoundationSwitch
Checks whether this is a switch for the given package.
isTextFeatureValue(Object) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
isTextFeatureValue(Object) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
isUpdating - Variable in class com._1c.g5.modeling.xml.AbstractXmlResource
 
isValid() - Method in class com._1c.g5.modeling.util.JavaClassName
Валидация.
isValid() - Method in class com._1c.g5.modeling.util.JavaIdentifier
Валидация.
isValid() - Method in class com._1c.g5.modeling.util.ModelName
Валидация.
isValid() - Method in class com._1c.g5.modeling.util.ModelQName
Валидация.
isValid() - Method in class com._1c.g5.modeling.util.PackageName
Валидация.
ITextParser - Interface in com._1c.g5.modeling.text
Интерфейс парсера, выполняющего преобразование тектсового представления модели в EMF-представление.
ITextResource - Interface in com._1c.g5.modeling.text
Данный интерфейс должен имплементироваться всеми реализациями Resource, использующими текстовый (не XML/XMI) формат хранения моделей
ITextResourceDiagnostic - Interface in com._1c.g5.modeling.text
Интерфейс единичного элемента диагностики, полученного при преобразовании текстового представления модели в EMF-представление.
IXmlParser - Interface in com._1c.g5.modeling.xml.parser
 
IXmlSerializer - Interface in com._1c.g5.modeling.xml.serializer
 

J

JAVA_CLASS_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The meta object id for the 'Java Class Name' data type.
JAVA_CLASS_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Java Class Name' data type.
JAVA_CLASS_NAME__VALID - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
JAVA_IDENTIFIER - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The meta object id for the 'Java Identifier' data type.
JAVA_IDENTIFIER - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Java Identifier' data type.
JAVA_IDENTIFIER__VALID - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
JavaClassName - Class in com._1c.g5.modeling.util
Представляет квалифицированное имя Java-типа.
JavaClassName(PackageName, JavaIdentifier) - Constructor for class com._1c.g5.modeling.util.JavaClassName
Конструктор.
JavaClassName(String) - Constructor for class com._1c.g5.modeling.util.JavaClassName
Конструктор.
JavaClassNameValidator - Class in com._1c.g5.modeling.foundation.validation
Данный валидатор проверяет, является ли строковое значение корректным квалифицированным именем Java-класса.
JavaClassNameValidator(String, EDataType) - Constructor for class com._1c.g5.modeling.foundation.validation.JavaClassNameValidator
Данный конструктор используется инфраструктурой валидации моделей
JavaClassNameValidatorTest - Class in com._1c.g5.modeling.foundation.validation
Тесты для класса JavaClassNameValidator
JavaClassNameValidatorTest() - Constructor for class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
JavaIdentifier - Class in com._1c.g5.modeling.util
Представляет Java-идентификатор (например, неквалифицированное имя Java-класса).
JavaIdentifier(String) - Constructor for class com._1c.g5.modeling.util.JavaIdentifier
Конструктор.
JavaIdentifierTest - Class in com._1c.g5.modeling.util
Набор тестов для класса JavaIdentifier
JavaIdentifierTest() - Constructor for class com._1c.g5.modeling.util.JavaIdentifierTest
 
JavaIdentifierValidator - Class in com._1c.g5.modeling.foundation.validation
Данный валидатор проверяет, является ли строковое значение корректным Java-идентификатором.
JavaIdentifierValidator(String, EDataType) - Constructor for class com._1c.g5.modeling.foundation.validation.JavaIdentifierValidator
Данный конструктор используется инфраструктурой валидации моделей

K

keepAttributeLocation - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
keepAttributeLocation - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
keepDefaults - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 

L

lastElementIsOpen - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
lastOptions - Variable in class com._1c.g5.modeling.xml.AbstractXmlResource
 
laxWildcardProcessing - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
LAZY_LINK - Static variable in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
 
LazyLinker - Class in com._1c.g5.modeling.xml.linking
Реализация AbstractLinker, обеспечивающая отложенное разрешение символических ссылок.
LazyLinker() - Constructor for class com._1c.g5.modeling.xml.linking.LazyLinker
 
LazyLinkResolver - Class in com._1c.g5.modeling.xml.linking
Используется для разрешения lazy-ссылок (т.е. proxy), созданных lazy-linker'ом.
LazyLinkResolver() - Constructor for class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
LazyLinkResolver.DiagnosticMessageContext - Class in com._1c.g5.modeling.xml.linking
 
LazyUriEncoder - Class in com._1c.g5.modeling.xml.linking
Класс для кодирования\декодирования символических ссылок
LazyUriEncoder() - Constructor for class com._1c.g5.modeling.xml.linking.LazyUriEncoder
 
leftNameWS - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
leftValueWS - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
LESS - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
LF - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
LINE_FEED - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
lineSeparator - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
linker - Variable in class com._1c.g5.modeling.xml.AbstractXmlResource
 
LinkingDiagnostic - Class in com._1c.g5.modeling.xml.linking
 
LinkingDiagnostic(INode, String, String, String...) - Constructor for class com._1c.g5.modeling.xml.linking.LinkingDiagnostic
 
linkModel(EObject) - Method in class com._1c.g5.modeling.xml.linking.AbstractLinker
 
linkModel(EObject) - Method in interface com._1c.g5.modeling.xml.linking.ILinker
Заменияет URI прокси объектов в EObject и его EObject.eAllContents() на синтетические ссылки
listFeatures(EClass) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
listKinds(EStructuralFeature[]) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
 
load(XmlParserAdapter, InputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.XmlResource
 
load(XMLResource, InputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
Start parsing with the default handler; either XMI or XML.
load(XMLResource, InputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
load(XMLResource, Node, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
load(XMLResource, Node, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
load(XMLResource, InputSource, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
load(XMLResource, InputSource, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
loadResource(ResourceSet, URI) - Static method in class com._1c.g5.modeling.util.ModelUtil
Загрузка Resource в контексте ResourceSet по URI, содержащему адрес ресурса.
location - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
Location - Class in com._1c.g5.modeling.xml.parser.nodemodel
Координаты элемента в тексте.
Location(int, int, int, int) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.Location
Конструктор
logger - Variable in class com._1c.g5.modeling.xml.AbstractXmlResource
 
Lookup - Class in com._1c.g5.modeling.xml.serializer
 
Lookup(XMLResource.XMLMap) - Constructor for class com._1c.g5.modeling.xml.serializer.Lookup
 
Lookup(XMLResource.XMLMap, ExtendedMetaData) - Constructor for class com._1c.g5.modeling.xml.serializer.Lookup
 
Lookup(XMLResource.XMLMap, ExtendedMetaData, XMLResource.ElementHandler) - Constructor for class com._1c.g5.modeling.xml.serializer.Lookup
 
Lookup.FeatureClassifierPair - Class in com._1c.g5.modeling.xml.serializer
 

M

makeDefaultHandler() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
makeDefaultHandler() - Method in class com._1c.g5.modeling.xml.parser.SaxXmiParser
 
makeDefaultHandler() - Method in class com._1c.g5.modeling.xml.parser.SaxXmlParser
 
makePair(EClass, EStructuralFeature) - Static method in class com._1c.g5.modeling.xml.serializer.XmlSerializer.EClassFeaturePair
 
makePair(EObject, EStructuralFeature) - Static method in class com._1c.g5.modeling.xml.serializer.XmlSerializer.EObjectFeaturePair
 
makeParser() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
Make either a validating or non-validating parser; throw an if one could not be made.
ManyReference(EObject, EStructuralFeature, Object[], int[], int, int) - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.ManyReference
 
map - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
map - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
map - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
mappableLimit - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
MASK - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
MAX_UTF_MAPPABLE_CODEPOINT - Static variable in class com._1c.g5.modeling.xml.serializer.Escape
 
mixedTargets - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
model - Variable in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
 
MODEL_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Model Name' data type.
MODEL_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The meta object id for the 'Model Name' data type.
MODEL_NAME__VALID - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
MODEL_QNAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Model QName' data type.
MODEL_QNAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The meta object id for the 'Model QName' data type.
MODEL_QNAME__VALID - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
MODEL_SCHEME - Static variable in class com._1c.g5.modeling.resource.ModelUriConverter
 
ModelDiagnostician - Class in com._1c.g5.modeling.util
Специализированная реализация Diagnostician для валидации моделей G5.
ModelDiagnostician() - Constructor for class com._1c.g5.modeling.util.ModelDiagnostician
 
ModelName - Class in com._1c.g5.modeling.util
Представляет неквалифицированное имя модели.
ModelName(String) - Constructor for class com._1c.g5.modeling.util.ModelName
Конструктор.
ModelNameValidator - Class in com._1c.g5.modeling.foundation.validation
Данный валидатор проверяет, является ли строковое значение корректным именем элемента модели.
ModelNameValidator(String, EDataType) - Constructor for class com._1c.g5.modeling.foundation.validation.ModelNameValidator
Данный конструктор используется инфраструктурой валидации моделей
ModelNameValidatorTest - Class in com._1c.g5.modeling.foundation.validation
Тесты для класса ModelNameValidator
ModelNameValidatorTest() - Constructor for class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
modelPackage - Static variable in class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
The cached model package.
modelPackage - Static variable in class com._1c.g5.modeling.foundation.util.FoundationSwitch
The cached model package
ModelQName - Class in com._1c.g5.modeling.util
Представляет квалифицированное имя модели.
ModelQName(PackageName, ModelName) - Constructor for class com._1c.g5.modeling.util.ModelQName
Конструктор.
ModelQName(String) - Constructor for class com._1c.g5.modeling.util.ModelQName
Конструктор.
ModelQNameTest - Class in com._1c.g5.modeling.util
Набор тестов для класса ModelQName
ModelQNameTest() - Constructor for class com._1c.g5.modeling.util.ModelQNameTest
 
ModelQNameValidator - Class in com._1c.g5.modeling.foundation.validation
Данный валидатор проверяет, является ли строковое значение корректным квалифицированным именем элемента модели.
ModelQNameValidator(String, EDataType) - Constructor for class com._1c.g5.modeling.foundation.validation.ModelQNameValidator
Данный конструктор используется инфраструктурой валидации моделей
ModelQNameValidatorTest - Class in com._1c.g5.modeling.foundation.validation
Тесты для класса ModelQNameValidator
ModelQNameValidatorTest() - Constructor for class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
modelSwitch - Variable in class com._1c.g5.modeling.foundation.util.FoundationAdapterFactory
The switch that delegates to the createXXX methods.
ModelTextUtil - Class in com._1c.g5.modeling.text
Утилитный класс, содержащий полезные функции для работы с текстовыми представлениями моделей.
ModelTextUtil() - Constructor for class com._1c.g5.modeling.text.ModelTextUtil
 
ModelTextUtilTest - Class in com._1c.g5.modeling.text
Тесты для класса ModelTextUtil
ModelTextUtilTest() - Constructor for class com._1c.g5.modeling.text.ModelTextUtilTest
 
ModelUriConverter - Class in com._1c.g5.modeling.resource
Базовый класс для всех реализаций URIConverter, предназначенных для разрешения URI в схеме 'model'.
ModelUriConverter() - Constructor for class com._1c.g5.modeling.resource.ModelUriConverter
 
ModelUtil - Class in com._1c.g5.modeling.util
Утилитный класс, содержащий набор функций для работы с моделями.
ModelUtil() - Constructor for class com._1c.g5.modeling.util.ModelUtil
 
ModelUtilTest - Class in com._1c.g5.modeling.util
Набор тестов для класса ModelUtil
ModelUtilTest() - Constructor for class com._1c.g5.modeling.util.ModelUtilTest
 
ModelXmiHelperImpl - Class in com._1c.g5.modeling.resource
TODO JavaDoc
ModelXmiHelperImpl() - Constructor for class com._1c.g5.modeling.resource.ModelXmiHelperImpl
 
ModelXmiHelperImpl(XMLResource) - Constructor for class com._1c.g5.modeling.resource.ModelXmiHelperImpl
 
ModelXmiResourceFactoryImpl - Class in com._1c.g5.modeling.resource
Специальная реализация Resource.Factory, создающая экземпляры типа ModelXmiResourceImpl.
ModelXmiResourceFactoryImpl() - Constructor for class com._1c.g5.modeling.resource.ModelXmiResourceFactoryImpl
 
ModelXmiResourceImpl - Class in com._1c.g5.modeling.resource
Специальный базовый класс для различных ...ResourceImpl.
ModelXmiResourceImpl(URI) - Constructor for class com._1c.g5.modeling.resource.ModelXmiResourceImpl
Конструктор
MyEObjectStack() - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyEObjectStack
 
MyStack() - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyStack
 

N

NAK - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
name - Variable in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
The cached value of the 'Name' attribute.
NAME_EDEFAULT - Static variable in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
The default value of the 'Name' attribute.
nameLocation - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
namespaceAware - Variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
NamespaceNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree для namespaces
NamespaceNode(Location, Location, String, String) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NamespaceNode
 
namespaces - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
NAMESPACES_PREFIX_MAP - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
NAMESPACES_PREFIX_MAP - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
needsPushContext - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
newData(int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyEObjectStack
 
newNode(int) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Данный метод предназначен для создания узла AST, соответствующего синтаксическому правилу.
newNode(int, EObject) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Данный метод предназначен для создания узла AST, соответствующего синтаксическому правилу.
newNode(Token) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Данный метод предназначен для создания узла AST, соответствующего одиночному токену.
Для создаваемого INode из токена берется значение свойства type и вычисляется textLocation
newNode(Token, EObject) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Данный метод предназначен для создания узла AST, соответствующего одиночному токену.
NIL_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
Node - Class in com._1c.g5.modeling.text
Типовая реализация интерфейса INode
Node() - Constructor for class com._1c.g5.modeling.text.Node
 
Node(int) - Constructor for class com._1c.g5.modeling.text.Node
Конструктор
Node(int, TextLocation) - Constructor for class com._1c.g5.modeling.text.Node
Конструктор
Node(int, TextLocation, EObject) - Constructor for class com._1c.g5.modeling.text.Node
Конструктор
NodeAdapter - Class in com._1c.g5.modeling.text
Адаптер, с помощью которого устанавливаются соответствия между отдельными элементами EMF-модели EObject и соответствующими узлами синтаксического дерева INode.
NodeAdapter - Class in com._1c.g5.modeling.xml.parser.nodemodel
Хранит соответствующий узел в parse-tree
NodeAdapter() - Constructor for class com._1c.g5.modeling.text.NodeAdapter
 
NodeAdapter(INode) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NodeAdapter
Создает адаптер, который хранит привязку к узлу node parse-tree
NodeAdapterTest - Class in com._1c.g5.modeling.text
Тесты для класса NodeAdapter
NodeAdapterTest() - Constructor for class com._1c.g5.modeling.text.NodeAdapterTest
 
NodelessLazyLinker - Class in com._1c.g5.modeling.xml.linking
Реализация LazyLinker без учета parse-tree
NodelessLazyLinker() - Constructor for class com._1c.g5.modeling.xml.linking.NodelessLazyLinker
 
nodes - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
NodeTest - Class in com._1c.g5.modeling.text
Тесты для класса Node
NodeTest() - Constructor for class com._1c.g5.modeling.text.NodeTest
 
NodeUtil - Class in com._1c.g5.modeling.xml.parser.nodemodel
Служебный класс для работы со связкой объектов модели и соответствующих им узлов в parse-tree
EObject <-> INode
NodeUtil() - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NodeUtil
 
NonContainmentReferenceNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree для non-containment фичи
NonContainmentReferenceNode() - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
NonContainmentReferenceNode(EStructuralFeature, INode, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
NonContainmentReferenceNode(EStructuralFeature, INode, Location, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
NonContainmentReferenceNode(EStructuralFeature, Location, boolean, boolean) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
NonContainmentReferenceNode(EStructuralFeature, Location, Location) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
notFeatures - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
NUL - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
NULL_FEATURE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
NULL_LOCATION - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 

O

OBJECT_ATTRIBUTE_IDREF_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ATTRIBUTE_IDREF_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ATTRIBUTE_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ATTRIBUTE_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_CONTAIN_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_CONTAIN_MANY_UNSETTABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_CONTAIN_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_CONTAIN_SINGLE_UNSETTABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ELEMENT_IDREF_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ELEMENT_IDREF_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ELEMENT_IDREF_SINGLE_UNSETTABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ELEMENT_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ELEMENT_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_ELEMENT_SINGLE_UNSETTABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_HREF_MANY - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_HREF_MANY_UNSETTABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_HREF_SINGLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_HREF_SINGLE_UNSETTABLE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
OBJECT_TYPE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
objects - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
oldStyleProxyURIs - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
OPTION_CUSTOM_INDENT - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
Опция для определения отступа в документе
OPTION_INDENT_ROOT_ELEMENT - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
Начальный отступ корневого элемента
OPTION_KEEP_ATTRIBUTES_LOCATION - Static variable in class com._1c.g5.modeling.xml.FormattingXmlResource
Данная константа используется как опция, предназначенная для указания необходимости сохранять форматирование атрибутов и привязку их координат к тексту Если эта опция выставлена как TRUE - то парсер будет учитывать позиции и форматирование атрибутов
OPTION_RESOLVE_ALL - Static variable in class com._1c.g5.modeling.xml.AbstractXmlResource
Данная константа используется как опция, предназначенная для указания необходимости произвести резолвинг всех прокси сразу после загрузки документа
OPTION_SAVE_XSI_TYPE - Static variable in class com._1c.g5.modeling.xml.AbstractXmlResource
Данная константа используется как опция, предназначенная для указания необходимости сохранять информацию об xsi:type.
OPTION_USE_SYMLINK - Static variable in interface com._1c.g5.modeling.xml.parser.IXmlParser
Данная константа используется в качестве опции, для указания того факта, что используется механизм символических ссылок.
options - Variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
options - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 

P

PACKAGE_NAME_EDEFAULT - Static variable in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
The default value of the 'Package Name' attribute.
PackageName - Class in com._1c.g5.modeling.util
Представляет имя пакета.
PackageName(String) - Constructor for class com._1c.g5.modeling.util.PackageName
Конструктор.
packageRegistry - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
parent - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
parse() - Method in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
 
parse() - Method in interface com._1c.g5.modeling.text.ITextParser
Метод выполняет преобразование текстового представления модели в EMF-представление.
parse(InputStream) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Метод для разбора xml документа.
parse(InputStream) - Method in interface com._1c.g5.modeling.xml.parser.IXmlParser
 
parse(InputStream) - Method in class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
parseResult - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
ParseResult - Class in com._1c.g5.modeling.xml.parser
Результат парсинга, хранит ссылки на корневые элементы модели и корень parse-tree
ParseResult() - Constructor for class com._1c.g5.modeling.xml.parser.ParseResult
 
ParserTest - Class in com._1c.g5.modeling.xml.parser
 
ParserTest() - Constructor for class com._1c.g5.modeling.xml.parser.ParserTest
 
peek() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyStack
 
peekEObject() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyEObjectStack
 
pop() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyStack
 
popEObject() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyEObjectStack
 
positions - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
prefixesToFactories - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
process(String, String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
processAnyXML - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
processElement(String, String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
processElement(String, String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
processFeature(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
processFeature(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
processFeature(EObject, EStructuralFeature, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
processObject(EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Add object to appropriate stacks.
processObject(EObject) - Method in class com._1c.g5.modeling.xml.parser.StaxXmlParser
 
processSchemaLocations - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
processSchemaLocations(String, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
processTopObject(EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Add object to extent and call processObject.
PROJECT_LEVEL_RESOURCE_ROOT__VALID_PACKAGE - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
push(E) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.MyStack
 
putFeatureNode(EStructuralFeature, INode) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NodeAdapter
 

Q

Quad<S1,​S2,​S3,​S4> - Class in com._1c.g5.modeling.xml.linking
 
Quad(S1, S2, S3, S4) - Constructor for class com._1c.g5.modeling.xml.linking.Quad
 
qualifiedNameConverter - Variable in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
qualifiedNameProvider - Variable in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
QUOTE - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 

R

readBuffer() - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
reader - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
reattachModificationTracker(EObject) - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
recordAnyTypeNSDecls - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
recordHeaderInformation() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
recordNamespacesSchemaLocations(EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
recordUnknownFeature - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
recordUnknownFeature(String, String, boolean, EObject, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
REFERENCE_THRESHOLD - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
referredResourceUris(EObject) - Static method in class com._1c.g5.modeling.util.ModelUtil
Функция вычисляет множество URI всех ресурсов, на которые имеются ссылки из eObject и, соответственно, всех агрегированных EObject.
register(Injector) - Method in class com._1c.g5.modeling.xml.service.AbstractStandaloneSetup
 
registerImportedNamesAdapter(EObject) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
registerImportedNamesAdapter(IScopeProvider, EObject) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
registerPackages() - Method in class com._1c.g5.modeling.foundation.utils.FoundationModelRegistrar
 
registerPackages() - Method in interface com._1c.g5.modeling.util.IModelRegistrar
Функция регистрирует EMF-пакеты (EPackage) в глобальном реестре EMF-пакетов.
registerPackages(EPackage.Registry) - Method in class com._1c.g5.modeling.foundation.utils.FoundationModelRegistrar
 
registerPackages(EPackage.Registry) - Method in interface com._1c.g5.modeling.util.IModelRegistrar
Функция регистрирует EMF-пакеты (EPackage) в заданном реестре EMF-пакетов (EPackage.Registry).
registerResourceFactories() - Method in class com._1c.g5.modeling.foundation.utils.FoundationModelRegistrar
 
registerResourceFactories() - Method in interface com._1c.g5.modeling.util.IModelRegistrar
Функция регистрирует фабрики ресурсов (Resource.Factory) в глобальном реестре фабрик ресурсов
registerResourceFactories(Resource.Factory.Registry) - Method in class com._1c.g5.modeling.foundation.utils.FoundationModelRegistrar
 
registerResourceFactories(Resource.Factory.Registry) - Method in interface com._1c.g5.modeling.util.IModelRegistrar
Функция регистрирует фабрики ресурсов (Resource.Factory) в заданном реестре фабрик ресурсов (Resource.Factory.Registry)
relink() - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
Performs model relinking.
removeChild(INode) - Method in interface com._1c.g5.modeling.text.INode
Отсоединение дочернего узла.
Данный метод удаляет узел из списка дочерних узлов и устанавливает его свойству parent зеачение null.
removeChild(INode) - Method in class com._1c.g5.modeling.text.Node
 
removeDiagnostic(Triple<EObject, EReference, INode>, Resource) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
reparse(String) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
Метод для осуществления полного репарсинга контента newContent
replace(int, char[], int) - Method in class com._1c.g5.modeling.xml.serializer.Escape
Deprecated.
since 2.2
replaceChars(int, char[], int) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
reportError(ITextResourceDiagnostic) - Method in interface com._1c.g5.modeling.text.IDiagnosticReporter
Сообщение об ошибке
reportError(RecognitionException) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
 
reportUnknownFeature(String, String, boolean, EObject, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
reportWarning(ITextResourceDiagnostic) - Method in interface com._1c.g5.modeling.text.IDiagnosticReporter
Сообщение о предупреждении
reset() - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
reset() - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
resolve - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
resolveLazyCrossReference(Resource, InternalEObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
Если указанная crossRef может указывать на лэйзи прокси, производится попытка их резолвинга.
resolveLazyCrossReferences(Resource, CancelIndicator) - Method in interface com._1c.g5.modeling.xml.linking.ILazyLinker.ILazyLinkResolver
Производит резолвинг любой лэйзи ссылки в ресурсе.
resolveLazyCrossReferences(Resource, CancelIndicator) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
resolveLazyLink(Resource, String) - Method in interface com._1c.g5.modeling.xml.linking.ILazyLinker.ILazyLinkResolver
Разрешает lazy-ссылку по заданному фрагменту.
resolveLazyLink(Resource, String) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
resolveObjectWithoutXsiType(String, EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
resolveObjectWithoutXsiType(String, EObject) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
resolveObjectWithoutXsiType(String, EObject) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
ResolveTest - Class in com._1c.g5.modeling.xml.parser
Тест на парсинг и сериализацию сиволических ссылок, когда они представлены как SimpleContent element
ResolveTest() - Constructor for class com._1c.g5.modeling.xml.parser.ResolveTest
 
resource - Variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
resource - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
RESOURCE_ROOT - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Resource Root' class.
RESOURCE_ROOT - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The meta object id for the 'Resource Root' class.
RESOURCE_ROOT__NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Name' attribute feature.
RESOURCE_ROOT__NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The feature id for the 'Name' attribute.
RESOURCE_ROOT__NOT_CONTAINED - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
RESOURCE_ROOT__PACKAGE_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Package Name' attribute feature.
RESOURCE_ROOT__PACKAGE_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The feature id for the 'Package Name' attribute.
RESOURCE_ROOT__RESOURCE_DEFINED - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
RESOURCE_ROOT__SIMPLE_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Simple Name' attribute feature.
RESOURCE_ROOT__SIMPLE_NAME - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The feature id for the 'Simple Name' attribute.
RESOURCE_ROOT__VALID_RESOURCE_FILE_NAME - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
RESOURCE_ROOT__VALID_RESOURCE_LOCATION - Static variable in interface com._1c.g5.modeling.foundation.validation.IFoundationValidatorCodes
 
RESOURCE_ROOT_FEATURE_COUNT - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The number of structural features of the 'Resource Root' class.
resourceEntityHandler - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
resourceEntityHandler - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
ResourceRoot - Interface in com._1c.g5.modeling.foundation
A representation of the model object 'Resource Root'.
ResourceRootImpl - Class in com._1c.g5.modeling.foundation.impl
An implementation of the model object 'Resource Root'.
ResourceRootImpl() - Constructor for class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
ResourceRootNotContainedValidator - Class in com._1c.g5.modeling.foundation.validation
Данный валидатор проверяет, то объект типа ResourceRoot не является contained в другом объекте.
ResourceRootNotContainedValidator(String, EClass) - Constructor for class com._1c.g5.modeling.foundation.validation.ResourceRootNotContainedValidator
Конструктор, используемый инфраструктурой валидации модели
ResourceRootResourceValidator - Class in com._1c.g5.modeling.foundation.validation
Данный валидатор проверяет соответствие имени объекта, являющегося ResourceRoot пакету, к которому он относится, а также то, что данный объект сохранен в файле, который имеет соответствующее имя и размещен в соответствующем каталоге.
ResourceRootResourceValidator(String, EClass) - Constructor for class com._1c.g5.modeling.foundation.validation.ResourceRootResourceValidator
Конструктор, используемый инфраструктурой валидации модели
resourceSet - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
resourceURI - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
rightNameWS - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
rightValueWS - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
rootNode - Variable in class com._1c.g5.modeling.text.AbstractAntlrDelegatingTextParser
 
rootNode - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
rootNode - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
RS - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 

S

sameDocumentProxies - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
save(IXmlSerializer, OutputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
Реализует логику записи ресурса
save(IXmlSerializer, OutputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
save(IXmlSerializer, OutputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.XmlResource
 
save(OutputStream) - Method in interface com._1c.g5.modeling.xml.serializer.IXmlSerializer
 
save(OutputStream) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
save(OutputStream) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
save(XMLResource, OutputStream, Map<?, ?>) - Method in interface com._1c.g5.modeling.xml.serializer.IXmlSerializer
 
save(XMLResource, OutputStream, Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
saveElement(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveElementReference(EObject, EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveElementReferenceMany(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveElementReferenceSingle(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveEObjectMany(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveEObjectSingle(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveFeatureMapElementReference(EObject, EReference) - Method in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
saveFormattedDataValueElement(String, String) - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
saveHref(EObject, EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveHRefMany(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveHRefSingle(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveIDRefMany(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveIDRefSingle(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
saveTypeAttribute(NamespaceNode, boolean) - Method in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
saveTypeAttribute(NamespaceNode, boolean) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
saveTypeAttribute(EClass) - Method in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
saveTypeInfo - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
saveTypeInfo - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
saveXsiType - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
SAX_LEXICAL_PROPERTY - Static variable in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
SaxXmiHandler - Class in com._1c.g5.modeling.xml.parser
SAX хэндлер для xmi документов.
SaxXmiHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
SaxXmiParser - Class in com._1c.g5.modeling.xml.parser
Реализация AbstractSaxXmlParser для xmi документа
SaxXmiParser() - Constructor for class com._1c.g5.modeling.xml.parser.SaxXmiParser
 
SaxXmlHandler - Class in com._1c.g5.modeling.xml.parser
SAX хэндлер для xml документов.
SaxXmlHandler(XMLResource, XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
SaxXmlParser - Class in com._1c.g5.modeling.xml.parser
Реализация AbstractSaxXmlParser для xml документа
SaxXmlParser() - Constructor for class com._1c.g5.modeling.xml.parser.SaxXmlParser
 
scanString(String, int) - Static method in class com._1c.g5.modeling.util.JavaIdentifier
Cканирует строку str, как Java-идентификатор, начиная с позиции pos.
SCHEMA_LOCATION_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
scopeProvider - Variable in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
segments() - Method in class com._1c.g5.modeling.util.PackageName
Возвращает составные части имени пакета в виде массива JavaIdentifier.
SEP - Static variable in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
 
serializeCrossRef(EObject, IModelNode) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
serializeCrossRef(EObject, IModelNode) - Method in interface com._1c.g5.modeling.xml.serializer.ICrossReferenceSerializer
Метод для получения текстового представления символической ссылки для заданных: resolved proxy target и узла parse-treenode
serializeCrossRef(EObject, EReference, EObject, INode) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
serializeCrossRef(EObject, EReference, EObject, INode) - Method in interface com._1c.g5.modeling.xml.serializer.ICrossReferenceSerializer
Метод для получения текстового представления символической ссылки для заданных: объекта context, ссылки ref, resolved proxy target и узла parse-treenode
SerializerTest - Class in com._1c.g5.modeling.xml.serializer
 
SerializerTest() - Constructor for class com._1c.g5.modeling.xml.serializer.SerializerTest
 
set(INode) - Method in class com._1c.g5.modeling.text.NodeAdapter
Установка INode для объета EMF-модели, с которым связан данный экземпляр адаптера.
set(EStructuralFeature, INode) - Method in class com._1c.g5.modeling.text.NodeAdapter
Установка INode для значения single-valued EStructuralFeature в объекте EMF-модели, с которым связан данный экземпляр адаптера.
setAllowControlCharacters(boolean) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
setAttributes(Object) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Sets the current attributes and returns the old ones.
setAttributes(NamedNodeMap) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser.AttributesProxy
Sets the DOM attributes.
setAttributeValue(EObject, EAttribute, String) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Присваивание single-valued атрибуту объекта модели значения, полученного из текстового представления.
Для преобразования текстового представления в объект, который может быть значением атрибута используется функция AbstractAntlrParserDelegate.createAttributeValue(EObject, EAttribute, String)
setAttribValue(EObject, String, String, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Create a feature with the given name for the given object with the given values.
setCache(IResourceScopeCache) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
setCrossReferenceSerializer(ICrossReferenceSerializer) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
setDiagnosticReporter(IDiagnosticReporter) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Установка репортера IDiagnosticReporter, через который будет производиться сбор диагностики
setElement(boolean) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AttributeNode
 
setElement(boolean) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
setExtendedMetaDataOption(Object) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
setFeatureValue(EObject, EStructuralFeature, Object) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
setFeatureValue(EObject, EStructuralFeature, Object, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Set the given feature of the given object to the given value.
setFeatureValues(AbstractStaxXmlParser.ManyReference) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Set the values for the given multi-valued forward reference.
setFormater(IFormatter) - Method in interface com._1c.g5.modeling.xml.serializer.IXmlSerializer
 
setFormater(IFormatter) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
setFormater(IFormatter) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
setFragmentProvider(IFragmentProvider) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
setHelper(XMLHelper) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
setHref(boolean) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
setImportedNamesAdapterProvider(Provider<ImportedNamesAdapter>) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
setLeftNameWS(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setLeftValueWS(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setLinker(ILinker) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
setLinkingService(ILinkingService) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
setLocation(Location) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
Выбрасывает исключение UnsupportedOperationException
setLocation(Location) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
setLocation(Location) - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.ILocatable
 
setLocation(Location) - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
setLocation(Location) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
Выбрасывает исключение UnsupportedOperationException
setMappingLimit(int) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
setModelObject(EObject) - Method in interface com._1c.g5.modeling.text.INode
Установка объекта модели для данного узла.
setModelObject(EObject) - Method in class com._1c.g5.modeling.text.Node
 
setModelObject(EObject) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.ContainmentReferenceNode
 
setModelObject(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AttributeNode
 
setModelObject(EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NonContainmentReferenceNode
 
setName(String) - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
setName(String) - Method in interface com._1c.g5.modeling.foundation.ResourceRoot
Sets the value of the 'Name' attribute.
setNameLocation(Location) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setNamespaces(Object) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Sets the current namespaces and returns the old ones.
setNameSpacesAliasMap(Map<String, String>) - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
setNamespaceValue(String, String, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
setNodeEndLocation(INode) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Обновляет для узла node конечные координаты
setOptions(Map<?, ?>) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
setParent(INode) - Method in interface com._1c.g5.modeling.text.INode
Установка родителя для данного узла
Данный метод только устанавливает родительский узел.
setParent(INode) - Method in class com._1c.g5.modeling.text.Node
 
setParent(INode) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
setParent(INode) - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
setParser(XmlParserAdapter) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
setPrefix(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NamespaceNode
 
setQualifiedNameConverter(IQualifiedNameConverter) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
setQualifiedNameConverter(IQualifiedNameConverter) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
setQualifiedNameProvider(IQualifiedNameProvider) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
setRightNameWS(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setRightValueWS(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setRootNode(INode) - Method in class com._1c.g5.modeling.xml.parser.ParseResult
 
setScopeProvider(IScopeProvider) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
setScopeProvider(IScopeProvider) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
setSerializer(IXmlSerializer) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
setTextLocation(TextLocation) - Method in interface com._1c.g5.modeling.text.INode
Установка расположения в тексте
setTextLocation(TextLocation) - Method in class com._1c.g5.modeling.text.Node
 
setTextValue(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
setTextValue(String) - Method in interface com._1c.g5.modeling.xml.parser.nodemodel.INode
 
setToModelObject(ResourceRoot) - Method in class com._1c.g5.modeling.util.ModelQName
Установка имени для ResourceRoot.
setType(int) - Method in interface com._1c.g5.modeling.text.INode
Установка типа узла
setType(int) - Method in class com._1c.g5.modeling.text.Node
 
setUnloader(IReferableElementsUnloader) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
setUp() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
setUp() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
setUp() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
setUp() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
setUpBeforeClass() - Static method in class com._1c.g5.modeling.xml.parser.FormattingResolveTest
 
setUpBeforeClass() - Static method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
setUri(String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.NamespaceNode
 
setUri(URI) - Method in class com._1c.g5.modeling.text.AbstractAntlrParserDelegate
Установка URI EMF-ресурса, содержащего текстовое представление модели
setUriEncoder(LazyUriEncoder) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
setUriEncoder(LazyUriEncoder) - Method in class com._1c.g5.modeling.xml.linking.LazyLinkResolver
 
setUriEncoder(LazyUriEncoder) - Method in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
setUriEncoder(LazyUriEncoder) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
setUseCDATA(boolean) - Method in class com._1c.g5.modeling.xml.serializer.Escape
 
setValueFromId(EObject, EReference, String) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
setValueFromId(EObject, EReference, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
setValueFromId(EObject, EReference, String) - Method in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
setValueFromId(EObject, EReference, String, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
setValueLocation(Location) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setWhiteSpaces(String, String, String, String) - Method in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
setXMIAttribValue(String, String, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
setXMINamespace(String) - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
setXMINamespace(String) - Method in class com._1c.g5.modeling.xml.XmiResource
 
setXMIVersion(String) - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
setXMIVersion(String) - Method in class com._1c.g5.modeling.xml.XmiResource
 
setXMLHelper(XMLHelper) - Method in class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
SHIFT - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
shouldSaveFeature(EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
shouldSaveObject(EObject) - Method in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
SI - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
SIMPLE_NAME_EDEFAULT - Static variable in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
The default value of the 'Simple Name' attribute.
SimpleCache<Key,​Value> - Class in com._1c.g5.modeling.xml.util
Заимствовано из org.eclipse.xtext.util
SimpleCache(Function<Key, Value>) - Constructor for class com._1c.g5.modeling.xml.util.SimpleCache
 
SingleReference(EObject, EStructuralFeature, Object, int, int, int) - Constructor for class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser.SingleReference
 
SIZE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
SO - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
SOH - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
sort(List<EStructuralFeature>) - Method in class com._1c.g5.modeling.xml.serializer.Lookup
Отсортировать список фич: containment-фичи будут в конце результирующего списка.
startDocument() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
обработка начала документа
startElement() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
startElement() - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
Обработка начала элемента
startElement(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
startNewElement(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
startNFElement(String) - Method in class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
StaxXmiParser - Class in com._1c.g5.modeling.xml.parser
XMI парсер с сохранением форматирования и позиций для элементов модели.
StaxXmiParser() - Constructor for class com._1c.g5.modeling.xml.parser.StaxXmiParser
 
StaxXmiParser(XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.parser.StaxXmiParser
 
StaxXmlParser - Class in com._1c.g5.modeling.xml.parser
XML парсер с сохранением форматирования и позиций для элементов модели.
StaxXmlParser() - Constructor for class com._1c.g5.modeling.xml.parser.StaxXmlParser
 
StaxXmlParser(XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.parser.StaxXmlParser
 
storeAttributeNodeLocationInfo(EStructuralFeature, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
storeWhitespacesInformation(BasicStreamReader2, AbstractFormattedNode, int) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
StringInputStream - Class in com._1c.g5.modeling.xml.util
 
StringInputStream(String) - Constructor for class com._1c.g5.modeling.xml.util.StringInputStream
 
StringInputStream(String, String) - Constructor for class com._1c.g5.modeling.xml.util.StringInputStream
 
STX - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
SUB - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
substitutionGroupMap - Variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
suppressDocumentRoot - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
SYN - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 

T

TAB - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
tearDown() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
tearDown() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
tearDown() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
tearDown() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testAddRemoveBadArgs() - Method in class com._1c.g5.modeling.text.NodeTest
 
testAttributeNode() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testChildren() - Method in class com._1c.g5.modeling.text.NodeTest
 
testContainmentNode() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testContainmentNodeAttrAsElement() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testConversionFromUri1() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionFromUri2() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionFromUri3() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionFromUri4() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionFromUri5() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToObjectUri1() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToObjectUri2() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToObjectUri3() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToObjectUri4() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToObjectUri5() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToUri1() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToUri2() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToUri3() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToUri4() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testConversionToUri5() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testCreanAll() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testCreateConteimentElements() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateData() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateEmptyModel() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateModelAttribute() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateMultyAttributes() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateMultyLink() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateMultyLinkLikeAttribute() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateSingleAttributes() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateSingleAttributesLikeElement() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateSingleLink() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateSingleLinkLikeElement() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testCreateSingleLinkWithoutSymlink() - Method in class com._1c.g5.modeling.xml.serializer.CreateXmlTest
 
testEmptyClassName() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testEmptyModelName() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testEmptyModelQName() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testFindEObjectFeatureForOffset() - Method in class com._1c.g5.modeling.text.ModelTextUtilTest
 
testFindEObjectForOffset() - Method in class com._1c.g5.modeling.text.ModelTextUtilTest
 
testGetNode1() - Method in class com._1c.g5.modeling.text.ModelTextUtilTest
 
testGetNode2() - Method in class com._1c.g5.modeling.text.ModelTextUtilTest
 
testGetNode3() - Method in class com._1c.g5.modeling.text.ModelTextUtilTest
 
testGetPackageName1() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetPackageName2() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetPackageName3() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetPackageName4() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetResourceUri1() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testGetResourceUri2() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testGetResourceUri3() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testGetSimpleName1() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetSimpleName2() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetSimpleName3() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testGetSimpleName4() - Method in class com._1c.g5.modeling.util.ModelQNameTest
 
testInvalidClassName1() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidClassName2() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidClassName3() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidClassName4() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidClassName5() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidClassName6() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidClassName7() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testInvalidModelName1() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testInvalidModelName2() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testInvalidModelQName1() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testInvalidModelQName2() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testInvalidModelQName3() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testInvalidModelQName4() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testInvalidModelQName5() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testInvalidModelQName6() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testInvalidModelQName7() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testJustReadAndSave() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testJustReadAndSave() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
 
testLinkWithColonInAttributeManyValuedAsAttribute() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testMultiValuedSymlinkAsAttr() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
multi-valued прокси записанные как атрибуты
testMultiValuedSymlinkAsAttrUseEncodedAttributeStyle() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
multi-valued прокси записанные как атрибуты с опцией OPTION_USE_ENCODED_ATTRIBUTE_STYLE
testMultiValuedSymlinkAsHref() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
multi-valued прокси записанные через href
testMultiValuedSymlinkAsHrefwXsi() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
multi-valued прокси записанные через href c xsi:type
testMultiValuedSymlinkAsSimpleContent() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
multi-valued прокси записанные как контент элементов
testNodeAdapter1() - Method in class com._1c.g5.modeling.text.NodeAdapterTest
 
testNodeAdapter2() - Method in class com._1c.g5.modeling.text.NodeAdapterTest
 
testNodeAdapter3() - Method in class com._1c.g5.modeling.text.NodeAdapterTest
 
testNodeAdapter4() - Method in class com._1c.g5.modeling.text.NodeAdapterTest
 
testNonContainmentManyValuedAsAttribute() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testNonContainmentManyValuedAsElement() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testNonContainmentManyValuedAsHref() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testNonContainmentSingleValuedAsAttribute() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testNonContainmentSingleValuedAsElement() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testNonContainmentSingleValuedAsHref() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testNonContainmentWithColonSingleValuedAsElement() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testReadEditManyAttribute() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditManyNonContaimentReferenceLikeAttribute() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditManyNonContaimentReferenceLikeElement() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditManyNonContaimentReferenceLikeHref() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditModelAttribute() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditModelWithCustomNsAndPrefix() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditModelWithCustomPrefix() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditSingleAttribute() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadEditSingleNonContaimentReference() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReadWithCustomPrefixAndSave() - Method in class com._1c.g5.modeling.xml.serializer.EditTest
 
testReferredResourceUris1() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris10() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris2() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris3() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris4() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris5() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris6() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris7() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris8() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testReferredResourceUris9() - Method in class com._1c.g5.modeling.util.ModelUtilTest
 
testResolveAbstractMemberAsAttribute() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveAbstractMemberAsElement() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveMultiValuedSymLinkAsAttrValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveMultiValuedSymLinkAsHREFAttrValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveMultiValuedSymLinkAsSimpleValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveNonXsiTypeAbstractMembersAsAttribute() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveNonXsiTypeAbstractMembersAsElementSimpleData() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveNonXsiTypeAbstractMembersAsHrefAttrValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveNonXsiTypeAbstractMembersContainment() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveNonXsiTypeAbstractMembersContainmentEx() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveSingleValuedSymLinkAsAttrHREFValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveSingleValuedSymLinkAsAttrValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testResolveSingleValuedSymLinkAsSimpleValue() - Method in class com._1c.g5.modeling.xml.parser.ResolveTest
 
testSaveElementWithHrefWithoutXsiType() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
прокси без указания xsi:type
testSaveElementWithoutXsiType() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
название элементов из аннотаций без указания xsi:type
testScanString1() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString10() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString2() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString3() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString4() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString5() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString6() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString7() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString8() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testscanString9() - Method in class com._1c.g5.modeling.util.JavaIdentifierTest
 
testSingleValuedSymlinkAsAttr() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
 
testSingleValuedSymlinkAsAttrUseEncodedAttributeStyle() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
single-valued прокси записанные как атрибуты с опцией OPTION_USE_ENCODED_ATTRIBUTE_STYLE
testSingleValuedSymlinkAsHref() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
single-valued прокси записанные через href
testSingleValuedSymlinkAsSimpleData() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
single-valued прокси записанные как контент элемента
testSpacesClassName() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testSpacesModelName() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testSpacesModelQName() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testTextLocation() - Method in class com._1c.g5.modeling.text.NodeTest
 
testTextNode() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testTypedLinkWithColonInAttribute() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testTypedLinkWithColonManyValuedInAttributeManyValuedAsAttribute() - Method in class com._1c.g5.modeling.xml.parser.ParserTest
 
testValidClassName1() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testValidClassName2() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testValidClassName3() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testValidClassName4() - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidatorTest
 
testValidModelName1() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testValidModelName2() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testValidModelName3() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testValidModelName4() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testValidModelName5() - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidatorTest
 
testValidModelQName1() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testValidModelQName2() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testValidModelQName3() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testValidModelQName4() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testValidModelQName5() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testValidModelQName6() - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidatorTest
 
testXmiMvAttr() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiMvElement() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiMvElementWoxsi() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiMvElementWoxsiElems() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiMvElementWoxsiWa() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiMvHref() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiReadandSave1() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
 
testXmiReadAndSave2() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
 
testXmiSvAttr() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiSvElement() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
testXmiSvHref() - Method in class com._1c.g5.modeling.xml.serializer.SerializerTest
xmi.
text - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
TextLocation - Class in com._1c.g5.modeling.text
Экземпляр данного класса описывает положение фрагмента в тексте.
TextLocation(int, int, int, int) - Constructor for class com._1c.g5.modeling.text.TextLocation
Конструктор
TextNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree для хранения whitespaces и комментариев
TextNode(String, Location, boolean) - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.TextNode
 
TextResourceDiagnostic - Class in com._1c.g5.modeling.text
Типовая реализация интерфейса ITextResourceDiagnostic.
TextResourceDiagnostic(String, String, TextLocation) - Constructor for class com._1c.g5.modeling.text.TextResourceDiagnostic
Конструктор.
TextResourceImpl - Class in com._1c.g5.modeling.text
Базовый абстрактный класс, предназначенный для наследования реализациями интерфейса Resource (EMF-ресурс), использующими текстовое (не XML/XMI) представление модели.
TextResourceImpl(URI) - Constructor for class com._1c.g5.modeling.text.TextResourceImpl
Конструктор
textValue - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractNode
 
toModelObjectUri(String) - Method in class com._1c.g5.modeling.util.ModelQName
Преобразует квалифицированное имя модели и тип модели в URI корневого объекта ресурса со схемой 'model'.
toModelUri(String) - Method in class com._1c.g5.modeling.util.ModelQName
Преобразует квалифицированное имя модели и тип модели в URI ресурса со схемой 'model'.
toShortExternalForm(EClass, EReference) - Method in class com._1c.g5.modeling.xml.linking.LazyUriEncoder
 
toString() - Method in class com._1c.g5.modeling.foundation.impl.ResourceRootImpl
toString() - Method in class com._1c.g5.modeling.util.JavaClassName
Полученние строкового представления объекта.
Использование такого строкового представления в качестве аргумента функции JavaClassName.fromString(String) приведет к созданию объекта эквивалентного данному.
toString() - Method in class com._1c.g5.modeling.util.JavaIdentifier
Полученние строкового представления объекта.
Использование такого строкового представления в качестве аргумента функции JavaIdentifier.fromString(String) приведет к созданию объекта эквивалентного данному.
toString() - Method in class com._1c.g5.modeling.util.ModelName
Полученние строкового представления объекта.
Использование такого строкового представления в качестве аргумента функции ModelName.fromString(String) приведет к созданию объекта эквивалентного данному.
toString() - Method in class com._1c.g5.modeling.util.ModelQName
Полученние строкового представления объекта.
Использование такого строкового представления в качестве аргумента функции ModelQName.fromString(String) приведет к созданию объекта эквивалентного данному.
toString() - Method in class com._1c.g5.modeling.util.PackageName
Полученние строкового представления объекта.
Использование такого строкового представления в качестве аргумента функции PackageName.fromString(String) приведет к созданию объекта эквивалентного данному.
toString() - Method in class com._1c.g5.modeling.xml.AbstractDiagnostic
 
toString() - Method in class com._1c.g5.modeling.xml.linking.Quad
 
toString() - Method in class com._1c.g5.modeling.xml.parser.nodemodel.Location
Output format: [fromLine, fromOffset; toLine, toOffset]
TRANSIENT - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
traverse(INode) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
traverse(Node, AbstractSaxXmlParser.AttributesProxy, DefaultHandler, LexicalHandler) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
 
traverseElement(Element, AbstractSaxXmlParser.AttributesProxy, DefaultHandler, LexicalHandler) - Method in class com._1c.g5.modeling.xml.parser.AbstractSaxXmlParser
Special case: traversing root element using namespaces in scope
TYPE_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
TypeBindingAcceptor() - Constructor for class com._1c.g5.modeling.xml.util.EcoreGenericsUtil.TypeBindingAcceptor
 
types - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 

U

UNDEFINED_TYPE - Static variable in interface com._1c.g5.modeling.text.INode
Константа задающая неопределенный тип узла
UNKNOWN_FEATURE_TYPE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
unload(EObject) - Method in class com._1c.g5.modeling.xml.AbstractXmlResource
 
unRegisterImportedNamesAdapter() - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
unRegisterImportedNamesAdapter(IScopeProvider) - Method in class com._1c.g5.modeling.xml.linking.DefaultLinkingService
 
UNRESOLVED_SCHEME - Static variable in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
updateInternalState(ParseResult) - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
updateInternalState(ParseResult, ParseResult) - Method in class com._1c.g5.modeling.xml.FormattingXmlResource
 
updateNodeText(EObject, EObject, EReference, int) - Method in class com._1c.g5.modeling.xml.linking.LazyLinker
 
updateNodeText(EObject, EObject, EReference, int) - Method in class com._1c.g5.modeling.xml.linking.NodelessLazyLinker
 
uriEncoder - Variable in class com._1c.g5.modeling.xml.serializer.CrossReferenceSerializer
 
uriHandler - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
urisToLocations - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
US - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
useCDATA - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
useConfigurationCache - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
usedNullNamespacePackage - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
useIDs() - Method in class com._1c.g5.modeling.xml.FormattingXmiResource
 
useIDs() - Method in class com._1c.g5.modeling.xml.XmiResource
 
usesManyFeature - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
useSymlink - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
useSymlink - Variable in class com._1c.g5.modeling.xml.parser.SaxXmiHandler
 
useSymlink - Variable in class com._1c.g5.modeling.xml.parser.SaxXmlHandler
 
UUID - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage.Literals
The meta object literal for the 'Uuid' data type.
UUID - Static variable in interface com._1c.g5.modeling.foundation.FoundationPackage
The meta object id for the 'Uuid' data type.
UUID_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
UUID_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 

V

validate(int, Object, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Calls validateXXX for the corresponding classifier of the model.
validate(ResourceRoot, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.validation.ResourceRootNotContainedValidator
Функция, выполняющая валидацию модели.
validate(ResourceRoot, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.validation.ResourceRootResourceValidator
Функция, выполняющая валидацию модели.
validate(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.validation.JavaClassNameValidator
Данная Функция выполняет валидацию
validate(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.validation.JavaIdentifierValidator
Данная Функция выполняет валидацию
validate(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.validation.ModelNameValidator
Данная Функция выполняет валидацию
validate(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.validation.ModelQNameValidator
Данная Функция выполняет валидацию
validateCreateObjectFromFactory(EFactory, String, EObject) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
validateCreateObjectFromFactory(EFactory, String, EObject, boolean) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
validateCreateObjectFromFactory(EFactory, String, EObject, EStructuralFeature) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
validateJavaClassName(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
validateJavaClassName_valid(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Validates the valid constraint of 'Java Class Name'.
validateJavaIdentifier(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
validateJavaIdentifier_valid(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Validates the valid constraint of 'Java Identifier'.
validateModelName(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
validateModelName_valid(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Validates the valid constraint of 'Model Name'.
validateModelQName(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
validateModelQName_valid(String, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Validates the valid constraint of 'Model QName'.
validateResourceRoot(ResourceRoot, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
validateResourceRoot_notContained(ResourceRoot, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Validates the notContained constraint of 'Resource Root'.
validateResourceRoot_validResource(ResourceRoot, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
Validates the validResource constraint of 'Resource Root'.
validateUuid(UUID, DiagnosticChain, Map<Object, Object>) - Method in class com._1c.g5.modeling.foundation.util.FoundationValidator
value - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 
valueLocation - Variable in class com._1c.g5.modeling.xml.parser.nodemodel.AbstractFormattedNode
 
VERSION_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
VERSION_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
visit(INode) - Method in interface com._1c.g5.modeling.text.INodeVisitor
Выполняет посещение заданного узла.
visitNodes(ITextResource, INodeVisitor) - Static method in class com._1c.g5.modeling.text.ModelTextUtil
Выполняет посещение каждого узла синтаксического дерева в EMF-ресурсе resource.
VT - Variable in class com._1c.g5.modeling.xml.serializer.Escape
 

W

warning(XMIException) - Method in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
write(Writer) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
writeAscii(OutputStream) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
writeNamespaceNode(NamespaceNode, boolean) - Method in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
writeTopObjects(List<? extends EObject>) - Method in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 

X

XMI_ELEMENT_NAME - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
XMI_ELEMENT_NAME - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
XMI_ELEMENT_TYPE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
XMI_ELEMENT_TYPE - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
XMI_EXTENSION - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
XMI_EXTENSION - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
XMI_ID_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
XMI_ID_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
XMI_TAG_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
XMI_TAG_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XMI_TYPE_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
XMI_TYPE_ATTRIB - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
XMI_TYPE_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
XMI_TYPE_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
XMI_UUID - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmiParser
 
XMI_UUID - Static variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
XMI_VER_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
XMI_VER_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
XMI_XMLNS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
XMI_XMLNS - Static variable in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
XmiNode - Class in com._1c.g5.modeling.xml.parser.nodemodel
Узел parse-tree для элемента XMI
XmiNode() - Constructor for class com._1c.g5.modeling.xml.parser.nodemodel.XmiNode
 
XmiResource - Class in com._1c.g5.modeling.xml
Реализация AbstractXmlResource.
XmiResource() - Constructor for class com._1c.g5.modeling.xml.XmiResource
 
XmiResource(URI) - Constructor for class com._1c.g5.modeling.xml.XmiResource
 
XmiSaveImpl - Class in com._1c.g5.modeling.xml.serializer
Расширенная реализация xmi сериалайзера.
XmiSaveImpl() - Constructor for class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
XmiSerializer - Class in com._1c.g5.modeling.xml.serializer
 
XmiSerializer() - Constructor for class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
xmiType - Variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
xmiType - Variable in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
xmiURI - Variable in class com._1c.g5.modeling.xml.serializer.XmiSaveImpl
 
xmiURI - Variable in class com._1c.g5.modeling.xml.serializer.XmiSerializer
 
XmlException - Exception in com._1c.g5.modeling.xml
 
XmlException(XMIException) - Constructor for exception com._1c.g5.modeling.xml.XmlException
 
XmlException(XMIException, EObject, int, int) - Constructor for exception com._1c.g5.modeling.xml.XmlException
 
XmlFormatter - Class in com._1c.g5.modeling.xml.serializer
Класс XmlFormatter на основе интерфеса IFormatter обеспечивает стандартное форматирование для элементов модели, которые не получили информацию о форматировании при парсинге
XmlFormatter() - Constructor for class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
xmlMap - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
XMLNS_XMI_ATTRIBUTE - Static variable in class com._1c.g5.modeling.xml.serializer.Lookup
 
XmlParserAdapter - Class in com._1c.g5.modeling.xml.parser
 
XmlParserAdapter() - Constructor for class com._1c.g5.modeling.xml.parser.XmlParserAdapter
 
xmlResource - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
xmlResource - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XmlResource - Class in com._1c.g5.modeling.xml
Реализация AbstractXmlResource.
XmlResource() - Constructor for class com._1c.g5.modeling.xml.XmlResource
 
XmlResource(URI) - Constructor for class com._1c.g5.modeling.xml.XmlResource
 
XmlResourceFactory - Class in com._1c.g5.modeling.xml.service
Реализация фабрики ресурсов XML с сохранением разметки.
XmlResourceFactory(Provider<XMLResource>) - Constructor for class com._1c.g5.modeling.xml.service.XmlResourceFactory
 
XmlSaveImpl - Class in com._1c.g5.modeling.xml.serializer
Расширенная реализация стандартного сериалайзера XMLSaveImpl.
XmlSaveImpl() - Constructor for class com._1c.g5.modeling.xml.serializer.XmlSaveImpl
 
xmlSchemaTypePackage - Variable in class com._1c.g5.modeling.xml.parser.AbstractStaxXmlParser
 
xmlSchemaTypePackage - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
xmlSchemaTypePackage - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XmlSerializer - Class in com._1c.g5.modeling.xml.serializer
Сериализирует модель с учетом форматирования
XmlSerializer() - Constructor for class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XmlSerializer(XMLHelper, Map<?, ?>) - Constructor for class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XmlSerializer.EClassFeaturePair - Class in com._1c.g5.modeling.xml.serializer
Пара EClass и EStructuralFeature
XmlSerializer.EObjectFeaturePair - Class in com._1c.g5.modeling.xml.serializer
Пара EObject и EStructuralFeature
XmlStringBuilder - Class in com._1c.g5.modeling.xml.serializer
Класс для построения xml, расширяет класс XMLString
XmlStringBuilder(String, String) - Constructor for class com._1c.g5.modeling.xml.serializer.XmlStringBuilder
 
xmlTypeInfo - Variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
xmlTypeInfo - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
xmlVersion - Variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XSI_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
XSI_NO_NAMESPACE_SCHEMA_LOCATION - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XSI_SCHEMA_LOCATION - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
XSI_SCHEMA_LOCATION - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XSI_TYPE_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
XSI_TYPE_NS - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
XSI_XMLNS - Static variable in class com._1c.g5.modeling.xml.serializer.XmlFormatter
 
XSI_XMLNS - Static variable in class com._1c.g5.modeling.xml.serializer.XmlSerializer
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages