public interface ISymbolicEquivalenceClass extends ISymbolicElement
Terms represent
 the same ISymbolicObject in an ISymbolicLayout.| Modifier and Type | Method and Description | 
|---|---|
boolean | 
containsTerm(Term term)
Checks if a  
Term is contained. | 
Term | 
getRepresentative()
Returns the most representative term. 
 | 
java.lang.String | 
getRepresentativeString()
Returns the most representative term as human readable  
String. | 
ImmutableList<Term> | 
getTerms()
Returns the terms which represents the same  
ISymbolicObject. | 
ImmutableList<java.lang.String> | 
getTermStrings()
Returns the terms which represents the same  
ISymbolicObject as human readable String. | 
getSettingsImmutableList<Term> getTerms()
ISymbolicObject.ISymbolicObject.ImmutableList<java.lang.String> getTermStrings()
ISymbolicObject as human readable String.ISymbolicObject as human readable String.Term getRepresentative()
java.lang.String getRepresentativeString()
String.String.