com.metsci.glimpse.axis.tagged
Class NamedConstraint

java.lang.Object
  extended by com.metsci.glimpse.axis.tagged.NamedConstraint
All Implemented Interfaces:
Constraint

public abstract class NamedConstraint
extends java.lang.Object
implements Constraint

Simple Constraint implementation which provides a constructor for specifying the constraint name.

Author:
ulman

Constructor Summary
NamedConstraint(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.metsci.glimpse.axis.tagged.Constraint
applyConstraint
 

Constructor Detail

NamedConstraint

public NamedConstraint(java.lang.String name)
Method Detail

getName

public java.lang.String getName()
Specified by:
getName in interface Constraint


Copyright © 2012 Metron, Inc.. All Rights Reserved.