Package org.verapdf.model
Class GenericModelObject
java.lang.Object
org.verapdf.model.GenericModelObject
- All Implemented Interfaces:
Object
- Direct Known Subclasses:
AXLXMPObject,GFSAAnnotation,GFSAChunk,GFSAObject,GFSAPage,GFSAPDFDocument,GFSARepeatedCharacters,GFSAStructTreeRoot
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
contextDependent
-
-
Constructor Details
-
GenericModelObject
-
-
Method Details
-
getObjectType
- Specified by:
getObjectTypein interfaceObject- Returns:
- type of the current object
-
getID
-
getExtraContext
- Specified by:
getExtraContextin interfaceObject- Returns:
- extra context of the current object
-
getContext
- Specified by:
getContextin interfaceObject- Returns:
- context of the current object
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-
getLinks
-
getProperties
- Specified by:
getPropertiesin interfaceObject- Returns:
- List of names of properties for
thisobject
-
isContextDependent
- Specified by:
isContextDependentin interfaceObject- Returns:
- null, if we have not know yet is this object context dependet of not. true, if this object is context dependent. false, if this object is not context dependent.
-
getSuperTypes
- Specified by:
getSuperTypesin interfaceObject- Returns:
- List of supernames for
thisobject
-