Uses of Class
net.ssehub.easy.instantiation.core.model.artifactModel.representation.Text
-
Packages that use Text Package Description net.ssehub.easy.instantiation.core.model.artifactModel Contains the VIL artifact model.net.ssehub.easy.instantiation.core.model.artifactModel.representation Contains the implementation of the artifact content representations.net.ssehub.easy.instantiation.core.model.artifactModel.variability Contains fragment artifacts, i.e., artifacts which are used to decompose other artifacts but cannot be used standalone.net.ssehub.easy.instantiation.core.model.artifactModel.xml Contains simple (non-decomposed) artifacts.net.ssehub.easy.instantiation.java.artifacts Default Java artifacts. -
-
Uses of Text in net.ssehub.easy.instantiation.core.model.artifactModel
Fields in net.ssehub.easy.instantiation.core.model.artifactModel declared as Text Modifier and Type Field Description private TextCompositeArtifact. textRepresentationMethods in net.ssehub.easy.instantiation.core.model.artifactModel that return Text Modifier and Type Method Description protected abstract TextCompositeArtifact. createText()Actually creates the text representation.protected TextFileArtifact. createText()TextCompositeArtifact. getText()TextFolderArtifact. getText()TextIArtifact. getText()Returns the textual representation of the contents of this artifact for manipulation.protected TextCompositeArtifact. getTextInstance()Returns the plain text representation instance. -
Uses of Text in net.ssehub.easy.instantiation.core.model.artifactModel.representation
Fields in net.ssehub.easy.instantiation.core.model.artifactModel.representation declared as Text Modifier and Type Field Description static TextText. CONSTANT_EMPTYMethods in net.ssehub.easy.instantiation.core.model.artifactModel.representation that return Text Modifier and Type Method Description TextText. append(java.lang.String text)Appends the given text.TextText. append(Text text)Appends the textual representation of another artifact.TextText. insert(int index, java.lang.String insertion)Inserts the givenstringat the givenindex.TextText. insert(int index, Text insertion)Inserts the textual representation of another artifact at the givenindex.TextText. prepend(java.lang.String text)Prepends the given text.TextText. prepend(Text text)Prepends the textual representation of another artifact.TextText. remove(java.lang.String part)Removes the the first occurrence of the given string in this.TextText. remove(Text part)Removes the the first occurrence of the given textual representation of another artifact in this.TextText. removeAll(java.lang.String part)Removes all occurrences of the given string in this.TextText. removeAll(Text part)Removes all occurrences of the given textual representation of another artifact in this.TextText. replace(java.lang.String search, java.lang.String replacement)Replaces all occurrences ofsearchbyreplacement.TextText. substitute(java.lang.String regex, java.lang.String replacement)Substitutes all parts matching the regular expressionregexbyreplacement.Methods in net.ssehub.easy.instantiation.core.model.artifactModel.representation with parameters of type Text Modifier and Type Method Description TextText. append(Text text)Appends the textual representation of another artifact.intText. indexOf(Text search)Returns the index of the first occurrence of the given textual representation of another artifact.intText. indexOf(Text search, int fromIndex)Returns the index of the first occurrence of the given textual representation of another artifact, starting the search at the specified index.TextText. insert(int index, Text insertion)Inserts the textual representation of another artifact at the givenindex.TextText. prepend(Text text)Prepends the textual representation of another artifact.TextText. remove(Text part)Removes the the first occurrence of the given textual representation of another artifact in this.TextText. removeAll(Text part)Removes all occurrences of the given textual representation of another artifact in this. -
Uses of Text in net.ssehub.easy.instantiation.core.model.artifactModel.variability
Methods in net.ssehub.easy.instantiation.core.model.artifactModel.variability that return Text Modifier and Type Method Description TextAlternativeFragment. getText()TextMultipleSelectionFragment. getText()TextOptionalityFragment. getText() -
Uses of Text in net.ssehub.easy.instantiation.core.model.artifactModel.xml
Fields in net.ssehub.easy.instantiation.core.model.artifactModel.xml declared as Text Modifier and Type Field Description private TextXmlNode. cdataprivate TextXmlNode. textMethods in net.ssehub.easy.instantiation.core.model.artifactModel.xml that return Text Modifier and Type Method Description TextXmlNode. getCdata()Returns the cdata of the element.protected TextXmlNode. getCdataDirect()Returns the text object for cdata regardless whether it is null.TextXmlAttribute. getText()TextXmlNode. getText()protected TextXmlNode. getTextDirect()Returns the text object even if it is null. -
Uses of Text in net.ssehub.easy.instantiation.java.artifacts
Methods in net.ssehub.easy.instantiation.java.artifacts that return Text Modifier and Type Method Description TextAbstractJavaStatement. getText()TextJavaAnnotation. getText()TextJavaAttribute. getText()TextJavaClass. getText()TextJavaImport. getText()TextJavaMethod. getText()TextJavaPackage. getText()TextJavaQualifiedName. getText()
-