|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aspsimon.termcomp.entity.xtc.Funcsym
public class Funcsym
Schema fragment(s) for this class:
<xs:element xmlns:ns="http://dev.aspsimon.org/termcomp" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="funcsym">
<xs:complexType>
<xs:sequence>
<xs:element ref="ns:name"/>
<xs:element ref="ns:arity"/>
<xs:element ref="ns:theory" minOccurs="0"/>
<xs:element ref="ns:replacementmap" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
| Constructor Summary | |
|---|---|
Funcsym()
|
|
| Method Summary | |
|---|---|
Arity |
getArity()
Get the 'arity' element value. |
Name |
getName()
Get the 'name' element value. |
Replacementmap |
getReplacementmap()
Get the 'replacementmap' element value. |
Theory |
getTheory()
Get the 'theory' element value. |
void |
setArity(Arity arity)
Set the 'arity' element value. |
void |
setName(Name name)
Set the 'name' element value. |
void |
setReplacementmap(Replacementmap replacementmap)
Set the 'replacementmap' element value. |
void |
setTheory(Theory theory)
Set the 'theory' element value. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Funcsym()
| Method Detail |
|---|
public Name getName()
public void setName(Name name)
name - public Arity getArity()
public void setArity(Arity arity)
arity - public Theory getTheory()
public void setTheory(Theory theory)
theory - public Replacementmap getReplacementmap()
public void setReplacementmap(Replacementmap replacementmap)
replacementmap -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||