blob: 475f6209773f662bb4a7497f1b146b094f3ed567 [file] [log] [blame]
/*******************************************************************************
* <copyright>
*
* Copyright (c) 2005, 2011 SAP AG.
* 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:
* SAP AG - initial API, implementation and documentation
*
* </copyright>
*
*******************************************************************************/
package org.eclipse.graphiti.func;
/**
* The Interface IProposal.
*
* Clients can use/extend {@link Proposal}.
*
* @since 0.8
*/
public interface IProposal {
String getText();
Object getObject();
}