|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfable.io.FBMLDuple
public class FBMLDuple
This is a duple class that contains the two components of an FBMLfile:
The censor as well as the contents
This class is immutable.
Constructor Summary | |
---|---|
FBMLDuple(FableComponent contents,
FableCensor censor)
Creates a new FBMLDuple with the desired contents and censor |
Method Summary | |
---|---|
FableCensor |
getCensor()
Gets the censor of this duple |
FableComponent |
getContents()
Gets the contents of this duple |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FBMLDuple(FableComponent contents, FableCensor censor)
contents
- Contentscensor
- CensorMethod Detail |
---|
public FableCensor getCensor()
public FableComponent getContents()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |