Class MembershipAxiom
java.lang.Object
es.ucm.maude.bindings.ModuleItem
es.ucm.maude.bindings.MembershipAxiom
A sort membership axiom.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()booleanequal(MembershipAxiom other) Check whether two membership axiom are the same.Get the condition of the membership axiom.getLabel()Get the label attribute.getLhs()Get the term of the membership axiom.Get the line number information for this item as formatted by Maude.
The format of the string is usuallyfilename, line line (module)
where the secondlineis the integral line number, andmoduleis
the module type and name where this item was originally defined.Get the free textmetadataattribute of this statement.getSort()Get the sort of the membership axiom.longhash()Get the hash value of the membership axiom.booleanWhether the membership axiom has thenonexecattribute.toString()Methods inherited from class ModuleItem
getModule
-
Method Details
-
delete
public void delete()- Overrides:
deletein classModuleItem
-
getLhs
Get the term of the membership axiom. -
getSort
Get the sort of the membership axiom. -
getCondition
Get the condition of the membership axiom. -
isNonexec
public boolean isNonexec()Whether the membership axiom has thenonexecattribute. -
getLabel
Get the label attribute. -
toString
-
getMetadata
Get the free textmetadataattribute of this statement. -
getLineNumber
Get the line number information for this item as formatted by Maude.
The format of the string is usuallyfilename, line line (module)
where the secondlineis the integral line number, andmoduleis
the module type and name where this item was originally defined. The
filenamemay be an actual quoted filename or some special name
between angle brackets. -
hash
public long hash()Get the hash value of the membership axiom. -
equal
Check whether two membership axiom are the same.
-