DOPs Framework 1.0 alpha

net.dops_framework.core
Interface BehaviorScheme

All Superinterfaces:
DOAttribute

public interface BehaviorScheme
extends DOAttribute

A behavior scheme, as enclosed in a digital object instance.

Version:
$Id: BehaviorScheme.java,v 1.1 2007/03/05 03:28:12 saiko Exp $
Author:
Kostas Saidis (saikos [at] gmail [dot] com)

Method Summary
 Iterator elements()
          Returns an iterator over the scheme elements contained in this scheme.
 String getDOPIdentifier()
          Returns the identifier of DOP in which this scheme belongs.
 BehaviorSchemeElement getElement(String id)
          Returns the scheme element identified by id.
 String getObjectIdentifier()
          Returns the identifier of the instance in which this scheme belongs.
 
Methods inherited from interface net.dops_framework.core.DOAttribute
getDescription, getFullyQualifiedId, getId, getLabel
 

Method Detail

elements

Iterator elements()
Returns an iterator over the scheme elements contained in this scheme.


getDOPIdentifier

String getDOPIdentifier()
Returns the identifier of DOP in which this scheme belongs.


getElement

BehaviorSchemeElement getElement(String id)
Returns the scheme element identified by id.


getObjectIdentifier

String getObjectIdentifier()
Returns the identifier of the instance in which this scheme belongs.


Copyright (c) 2005-2007, Kostas Saidis.
Consult the license for terms and conditions of use.