public interface

ConceptName

implements KnowledgebaseObject
vars.knowledgebase.ConceptName
Known Indirect Subclasses

Class Overview

Description

UML

 

License

The Monterey Bay Aquarium Research Institute (MBARI) provides this documentation and code "as is", with no warranty, express or implied, of its quality or consistency. It is provided without support and without obligation on the part of MBARI to assist in its use, correction, modification, or enhancement. This information should not be published or distributed to third parties without specific written permission from MBARI.

Copyright 2003 MBARI. MBARI Proprietary Information. All rights reserved.

Summary

Constants
String AUTHOR_UNKNOWN Used when the author of a conceptname is unknown
String NAME_DEFAULT
String NAME_UNKNOWN
String PROP_AUTHOR
String PROP_CONCEPT
String PROP_NAME
String PROP_NAME_TYPE
Public Methods
abstract String getAuthor()
abstract Concept getConcept()
abstract String getName()
abstract String getNameType()
abstract void setAuthor(String author)
abstract void setConcept(Concept concept)
abstract void setName(String name)

abstract void setNameType(String nameType)

abstract String stringValue()
[Expand]
Inherited Methods
From interface vars.VARSObject

Constants

public static final String AUTHOR_UNKNOWN

Used when the author of a conceptname is unknown

Constant Value: "unknown"

public static final String NAME_DEFAULT

Constant Value: "object"

public static final String NAME_UNKNOWN

Constant Value: "unknown"

public static final String PROP_AUTHOR

Constant Value: "author"

public static final String PROP_CONCEPT

Constant Value: "concept"

public static final String PROP_NAME

Constant Value: "name"

public static final String PROP_NAME_TYPE

Constant Value: "nameType"

Public Methods

public abstract String getAuthor ()

public abstract Concept getConcept ()

public abstract String getName ()

public abstract String getNameType ()

public abstract void setAuthor (String author)

public abstract void setConcept (Concept concept)

public abstract void setName (String name)

public abstract void setNameType (String nameType)

public abstract String stringValue ()