Skip to main content
summaryrefslogblamecommitdiffstats
blob: eb51c6a2d61ada7e21b9bc53dabe128c1724d82e (plain) (tree)
1
2
3
4
5
6
7
8
9
10





                                                                                
  


                                                                                 
                                 
 


                          
                                                      


                      
 
/*******************************************************************************
 * Copyright (c) 2013 Boeing.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     Boeing - initial API and implementation
 *******************************************************************************/
package org.eclipse.osee.ats.api;

/**
 * @author Donald G. Dunne
 */
public interface IAtsConfigObject extends IAtsObject {

   boolean isActive();

}

Back to the top