|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_bremen.st.rcf.model.AbstractRCF
public abstract class AbstractRCF
Constructor Summary | |
---|---|
AbstractRCF(AbstractRCFBinding binding)
Please use the PersistenceManager of the desired persistence mechanism to obtain RCF objects! |
|
AbstractRCF(AbstractRCFBinding binding,
boolean create)
Deprecated. |
Method Summary | |
---|---|
Relation<Entry> |
addRelation(String name)
|
void |
close()
Closes the RCF. |
File |
getFile()
Get the RCF file. |
Relation<Entry> |
getRelation(String name)
|
List<Relation<Entry>> |
getRelations()
|
boolean |
hasRelation(String name)
|
void |
save()
Saves the rcf to its file. |
void |
saveAs(File f)
Saves the rcf to the specified file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractRCF(AbstractRCFBinding binding)
AbstractPersistenceManager
,
PersistenceManagerFactory
@Deprecated public AbstractRCF(AbstractRCFBinding binding, boolean create)
Method Detail |
---|
public Relation<Entry> addRelation(String name)
public boolean hasRelation(String name)
public Relation<Entry> getRelation(String name)
public List<Relation<Entry>> getRelations()
public void save()
public void saveAs(File f)
f
- the file to save topublic void close()
public File getFile()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |