|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SortedAttributeFactory
Allows the creation of headings.
Field Summary | |
---|---|
static String |
DEFAULT_OBJECT_NAME
The default name of a object heading. |
static String |
DEFAULT_PREDICATE_NAME
The default name of a predicate heading. |
static String |
DEFAULT_SUBJECT_NAME
The default name of a subject heading. |
Method Summary | |
---|---|
SortedSet<Attribute> |
createHeading()
Create the default heading based on a triple - subject, predicate, object. |
List<Attribute> |
createHeading(List<NodeType> types)
Create a heading based on the given node types. |
Field Detail |
---|
static final String DEFAULT_SUBJECT_NAME
static final String DEFAULT_PREDICATE_NAME
static final String DEFAULT_OBJECT_NAME
Method Detail |
---|
SortedSet<Attribute> createHeading()
List<Attribute> createHeading(List<NodeType> types) throws IllegalArgumentException
types
- the node types usually they will be URI, bnode or Literal to override the defaults.
IllegalArgumentException
- currently if there are any more or less than 3.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |