public class TextAtom extends Object implements Atom
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIdentifier(Atom other) |
String |
getFullText() |
String |
getIdentifier() |
String |
getInternalIdentifiers() |
boolean |
hasInternalIdentifiers() |
boolean |
isValidAtom(String s) |
String |
toString() |
public TextAtom(String s)
public String getFullText()
getFullText in interface Atompublic String getIdentifier()
getIdentifier in interface Atompublic String getInternalIdentifiers()
getInternalIdentifiers in interface Atompublic boolean hasInternalIdentifiers()
hasInternalIdentifiers in interface Atompublic boolean isValidAtom(String s)
isValidAtom in interface Atompublic boolean equalsIdentifier(Atom other)
equalsIdentifier in interface AtomCopyright © 2022. All rights reserved.