|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FSAInterface | |
de.uni_paderborn.fujaba.asg | The Abstract Syntax Graph model. |
de.uni_paderborn.fujaba.fsa | Fujaba Swing Adapter |
de.uni_paderborn.fujaba.fsa.unparse |
Uses of FSAInterface in de.uni_paderborn.fujaba.asg |
Methods in de.uni_paderborn.fujaba.asg that return FSAInterface | |
FSAInterface |
ASGElement.getFSAInterface()
Get the fSAInterface attribute of the ASGElement object |
Uses of FSAInterface in de.uni_paderborn.fujaba.fsa |
Methods in de.uni_paderborn.fujaba.fsa that return FSAInterface | |
FSAInterface |
FSAObject.getFSAInterface()
|
Methods in de.uni_paderborn.fujaba.fsa with parameters of type FSAInterface | |
void |
FSAObject.setFSAInterface(FSAInterface elem)
|
Uses of FSAInterface in de.uni_paderborn.fujaba.fsa.unparse |
Methods in de.uni_paderborn.fujaba.fsa.unparse that return FSAInterface | |
FSAInterface |
LogicUnparseInterface.getFSAInterface()
use code below for implementation
private FSAInterface fsaInterface = null;
public synchronized FSAInterface getFSAInterface ()
{
if (this.fsaInterface == null)
{
this.fsaInterface=new FSAInterface(this);
}
return this.fsaInterface;
}
or let this method return null if you do not want any unparsing and fsa stuff.
|
Methods in de.uni_paderborn.fujaba.fsa.unparse with parameters of type FSAInterface | |
void |
UnparseManager.propertyChange(FSAInterface iface,
java.beans.PropertyChangeEvent event)
No comment provided by developer, please add a comment to improve documentation. |
boolean |
FSAInterface.hasInDependent(FSAInterface value)
UMLMethod: '+ hasInDependent (value: FSAInterface): Boolean'. |
protected boolean |
FSAInterface.addToDependent(FSAInterface value)
UMLMethod: '+ addToDependent (value: FSAInterface): Boolean'. |
protected boolean |
FSAInterface.removeFromDependent(FSAInterface value)
UMLMethod: '+ removeFromDependent (value: FSAInterface): Boolean'. |
boolean |
FSAInterface.hasInDependsOn(FSAInterface value)
UMLMethod: '+ hasInDependsOn (value: FSAInterface): Boolean'. |
protected boolean |
FSAInterface.addToDependsOn(FSAInterface value)
UMLMethod: '+ addToDependsOn (value: FSAInterface): Boolean'. |
protected boolean |
FSAInterface.removeFromDependsOn(FSAInterface value)
UMLMethod: '+ removeFromDependsOn (value: FSAInterface): Boolean'. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |