class: TreeFragment

public class: TreeFragment
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 2050 $ $LastChangedDate: 2009-06-03 12:; Complexity: 1
Dates: Created: 16.07.2009 15:15:50; Modified: 16.07.2009 15:15:50;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {DEA6B94B-FF53-4bd4-BD18-7112193EF073}
A representation of a tree-like structure built of s-p-o triples.
 

Goto: Custom Properties, Fields, Methods

Implements: LocalizedTripleObject

See also: LocalizedTripleObject

Appears in: util

Connections
 
Custom Properties
 
TreeFragment Attributes
Attribute Details
private String
  language
private static const String
  REGEX_PREDICATE_REPLACE
Initial: ":/\\-\\."
private String
  subject
 
TreeFragment Methods
Operation Details
public
equals(
   Object o):boolean
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
getLanguage():String
Sequential
public
getSubject():String
Sequential
public
hasValue():boolean
Sequential
Notes: {@inheritDoc}
public
setLanguage(
   String language):void
Sequential
public
setSubject(
   String subject):void
Sequential
public
toJson():String
Sequential
Notes: {@inheritDoc}
public
toRdf():String
Sequential
Notes: {@inheritDoc}
public
toString():String
Sequential
Tags: annotations=@Override
Notes: {@inheritDoc}
public
TreeFragment():
Sequential
Notes: Default constructor.
public
TreeFragment(
   String subject):
Sequential
Notes: Constructor with given subject.
public
TreeFragment(
   String subject,
   String language):
Sequential
Notes: Constructor with given subject and language.