|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.assembler.Content
public class Content
A Content object records content to be used to fill models. This Content class contains other Content objects.
| Field Summary | |
|---|---|
static Content |
empty
An empty Content object for your convenience. |
| Constructor Summary | |
|---|---|
Content()
Initialise an empty Content object. |
|
Content(List<Content> contents)
Initialise a content object that includes the contents of each (Content) item in the list contents. |
|
| Method Summary | |
|---|---|
Model |
fill(Model m)
Answer the model m after filling it with the contents
described by this object. |
boolean |
isEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Content empty
| Constructor Detail |
|---|
public Content(List<Content> contents)
contents.
public Content()
| Method Detail |
|---|
public Model fill(Model m)
m after filling it with the contents
described by this object.
public boolean isEmpty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||