net.sourceforge.combean.interfaces.base
Interface NamedObject

Package class diagram package NamedObject
All Known Subinterfaces:
LPConstraint, LPVariable
All Known Implementing Classes:
DoubleLPConstraint, DoubleLPVariable

public interface NamedObject

Base interface for all objects which have a name given by a string.


Method Summary
 String getName()
           
 

Method Detail

getName

String getName()
Returns:
the name of the object.